hasura / hasura/ndc-open-api-lambda
Keep or map to internal input attributes and query param names
Open
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Adding [openrouteservice](https://openrouteservice.org/dev/#/api-docs/v2) to a graph i came across the following problem:
the api uses attribute and query param names like boundary.country, alternative_routes and boundary.rect.min_lon. On introspection and add command the names are transformed to camelCase i.e. boundaryCountry, alternativeRoutes, boundaryRectMinLon. As a result of this all keys including . or _ will be ignored or cause errors as the camelCased keys match none of the attribute / query params expect by the api.
Contributor guide
Assessment
This issue has not been assessed yet.