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
FormatSchema method omits schema if schema.query is Query (code). I confirmed the same behavior in case of Mutation and Subscription.
Why does it omits Query, Mutation or Subscription from schema?
If the process to omit Query, Mutation and Subscription is not needed, I would like to create a PR and fix it.
FormatSchema
method omitsschema
ifschema.query
isQuery
(code). I confirmed the same behavior in case ofMutation
andSubscription
.Why does it omits
Query
,Mutation
orSubscription
fromschema
?If the process to omit
Query
,Mutation
andSubscription
is not needed, I would like to create a PR and fix it.Thank you.
The text was updated successfully, but these errors were encountered: