Skip to main content

4 docs tagged with "schema"

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.

Table

Defines a database table (sysdbobject) in a scoped application with typed column schemas, auto-numbering, access controls, and table inheritance.

Tables, Columns, Column Overrides, and Relationships Guide

Guide for creating ServiceNow Tables (sysdbobject), Columns (sysdictionary), Column Overrides (sysdictionaryoverride), and Relationships (sysrelationship) to define data models. Use when the user mentions tables, columns, column overrides, fields, schema, extending tables, relationships, related lists, or data modeling.