graphiql icon indicating copy to clipboard operation
graphiql copied to clipboard

GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

Results 391 graphiql issues
Sort by recently updated
recently updated
newest added

A true revert-revert thanks to my shoegun merge 😆 thank you @Foo-x for your patience and understanding, not to mention your contributions! reverts the revert PR graphql/graphiql#2612

This is just a few lines of code! https://raw.githubusercontent.com/kamilkisiela/graphql-config/master/config-schema.json https://code.visualstudio.com/Docs/languages/json#_mapping-a-schema-in-an-extension I feel like if I write anything more about it, I'll officially have had spent more time planning this than...

enhancement
vscode-graphql

Hello, how do I use themes with codemirror 6? I tried this but it does not change visual ```tsx import GraphiQLComponent from 'graphiql'; import React from 'react'; const graphQLFetcher =...

When rendered font is Liberation Sans, the Unicode icons for closing a tab turns into boxes: ![image](https://user-images.githubusercontent.com/16285118/172035603-7137e67e-cdec-4315-bfb9-41ca5ac01a4f.png)

resolved-by-redesign

I'm working on microservice and i need change schema with new url. How should I work? React 18.2 GraphiQL 1.9.13 GraphQL 16.5

Hi guys I tried to execute the example. I execute **yarn && yarn build** first Entering the [example/monaco-graphql-webpack] directory, execute **yarn start** I got error like this ![image](https://user-images.githubusercontent.com/50607512/181691300-5b53981a-a503-43ee-8461-f6cc053cb60d.png) Is there...

bug
confirmed bug

We have [ambitious plans](https://github.com/graphql/graphiql/discussions/2216) for the future of GraphiQL and want to go there step by step. This is the path I suggest to move forward: ## 1. Implement [new...

roadmap

My team is currently using GraphQL Playground that's shipped with Apollo Server, but due to the fact that Playground is no longer maintained and GraphiQL is now preferred, we are...

enhancement

The unit test suite for graphiql was already _very_ outdated when work was started in 2.x, throwing warnings and noise. There are many other issues, for example the almost monolithic...

housekeeping

This pull request enables intellisense for GraphQL templates in `` and `` in `.vue` SFC files. # Example ```vue // graphql-codegen uses the query to generate some code `#graphql query...