haxe-graphql icon indicating copy to clipboard operation
haxe-graphql copied to clipboard

hxgen: Support __typename in queries

Open jcward opened this issue 6 years ago • 1 comments

Should be possible in any object type (though not fragments)

selection_999 2520

jcward avatar Jun 15 '18 16:06 jcward

And how about the introspection keywords: https://graphql.org/learn/introspection/

__schema, __type, __typekind, __field, __inputvalue, __enumvalue, __directive

jcward avatar Jul 25 '18 20:07 jcward

Related to #43 -- creates as_enum() and returns unions as a switchable enum.

jcward avatar Dec 12 '23 19:12 jcward

In fact, I'm closing this as a duplicate of #43 - the other directives may be filed in their own issue(s).

jcward avatar Dec 12 '23 19:12 jcward