Skip to main content

2 docs tagged with "SDL"

View all tags

GraphQL APIs

Guide for creating ServiceNow scripted GraphQL APIs using the Fluent API. A GraphQL API pairs an SDL schema with resolvers that fetch field data, secured by a schema-gate ACL for the whole API and field-level path-based ACLs enforced at query time.

GraphQLApi

Creates a scripted GraphQL API (sysgraphqlschema) with its resolvers and type resolvers, secured by schema-gate and field-level path-based GraphQL ACLs.