All activity
![Jim Laredo](https://ph-avatars.imgix.net/1572758/original.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
Jim Laredo
left a comment
If you are familiar with REST and have a swagger or OAS, you could quickly generate a GraphQL interface with OASGraph: https://www.producthunt.com/posts/oasgraph
![Learning GraphQL and Relay](https://ph-files.imgix.net/c153f9eb-f0ed-4079-9977-292415160e9e.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
Learning GraphQL and Relay
Build data-driven React applications with GraphQL and Relay
![Jim Laredo](https://ph-avatars.imgix.net/1572758/original.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
Jim Laredo
left a comment
If you are familiar with REST and have a swagger or OAS, you could quickly generate a GraphQL interface with OASGraph: https://www.producthunt.com/posts/oasgraph
The Road to GraphQL
Your journey to master pragmatic GraphQL in JavaScript
![Jim Laredo](https://ph-avatars.imgix.net/1572758/original.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
Jim Laredo
left a comment
A new GraphQL related product just got listed: https://www.producthunt.com/posts/oasgraph - you can easily turn a REST API into a GraphQL interface - see if it is of interest
![How to GraphQL](https://ph-files.imgix.net/9813f35a-dcaa-4e80-af31-3ad9ebba1ba1.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
How to GraphQL
Open-source tutorial website to learn GraphQL development
![Jim Laredo](https://ph-avatars.imgix.net/1572758/original.png?auto=compress&codec=mozjpeg&cs=strip&auto=format&w=48&h=48&fit=crop&frame=1)
Jim Laredo
left a comment
Do you have a portfolio of REST APIs ? Give a try to GraphQL in minutes and see how you can wrap those REST APIs with a GraphQL Interface. OASGraph as a CLI tool and a library. The CLI tool is a wrapper for the library and it will start a server that will host the GraphQL interface. It can be used for quick testing and experimenting with GraphQL.
![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
![Jim Laredo](https://ph-avatars.imgix.net/1572758/original.png?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