Logo
NeoArc Studio

Getting Started with GraphQL

Create a GraphQL API projection with queries, mutations and subscriptions. Wire return types and arguments to a shared schema projection.

GraphQL APIs in NeoArc Studio are authored as API projections with apiType: 'graphql'. The projection holds the server configuration, authentication, custom scalars, directives and interfaces. Queries, mutations and subscriptions are projection entities whose return types and arguments point at schema entities in a shared type library.

Create a GraphQL projection

Key concepts