You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absinthe version (mix deps | grep absinthe): 1.6.4 or master branch
Client Framework and version (Relay, Apollo, etc): N/A
Expected behavior
union_Entity
Actual behavior
union_Entity =
Relevant Schema/Middleware Code
In a schema processing phase, I am dynamically creating this union type and in some cases the types list is empty but when I ask Absinthe.Schema.to_sdl(MyApp.Schema) I get = in the output with no types on the other side. Tools like GraphiQL playground dont like this and throw errors
%UnionTypeDefinition{__reference__: Notation.build_reference(__ENV__),description: "a union of all types that use the @key directive",identifier: :_entity,module: __MODULE__,name: "_Entity",types: []}
The text was updated successfully, but these errors were encountered:
Environment
Expected behavior
Actual behavior
Relevant Schema/Middleware Code
In a schema processing phase, I am dynamically creating this union type and in some cases the
types
list is empty but when I askAbsinthe.Schema.to_sdl(MyApp.Schema)
I get=
in the output with no types on the other side. Tools like GraphiQL playground dont like this and throw errorsThe text was updated successfully, but these errors were encountered: