Retrieve the schema of a specific subgraph in JSON or GraphQL text format using GraphQL introspection. Ideal for analyzing or integrating subgraph data structures with applications.
Execute GraphQL mutations to insert, update, or delete data on Hasura GraphQL endpoints. Define the mutation string and optional variables for precise data manipulation.
Fetch the GraphQL schema of a specified subgraph using introspection. Retrieve schema structure as JSON or GraphQL text format to understand available queries and data types.