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 omitsQuery
,Mutation
orSubscription
fromschema
? If the process to omitQuery
,Mutation
andSubscription
is not needed, I would like to create a PR and fix it.Thank you.