Skip to main content
Feedback

GraphQL editor interface reference

The Developer Portal > I/O Doc GraphQL editor lets developers browse, write, debug, execute GraphQL queries, and view responses directly in the browser, against a live GraphQL endpoint configured in the Cloud API Management (Control Center). The editor automatically fetches the API schema from the GraphQL endpoint configured on the Key & Method Detection page and displays the available fields, queries, and mutations for the endpoint.

You can also perform various other operations in the GraphQL editor, such as view documentation in the Document Explorer, use the GraphQL Explorer to add query fields from the fetched schema to the query operation, re-fetch the schema, view keyboard shortcuts, and manage settings.

important

The GraphQL editor supports Blackbeard and Vanilla portal themes. Any additional customization beyond the supported themes must be handled by your Developer Portal Administrator.

GraphQL I/O Doc Supported authentication types

The GraphQL editor on the Developer Portal supports four authentication modes - API Key, OAuth 2.0 (Client Credentials), Secure Hash MD5, and Secure Hash SHA-256. Depending on your GraphQL API authentication configuration on the Control Center, developers should provide the correct authentication values in the GraphQL editor’s authentication field.

Refer to the following usage reference topics for sample use cases on testing the GraphQL API with each authentication type:

On this Page