1553
With graphql-voyager you can visually explore your GraphQL API as an interactive graph.
This is a great tool when designing or discussing your data model. It includes multiple
example GraphQL schemas and also allows you to connect it to your own GraphQL endpoint.
What are you waiting for, explore your API!
141
Mock your future API or extend the existing API with realistic data from faker.js.
No coding required. All you need is to write GraphQL IDL. Don't worry, we will
provide you with examples in our IDL editor.
178
Data manipulation for GraphQL queries with lodash syntax.
GraphQL allows to ask for what you need and get exactly that. But what about the
shape? GraphQL Lodash gives you the power of lodash right inside your GraphQL
Query using @_ directive.
626
Wikipedia for Web APIs. Directory of REST API specs in OpenAPI(fka Swagger) 2.0 format.
165
A collective list of public GraphQL APIs. The repository also links unofficial API proxies.
47
Yeoman generator for OpenAPI/Swagger repo to help you share spec for your API