API update to support "Source" inputs that can improve syntax error handling.
Dependency updates for security.
Remove support for nodejs 10.
Updated vendor dependencies, housekeeping in that regard. Removed nodejs version 8 support in build tooling. It may still work in usage though (untested).
Added support for inline fragments
Added support for return type of array set to enum values
Added support for inline fragments and union types in graphql. Union types are
converted to anyOf
types in the openapi schema.
Fixed bug. Aliased fields in graphql queries were not properly processed.
Added support for yaml output via the command-line.
Added support for openapi 3.0.3 specification.