v1

latestOpenAPI 3.0.42026-07-264372153.8 KB
GraphQL

Generate Angular HTTP client from GraphQL schema

post/api/graphql/angular

Request body

graphQLSchemastring nullable required

Inline GraphQL SDL schema content.

documentationboolean nullable
fragmentsboolean nullable
optionsObjectThresholdinteger nullable
customScalarsobject nullable

Map GraphQL scalar names to a target language type. Keys are scalar names (e.g. "DateTime", "BigInt"); values are slug identifiers — see CustomScalarRegistry.

baseUrlTokenstring nullable
useInjectFunctionboolean nullable
providedInstring nullable
serviceDecorator'AutoProvided' | 'ComponentScoped'

Selects Angular 22's @Service decorator (instead of @Injectable) and its provisioning scope. Leave the request property null to keep the default @Injectable behavior. Setting it auto-enables inject()-based DI and supersedes ProvidedIn on the engine's last-wins basis. Requires Angular 22+.

useInterceptorsboolean nullable
responseDateTransformationboolean nullable
useTypesBarrelboolean nullable

Response

OK

executionTimeInMillisecondsinteger
warningsstring[] nullable
All 43 operations