GraphQL schema

Last updated

The Integration GraphQL schema

A schema is like a contract between the server and the client. It defines what a GraphQL API can and can't do, and how clients can request or change data. It's an abstraction layer that provides flexibility to consumers while hiding backend implementation details.

Open up the Integration GQL Schema tool