GraphiQL is an interactive browser-based integrated development environment for writing, testing, and documenting GraphQL queries and mutations. It functions as a code editor, an API exploration tool, and a schema explorer, providing a visual interface for browsing GraphQL types and fields. The project provides a language server that delivers schema-driven autocompletion, linting, and validation via the Language Server Protocol. It allows for the embedding of high-performance editors into external projects and supports the injection of custom tools and components through a sidebar plugin API.
Amplication is a low-code API platform and backend service generator designed to accelerate the development of business domain services. It automates the creation of APIs and data models through schema-driven code generation, transforming structured definitions into executable backend source code. The platform functions as a developer portal orchestrator that establishes standardized workflows and golden paths for software delivery. It enforces organizational coding standards and best practices by applying live templates and predefined blueprints across all generated services. The system inc
Extends supertest to test a GraphQL endpoint
A library to query and manipulate GraphQL Introspection Query results in some useful ways.
The main features of anvilco/graphql-introspection-tools are: Code Generation and Utilities, GraphQL Development Tools.
Open-source alternatives to anvilco/graphql-introspection-tools include: graphql/graphiql — GraphiQL is an interactive browser-based integrated development environment for writing, testing, and documenting… amplication/amplication — Amplication is a low-code API platform and backend service generator designed to accelerate the development of… apollographql/apollo-tracing — A GraphQL extension for performance tracing. apollographql/eslint-plugin-graphql — :vertical_traffic_light: Check your GraphQL query strings against a schema. apollographql/graphql-tag — A JavaScript template literal tag that parses GraphQL queries. alexstrat/supertest-graphql — Extends supertest to test a GraphQL endpoint.