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
After version 1.37.0, Bruno stopped using collection script:pre-request and script:post-response scripts when introspecting the GraphQL schema.
1.37.0
script:pre-request
script:post-response
This is specially critical for collections that rely on the pre-request scripts to set custom tokens or update the url.
pre-request
It seems that the change that broke introspection was introduced in this commit: ee715a6
Or more specifically this change here: ee715a6 diff
collection.bru
script:pre-request { console.log("1. Collection pre-request script...") }
sample.bru
meta { name: Sample Request type: graphql seq: 2 } post { url: https://graphql.org/graphql/ body: graphql auth: none } body:graphql { query AllFilms { allFilms { films { title } } } } script:pre-request { console.log('2. Request pre-request script...') }
The text was updated successfully, but these errors were encountered:
Hey @allanmaral
Thanks for reporting this issue.
I was able to reproduce it, and we're working on it. Thanks for sharing the video demo, it was helpful in reproducing the issue.
Sorry, something went wrong.
ganesh-bruno
naman-bruno
No branches or pull requests
I have checked the following:
Describe the bug
After version
1.37.0
, Bruno stopped using collectionscript:pre-request
andscript:post-response
scripts when introspecting the GraphQL schema.This is specially critical for collections that rely on the
pre-request
scripts to set custom tokens or update the url.It seems that the change that broke introspection was introduced in this commit: ee715a6
Or more specifically this change here: ee715a6 diff
.bru file to reproduce the bug
collection.bru
sample.bru
Screenshots/Live demo link
Bruno 1.38.1
Bruno 1.36.1
The text was updated successfully, but these errors were encountered: