swagger-to-graphql icon indicating copy to clipboard operation
swagger-to-graphql copied to clipboard

Swagger to GraphQL API adapter

Results 38 swagger-to-graphql issues
Sort by recently updated
recently updated
newest added

`operation.description` is used for GraphQL type descriptions. When not found, `operation.summary` could be used instead.

enhancement
openapi3

GraphQL supports polymorphism using `GraphQLInterfaceType`. OpenAPI supports it with the `discriminator` property (which has a different syntax in 2.0 and 3.0). It would be nice to bring the two together....

enhancement

The following two libraries could be used to extend the range of simple types based on the JSON schema properties `type` and `format`: - [`graphql-iso-date`](https://github.com/stylesuxx/graphql-custom-types): `Date`, `Time`, `DateTime` - [`graphql-custom-types`](https://github.com/stylesuxx/graphql-custom-types):...

enhancement

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

https://github.com/yarax/swagger-to-graphql/blob/master/src/getRequestOptions.ts#L54 A value should be allowed to be `null`, `false` or `0` and if set not throw an error. Here the only valid check and throw should be for `undefined`....