Superblocks · GraphQL Specification

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.

Documentation Endpoint View on GitHub internal toolslow-codeno-codeapplicationsworkflowsscheduled jobsintegrationsenterpriseAIdatabasesREST APIdeveloper toolsGraphQL

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

Not

References

Related API Specs

Superblocks Management API (OpenAPI)
Back to Superblocks · All GraphQL Specs · GitHub