# GraphQL integration

> GraphQL integration - Connect a GraphQL server to the DataRobot OpenAPI specification using GraphQL
> Mesh.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-06T18:17:09.572880+00:00` (UTC).

## Primary page

- [GraphQL integration](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/ai-integrations-platforms/graphql.html): Full documentation for this topic (HTML).

## Related documentation

- [Developer documentation](https://docs.datarobot.com/en/docs/api/index.html): Linked from this page.
- [Developer learning](https://docs.datarobot.com/en/docs/api/dev-learning/index.html): Linked from this page.
- [AI accelerators](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/index.html): Linked from this page.
- [AI integrations and platforms](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/ai-integrations-platforms/index.html): Linked from this page.

## Documentation content

[Access this AI accelerator on GitHub](https://github.com/datarobot-community/ai-accelerators/tree/main/ecosystem_integration_templates/DataRobot-GraphQL)

This accelerator outlines how to integrate GraphQL with DataRobot. In this example implementation, a GraphQL server is connecting to the DataRobot OpenAPI specification using GraphQL Mesh, the currently maintained option.

This process requires the following software, available either via the command line or as a URL in the browser:

- A working DataRobot login with a valid API key.
- node
- yarn
