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
GraphQL specs says that each fragment must be used. We currently do not check for this requirement as it is too strict and the request can be executed just fine even with fragment definitions which are not in use.
GraphQL specs says that each fragment must be used. We currently do not check for this requirement as it is too strict and the request can be executed just fine even with fragment definitions which are not in use.