sui_graphql_introspect
Introspect the Sui GraphQL schema to return the type system. Optionally specify a type name like 'TransactionBlock' to narrow results.
Instructions
Introspect the Sui GraphQL schema. Returns the type system so an agent can construct a valid sui_graphql_query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | No | Optionally narrow to a single type (e.g. 'Address', 'TransactionBlock'). Omit to get the full schema. | |
| network | No | Sui network. Defaults to the server's configured default. |