Replies: 1 comment 3 replies
-
\GraphQL\Utils\BuildClientSchema::build(
json_decode(file_get_contents('schema.json'), true)
); |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ruudk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to build a schema from a JSON introspection query using https://webonyx.github.io/graphql-php/schema-definition-language/?
This doesn't work:
Why? I want to parse the schema of an external GraphQL backend using this library.
Beta Was this translation helpful? Give feedback.
All reactions