ServiceNow GraphQL API
The ServiceNow GraphQL API framework allows developers to create custom GraphQL API schemas on the Now Platform for querying record data from components or external systems. It supports defining resolvers with server-side scripts and enables flexible, client-driven queries as an alternative to REST-based integration.
Overview
ServiceNow GraphQL API is a GraphQL API specification published by ServiceNow on the APIs.io network.
The ServiceNow GraphQL API framework allows developers to create custom GraphQL API schemas on the Now Platform for querying record data from components or external systems. It supports defining resolvers with server-side scripts and enables flexible, client-driven queries as an alternative to REST-based integration.
The GraphQL endpoint is available at https://{instance}.service-now.com/api/now/graphql. documentation is published at https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/graphql/concept/scripted-graph-ql.html.
The specification includes 2 reference links.
Tagged areas include Automation, Cloud Services, Digital Workflows, Enterprise Platform, and IT Service Management.
Endpoint
References
- Documentation https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/graphql/concept/scripted-graph-ql.html
- GettingStarted https://www.servicenow.com/community/developer-articles/getting-started-graphql-api-framework/ta-p/2312207