m3_graphql
Execute raw GraphQL queries and mutations against the Money S3 API to handle advanced accounting scenarios not covered by built-in tools.
Instructions
Execute a raw GraphQL query or mutation against the Money S3 API. For advanced use when built-in tools don't cover a specific need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Full GraphQL query or mutation string | |
| isMutation | No | Set true if this is a mutation (invalidates cache) |