Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local GraphQL schema gets cleared when sending request #8067

Open
1 task done
jarrodls opened this issue Oct 10, 2024 · 0 comments
Open
1 task done

Local GraphQL schema gets cleared when sending request #8067

jarrodls opened this issue Oct 10, 2024 · 0 comments
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@jarrodls
Copy link

Expected Behavior

GraphQL schema locally added from JSON should not be removed upon sending a request and should persist.

Actual Behavior

When a request has GraphQL schema added it that has been manually loaded from JSON, it gets cleared when you send a request and requires adding the schema again.

Reproduction Steps

  1. Manually add local GraphQL schema to a request (schema > load schema from JSON) (automatic fetch disabled)
  2. Send request
  3. Schema gets removed and says Schema not yet fetched

Is there an existing issue for this?

Additional Information

Potentially related to #5888

Insomnia Version

10.0.0

What operating system are you using?

Windows

Operating System Version

Windows 11 Pro, Version 23H2, 22631.4317

Installation method

downloaded from insomnia.rest

Last Known Working Insomnia version

No response

@jarrodls jarrodls added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

1 participant