How to use hasura derive actions? #7840
Unanswered
rbansal9148
asked this question in
Question
Replies: 1 comment
-
Derived actions do not replace the element they are derived from. |
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 Everyone,
I have a insert query, which should be validated before execution.
Derive Action
.After all this if i run the query it throws an error
"field \"insert_${tableName}_one\" not found in type: 'mutation_root'"
.Can you guys help me to figure out what I am doing wrong?
hasura version: 2.1.0-beta.2/2.0.9 (tried on both)
Beta Was this translation helpful? Give feedback.
All reactions