GraphQL
The Generic GraphQL client can interact with any GraphQL server API.
- Category
- Utilities
- Pack
- GraphQL
Configuration parameters
- url — GraphQL Server URL (e.g., https://api.github.com/graphql) (required)
- credentials — Username / Header Name
- fetch_schema_from_transport — Fetch the schema from the transport
- insecure — Trust any certificate (not secure)
- proxy — Use system proxy settings
Commands (2)
- graphql-mutation — Executes a mutation request to the GraphQL server.
- graphql-query — Executes a query request to the GraphQL server.