Brad Tilton
ServiceNow Employee
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
10-26-2020
08:19 AM
As part of the Now Platform Paris release, ServiceNow has added a new capability called the GraphQL API Framework. This API framework allows you to create a custom GraphQL API to query record data from a component or third-party system.
What is GraphQL and How Should You Use It?
GraphQL is a web query language originally created by Facebook, but now open-source, optimized for client-side development. It aims to solve problems like under and over fetching of data, versioning, and endpoint sprawl.
The main benefits of GraphQL in ServiceNow are:
- Use introspection to discover fields and objects available to query
- Query the exact data you need
- Manage multiple queries from a single endpoint
- Integrate with third-party systems by making the schema public
Find out how to set it up in ServiceNow and call it from a component on the dev blog.
- 493 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.

