openapi-to-graphql
openapi-to-graphql copied to clipboard
Translate APIs described by OpenAPI Specifications (OAS) into GraphQL
**Description** According to https://security.snyk.io/vuln/SNYK-JS-DICER-2311764 the package `dicer` is vulnerable in all versions and should be replaced with an alternative. **To Reproduce** ``` npm i openapi-to-graphql ``` **Expected behavior** A version...
**Describe the bug** Based on https://swagger.io/docs/specification/describing-responses/ (Empty Response Body) the definition for 204 should look like this: ``` { ..., "paths": { "/tests": { "get": { "tags": [ "test-controller" ],...
https://medium.com/the-marcy-lab-school/what-is-the-n-1-problem-in-graphql-dd4921cb3c1a I am trying to use nest object feature and it work well,but if we use it in list query, N +1 problem comes. Is there any way to solve...
Because in js `typeof null === 'object'` we need additional check, otherwise `Object.entries(args[saneParamName])` will fail with: ``` TypeError: Cannot convert undefined or null to object ```
**Describe the bug** We're trying to expose a UK gov API with the following spec: https://api.publish-teacher-training-courses.service.gov.uk/api-docs/public_v1/api_spec.json Unfortunately, they decided to implement it using the content type application/vnd.api+json. Currently, the resolver...
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...