Closed bjonica closed 7 years ago
With this change in place, schemas like the following work successfully with the type instrospection query. This fixes getting GraphiQL auto-completion popups for input objects and their fields:
schema { query: QueryRoot } input WorldInput { text: String } type QueryRoot { hello(world: WorldInput): String }
Merged. Thanks for your contribution!
With this change in place, schemas like the following work successfully with the type instrospection query. This fixes getting GraphiQL auto-completion popups for input objects and their fields: