move_graphql
Execute arbitrary GraphQL documents against the UGC API to access fields and mutations not exposed by typed tools, with variables support for custom queries.
Instructions
Run an arbitrary GraphQL document against the Move API.
Use the typed tools first; this is for fields they do not expose. Mutations still require writes to be enabled. Schema reference: https://move-ai.github.io/move-ugc-api/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A GraphQL query or mutation document. | |
| variables | No | GraphQL variables. AWSJSON arguments (metadata, cursors) must be passed as JSON strings, not objects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||