You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use string-formatted descriptions in our schema, as per the current GraphQL spec. You can see an example here.
When we migrated to graphql-java-tools, the schema descriptions disappeared from the introspection query. Changing our schema to use # comment descriptions fixed this issue.