DoorDash GraphQL Schema
This conceptual GraphQL schema models the DoorDash platform's core domains: on-demand delivery logistics (Drive API), marketplace order management, menu and catalog operations, and reporting. DoorDash's public APIs are REST-based (documented at [developer.doordash.com](https://developer.doordash.com/)), but this schema represents the underlying resource graph that those APIs expose, structured as GraphQL types for integration, tooling, and documentation purposes.
Overview
DoorDash GraphQL Schema is a GraphQL API specification published by doordash on the APIs.io network.
This conceptual GraphQL schema models the DoorDash platform’s core domains: on-demand delivery logistics (Drive API), marketplace order management, menu and catalog operations, and reporting. DoorDash’s public APIs are REST-based (documented at developer.doordash.com), but this schema represents the underlying resource graph that those APIs expose, structured as GraphQL types for integration, tooling, and documentation purposes.
The specification includes 4 reference links.
Endpoint
References
- Developer Portal https://developer.doordash.com/
- Drive API Docs https://developer.doordash.com/en-US/docs/drive/overview/about_drive/
- Marketplace API Docs https://developer.doordash.com/en-US/docs/marketplace/overview/about_marketplace/
- GitHub https://github.com/doordash