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
the __typename field is not actually a field in the graphql schema, so certain operations (like trying to get the field schema, or fetch args for it) will not work.
The text was updated successfully, but these errors were encountered:
When using
wrapExecuteFn
queries that contain__typename
will fail with an errorCannot read property 'args' of undefined
.This comes from https://github.com/AstrumU/graphql-authz/blob/main/packages/core/src/rules-compiler.ts#L285-L287
the
__typename
field is not actually a field in the graphql schema, so certain operations (like trying to get the field schema, or fetch args for it) will not work.The text was updated successfully, but these errors were encountered: