We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some kind of API to manipulate the headers at least, as step one. It's not meant to modify the input and textarea elements of GraphiQL.
lab.request.headers.set(...)
The text was updated successfully, but these errors were encountered:
Task Progress Update:
I have found the laboratory-preflight-script.cy.ts file. In it I see a reference to lab like:
laboratory-preflight-script.cy.ts
lab
console/cypress/e2e/laboratory-preflight-script.cy.ts
Line 160 in cc86bc5
My current understanding is that the referenced lab variable there is an instance of the thing we want to enhance.
Sorry, something went wrong.
Yes, the code for it
packages/web/app/src/lib/preflight-sandbox
There's a Worker <-> IFrame <-> GraphiQL, and a lot of messages being sent between them.
IIUC this enhancement will be user facing, lab being something a user can use in https://the-guild.dev/graphql/hive/docs/dashboard/laboratory/preflight-scripts.
jasonkuhrt
Successfully merging a pull request may close this issue.
Some kind of API to manipulate the headers at least, as step one.
It's not meant to modify the input and textarea elements of GraphiQL.
The text was updated successfully, but these errors were encountered: