We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find any documentation about this, is it supported?
The text was updated successfully, but these errors were encountered:
+1 I can't find this either
Sorry, something went wrong.
Don't see any documentation but does seem to be supported via UnionType: https://github.com/sangria-graphql/sangria/blob/v2.1.6/modules/core/src/main/scala/sangria/schema/Schema.scala#L496 .
UnionType
Found a little gist here that could be helpful https://gist.github.com/BjRo/4155fe0232c8cdb3a9b331a893d43fe0
Maybe the tests can help you: https://github.com/sangria-graphql/sangria/blob/main/modules/core/src/test/scala/sangria/execution/UnionInterfaceSpec.scala ?
If you learn how to use it, it'd be great if you could add some documentation about it. The source code for the documentation is in https://github.com/sangria-graphql/sangria-graphql.github.io
No branches or pull requests
Can't find any documentation about this, is it supported?
The text was updated successfully, but these errors were encountered: