OpenAPI-to-GraphQL v1.4.0
Alan-Cha
released this
08 Aug 01:14
·
233 commits
to master
since this release
- Support for GraphQL ID scalars
- If a string is of format
UUID
, it will be mapped to a GraphQL ID
- If a string is of format
- Added the
idFormats
option- Allows for greater flexibility over GraphQL ID scalars
Special thanks to @omarchehab98 for contributing to this update!