Skip to content

Set schema description for introspection when instantiating GraphQLSchema #595

@tom-groves

Description

@tom-groves

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions