Superblocks GraphQL API
Superblocks provides a GraphQL integration plugin that enables users to call any external or internal GraphQL API from within Superblocks Applications, Workflows, and Scheduled Jobs. The integration acts as a configured client connection: you supply the remote GraphQL endpoint URL, choose an authentication method, and optionally add custom request headers. Once configured, any API step inside Superblocks can issue GraphQL queries and mutations against that datasource — with results piped into your application's UI or downstream workflow steps.
Overview
Superblocks GraphQL API is a GraphQL API specification published by Superblocks on the APIs.io network.
Superblocks provides a GraphQL integration plugin that enables users to call any external or internal GraphQL API from within Superblocks Applications, Workflows, and Scheduled Jobs. The integration acts as a configured client connection: you supply the remote GraphQL endpoint URL, choose an authentication method, and optionally add custom request headers. Once configured, any API step inside Superblocks can issue GraphQL queries and mutations against that datasource — with results piped into your application’s UI or downstream workflow steps.
The GraphQL endpoint is available at Not. documentation is published at https://docs.superblocks.com/integrations/integrations-library/graphql.
The specification includes 6 reference links.
Tagged areas include internal tools, low-code, no-code, applications, and workflows.
Endpoint
References
- Documentation https://docs.superblocks.com/integrations/integrations-library/graphql
- GettingStarted https://docs.superblocks.com/getting-started/core-concepts
- APIReference https://docs.superblocks.com/api-reference/openapi.json
- SourceRepository https://github.com/superblocksteam/agent/tree/main/types/proto/plugins/graphql/v1/plugin.proto
- CommonTypes https://github.com/superblocksteam/agent/tree/main/types/proto/common/v1
- IntegrationTypes https://github.com/superblocksteam/agent/tree/main/types/proto/integration/v1