How to use Graphql-Mesh Postgraphile Mutations #4123
Unanswered
bastianhilton
asked this question in
Q&A
Replies: 2 comments
-
Please make sure you have enough permissions to do mutations on the database otherwise Postgraphile will hide mutations. |
Beta Was this translation helpful? Give feedback.
0 replies
-
So i found the reason why I couldn't do mutations was because of cors issues. Once i enabled cors then I was able to perform mutations. |
Beta Was this translation helpful? Give feedback.
0 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'm building a large application and while I see how to use graphql queries and subscriptions very easy, I can't seem to find documentation on how to use mutations with Graphql-Mesh Postgraphile mutations.
Any help would be greatly appreciated.
Also, I only see Queries and Subscriptions in the playground not mutations.

Beta Was this translation helpful? Give feedback.
All reactions