All activity
![Alan Cha](https://ph-avatars.imgix.net/1441745/original.jpeg?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
OASGraph is a tool that can wrap RESTful APIs, described by OpenAPI Specification (OAS), in GraphQL. We map each API endpoint to a GraphQL object. In addition, we use the link feature in OAS 3 to create nested GraphQL objects. The GraphQL interface will be able to execute a query by composing a set of REST calls and resolving the responses.
![OASGraph](https://ph-files.imgix.net/a22a8507-b237-4f19-8945-eb98c7101f9a.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
OASGraph
A JS library to wrap RESTful APIs with a GraphQL interface