GraphQL API
Configure and document a GraphQL API with queries, mutations, and subscriptions
This folder contains a GraphQL API definition. The home file configures servers, authentication, and custom types. The definitions folder contains individual operations.
Operation types
Learn more
Create your first GraphQL API documentation in NeoArc Studio. Configure servers, add security schemes, and document operations step by step.
Document GraphQL APIs with full support for queries, mutations, subscriptions, custom scalars, directives, and interfaces. Configure authentication with OAuth2, API keys, and custom headers.
Configure authentication and authorisation for GraphQL APIs with Bearer tokens, API keys, OAuth2 flows, and custom headers.
Document REST APIs with full endpoint specifications, OpenAPI import and export, seven HTTP methods, parameters, request and response bodies linked to shared schemas, authentication schemes, and a published API browser. REST is one of six API types (REST, GraphQL, gRPC, AsyncAPI, Webhooks, MCP) sharing a unified schema layer.