In stitching scenarios, a downstream service may only expose mutations. In that case, the generated _stitching.gql is invalid because it extends type Query. Workaround is to add type Query with a deprecated, unused field.
In the future, graphqlade should detect the presence of type Query and adjust _stitching.gql accordingly.
In stitching scenarios, a downstream service may only expose mutations. In that case, the generated
_stitching.gqlis invalid because it extendstype Query. Workaround is to addtype Querywith a deprecated, unused field.In the future, graphqlade should detect the presence of
type Queryand adjust_stitching.gqlaccordingly.