run_graphql_mutation
Execute GraphQL mutations to insert, update, or delete data on Hasura GraphQL endpoints. Define the mutation string and optional variables for precise data manipulation.
Instructions
Executes a GraphQL mutation to insert, update, or delete data...
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mutation | Yes | The GraphQL mutation string. | |
variables | No | Optional. An object containing variables... |