Replies: 1 comment 4 replies
-
We use on production the GraphQL Yoga solution: AFAIR it's calculated from the query tree and evaluated before execution. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to know how I can make the @Authorized in a type field act before the query, since for example I have some things that I want the users to see and others not, and that it works for each item in the array and column of this same one is very heavy since if I have 20 columns and 1000 rows I would use the Authorized function 20000 times, and if it were before I would only do it once
Beta Was this translation helpful? Give feedback.
All reactions