Magidoc

Why Edworking is using GraphQL

#

Edworking chose GraphQL because it offers significantly more flexibility for our integrators. The ability to define precisely the data you want—and only the data you want—is a powerful advantage over traditional REST API endpoints. GraphQL lets you replace multiple REST requests with a single call to fetch the data you specify.

About the GraphQL schema reference

#

The docs in the sidebar are generated from the Edworking GraphQL schema. All calls are validated and executed against the schema. Use these docs to find out what data you can call:

Allowed operations: queries and mutations.

Schema-defined types: scalars, objects, enums, interfaces, unions, and input objects.

You can access this same content via the Explorer Docs sidebar. Note that you may need to rely on both the docs and the schema validation to successfully call the GraphQL API.