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
Seems that the way the client builds it's queries right now it omits fragments, leaving them in the raw query but no reference to their structure. So it sends off requests without fragment details.
Seems that the way the client builds it's queries right now it omits fragments, leaving them in the raw query but no reference to their structure. So it sends off requests without fragment details.
Example it generates code like this:
But it should include a fragment section in the Query like this:
The text was updated successfully, but these errors were encountered: