-
Couldn't load subscription status.
- Fork 174
Closed
Labels
Description
I want to suggest an idea and checked that ...
- ... to my best knowledge, my idea wouldn't break something for other users
- ... the documentation does not mention anything about my idea
- ... there are no open or closed issues that are related to my idea
Description
The GraphQL Specification provides for introspection of the Schema description.
graphql-java allows for a description to be provided in the SchemaDefinition constructor.
graphql-java-tools does not currently pass this through when instantiating GraphQLSchema.
Use Cases
To be able to describe a graph at schema level.