fix(lexicon): pass through union and ref types to underlying handler
ovyerus.com 3 months ago 010cbea4 ee40feb3
··· 207 207 "string", 208 208 "bytes", 209 209 "cid-link", 210 210 - "unknown" 210 210 + "unknown", 211 211 + "ref", 212 212 + "union" 211 213 ] do 212 214 {quoted_schema, quoted_type} = field_to_schema(def, nsid) 213 215 [{atomise(def_name), quoted_schema, quoted_type}]