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
As seen in https://hexdocs.pm/absinthe/Absinthe.Schema.Notation.html#import_sdl/1 there is no proper documentation for using external graphql schemas definitions, neither how to correctly link your query/mutation/type definition to its resolver
I am trying to figure out how to use this feature by searching issues hoping for a bug reproduction repository but couldn't even find one :(
I would happily willing to write the docs myself if I could have some example repository or any reference at all.
The text was updated successfully, but these errors were encountered:
You can look into the tests for examples on how it works: https://github.com/absinthe-graphql/absinthe/blob/master/test/absinthe/schema/notation/experimental/import_sdl_test.exs
There are also some examples here: https://github.com/newrelic/absinthe-schema-stitching-example/blob/master/apps/soccer_team_app/lib/soccer_team_app/schema.ex
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
As seen in https://hexdocs.pm/absinthe/Absinthe.Schema.Notation.html#import_sdl/1 there is no proper documentation for using external graphql schemas definitions, neither how to correctly link your query/mutation/type definition to its resolver
I am trying to figure out how to use this feature by searching issues hoping for a bug reproduction repository but couldn't even find one :(
I would happily willing to write the docs myself if I could have some example repository or any reference at all.
The text was updated successfully, but these errors were encountered: