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
fix(api): make sure collections are not in the gql input - fixes#828 (#837)
**Notes:**
In some scenarios the fields of type `.collection` were not being
correctly excluded from the `input` of the `GraphQLRequest`.
This change makes sure the fields of type `.collection` are not added to
the input variable.
0 commit comments