UNPKG

openapi-to-graphql-lxwang2

Version:

Generates a GraphQL schema for a given OpenAPI Specification (OAS)

22 lines (13 loc) 339 B
# 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.