question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[graphiql] My graphiql interface has completely stopped working I can't move the insertion cursor, write queries, or anything.

See original GitHub issue

Is 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:

  1. restarting the server
  2. clearing the url
  3. 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:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
jonathanawesomecommented, Oct 31, 2022

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.

0reactions
wakywaynecommented, Nov 1, 2022

I get a 404 error, but if you think that it was definitely me whatever you think is the right course of action

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found