openapi-to-graphql-nullable
Version:
Fork of openapi-to-graphql that fixes nullable handling. Published to NPM since there's no other easy way to consume a Lerna package. Unmaintained.
22 lines (13 loc) • 339 B
Markdown
# Evaluation of OpenAPI-to-GraphQL with APIs.guru APIs
## Prerequisite: Load data
Run:
```
node apis_guru_test.js
```
...to load APIs.guru APIs into `tmp` subfolder in the `test/evaluation` directory.
## Run evaluation
Run:
```
node eval_apis.guru.js <limit>
```
`limit` determines the maximum number of Swagger files to evaluate.