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
Describe the bug
I am using stitchSchemas to proxy to a remote QGL API while at the same time adding a new field to one of the types. When my proxy server makes the request to the upstream API, it seems to be inserting an unneeded inline fragment into the query.
Describe the bug
I am using
stitchSchemas
to proxy to a remote QGL API while at the same time adding a new field to one of the types. When my proxy server makes the request to the upstream API, it seems to be inserting an unneeded inline fragment into the query.To Reproduce
Steps to reproduce the behavior:
Using this code to stitch:
and then I query with:
the query sent to the upstream is:
the schema (once merged) is:
Expected behavior
A query sent to upstream looking like:
Environment:
Additional context
The text was updated successfully, but these errors were encountered: