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
Should AuthorizeWith report an error if a field the user isn't authorized for is excluded from the query via the @include or @skip directives? (It currently does.)
The text was updated successfully, but these errors were encountered:
Bad phrasing on my part. I mean that it should not report an error when the unauthorized field is skipped (or not included), but I think we're on the same page.
I'd like to do a PR, but I haven't done one for a public project before. I'll try to work it out!
Should
AuthorizeWith
report an error if a field the user isn't authorized for is excluded from the query via the@include
or@skip
directives? (It currently does.)The text was updated successfully, but these errors were encountered: