-
Is it possible to generate typescript files for each operation (read, write, update, and delete)? I'd like to only use the read operations for my public graphql endpoint, however I'd like to use all the operations for a second private endpoint. |
Beta Was this translation helpful? Give feedback.
Answered by
edobrb
Jun 13, 2022
Replies: 1 comment
-
At the moment It's not possible. However you can always use the security policies to negate all write operations. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
minox86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment It's not possible. However you can always use the security policies to negate all write operations.