[graphiql] My graphiql interface has completely stopped working I can't move the insertion cursor, write queries, or anything.
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
Current Behavior
Describe the bug
Basically, I can’t do anything the cursor doesn’t move with the text and if I type the word mutation it takes about 30 seconds to appear. I cannot highlight or use my cursor for anything.
I have tried:
- restarting the server
- clearing the url
- Completely removing node modules folder and reinstalling the dependency
If anyone else is having or had this issue please comment. As I literally cannot use my graphiql environment
Expected Behavior
I expect to be able to use the interface as it is intended to be used
Steps To Reproduce
### Your Example Website or App
https://github.com/wakywayne/wrestling-event-coordinator
### Steps to Reproduce the Bug or Issue
**the best thing to do for this issue is probably to look at my repository**
to reproduce the issue make a server and see if you have a similar problem
Module pattern
- graphiql-umd
- graphiql-esm
- graphiql-commonjs
Environment
### Platform
- OS: windows
- NodeJS: 18.1.0
- "@graphql-yoga/node": "^2.13.13",
Anything else?
Everything was working fine in this environment for the past few days I didn't install any new dependencies or anything and then graphiql just stopped working
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
GraphQL schema basics - Apollo GraphQL Docs
This schema defines a hierarchy of types with fields that are populated from your back-end data stores. The schema also specifies exactly which...
Read more >GraphQL Mutations to insert data - Hasura
Try out GraphQL Mutation using GraphiQL. A GraphQL mutation example with dynamic arguments and variables to insert data.
Read more >GraphQL: The Easy Way to Do the Hard Stuff - MongoDB
We'll do the hard stuff the easy way by starting only with data and building out an entire site using GraphQL.
Read more >GraphQL vs. REST APIs: Why you shouldn't use GraphQL
With GraphQL, users can't simply run any query they want. A GraphQL API must be carefully designed; it's not just about putting it...
Read more >Five Common Problems in GraphQL Apps (And How to Fix ...
Namely, you need one schema for your database, and another one for your GraphQL endpoint. Not only is it frustrating to have to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s a StackBlitz with comparable versions to what you’re running. Visit
/api/graphql
in the browser and you’ll see Yoga’s GraphiQL running as expected.You’ve got something else going on with your repository…it’s not related to GraphiQL. I’m going to remove the
bug
tag here.I get a 404 error, but if you think that it was definitely me whatever you think is the right course of action