This project provides GraphiQL, the official GraphQL IDE, along with its language service and editor integrations for building GraphQL development tools.
This monorepo offers GraphiQL, the official GraphQL IDE, which you can use as a standalone web app or integrate into your projects. It includes a GraphQL language server (LSP), CodeMirror mode, and a Monaco Editor mode (in progress), facilitating features like schema introspection and autocompletion. You'll find detailed usage examples within `packages/graphiql` to get started.
This project provides GraphiQL, the official GraphQL IDE, along with its language service and editor integrations for building GraphQL development tools.
Developers building GraphQL clients, IDE extensions, or custom GraphQL development environments should use this.