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
Thid commit adds `Exports` and `QueryParams` to the fields of a saved
query. This makes querying for them more useful than just returning a
name, description and label.
To make this work, I had to add an extra check in the base
`GraphQLFragmentMixin` class because it didn't handle `Optional` field
well.
0 commit comments