Open krishna-prasad-s opened 1 year ago
Same issue here, in the latest release the schema fetch doesn't send the introspection query anymore. Revert to the release that you can download on the site to get it back working.
Same issue here, in the latest release the schema fetch doesn't send the introspection query anymore. Revert to the release that you can download on the site to get it back working.
@tim-hanssen how do you revert to previous release? I could not find any docs. Thanks!
The new GraphQL client was released in open beta. Introspection is automatic and the schema fetching issue you reported should be fixed. Can you confirm?
Is there an existing issue for this?
Describe the Issue
I have an sample app built out of spring-boot-starter-graphql. When I try to fetch, I see that the server is reponding also the response body contains the schema but this does appear in postman which says no-schema. An actual query still works.
resbody.log
none of the auto complete features etc work.
Steps To Reproduce
clone build and run https://github.com/spring-projects/spring-graphql/tree/1.0.x/samples/webflux-security point to the host and fecth schema.
Screenshots or Videos
Operating System
macOS
Postman Version
10.8.7
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response