Expand description
Playground API handlers for Admin UI
Provides endpoints for the interactive GraphQL + REST playground that allows users to test and visualize mock endpoints.
Structs§
- Code
Snippet Request - Code snippet generation request
- Code
Snippet Response - Code snippet response
- Execute
GraphQL Request - Request to execute a GraphQL query
- Execute
Response - Response from executing a request
- Execute
Rest Request - Request to execute a REST endpoint
- GraphQL
Introspection Result - GraphQL introspection result
- Playground
Endpoint - Endpoint information for playground
- Playground
History Entry - Request history entry
Functions§
- execute_
graphql_ query - Execute a GraphQL query
- execute_
rest_ request - Execute a REST request
- generate_
code_ snippet - Generate code snippets
- get_
request_ history - Get request history
- graphql_
introspect - Perform GraphQL introspection
- list_
playground_ endpoints - List available endpoints for playground
- replay_
request - Replay a request from history