Link Search Menu Expand Document

Learn about GraphQL

Intuit Ecosystem API uses the GraphQL API framework. Here’s a brief overview.

What’s GraphQL?

GraphQL is an API query language that simplifies client-side requests. Apps can do a lot of work with just a single query: it can query multiple resources and entities, request data in a specific format, or get the server to perform several operations.

“At its simplest, GraphQL is about asking for specific fields on objects.” GraphQL.org

All queries go to a single endpoint on the server. The server parses queries and only returns the requested data in the requested format.


Table of contents


© 2021 Intuit Inc. All rights reserved. Intuit and QuickBooks are registered trademarks of Intuit Inc. Terms and conditions, features, support, pricing, and service options subject to change without notice.