IBM/openapi-to-graphql

Replace OAS/Swagger types with Node module

Open

#348 opened on Oct 5, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (215 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (1,645 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Instead of relying on our own types, we should consider using an NPM module such as this.

This will reduce the likelihood of mistakes, such as with #345 and #346, as well as help us stay up to date.

Contributor guide