OData / Microsoft Graph
GraphQL Mesh v0 documentation (superseded by v1): Discover how to load remote OData metadata as GraphQL Schema with GraphQL Mesh's OData/Microsoft Graph handler. Get started with a few simple steps!

This handler allows you to load remote OData metadata/schema as GraphQL Schema.
To get started, install the handler library:
Now, you can use it directly in your Mesh config file:
Headers
Read about configuration and examples
CodeSandBox Example
You can check out our TripPin example that uses the OData handler.
Config API Reference
endpoint(type:String, required) - Base URL for OData APIsource(type:String) - Custom $metadata File or URLschemaHeaders(type:JSON) - Headers to be used with the $metadata requestsoperationHeaders(type:JSON) - Headers to be used with the operation requestsbatch(type:String (multipart | json)) - Enable batchingexpandNavProps(type:Boolean) - Use $expand for navigation props instead of seperate HTTP requests (Default: false)