All activity
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
Build data-driven React applications with GraphQL and Relay
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
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
Open-source tutorial website to learn GraphQL development
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
A JS library to wrap RESTful APIs with a GraphQL interface
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
A JS library to wrap RESTful APIs with a GraphQL interface