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

Postman Schemafetching not working with spring-boot-starter-graphql respones. #11678

Open
1 task done
krishna-prasad-s opened this issue Feb 1, 2023 · 3 comments
Open
1 task done
Labels
product/runtime protocol/graphql Issues relating to the GraphQL protocol within Postman

Comments

@krishna-prasad-s
Copy link

Is there an existing issue for this?

  • I have searched the tracker for existing similar issues and I know that duplicates will be closed

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

image

Operating System

macOS

Postman Version

10.8.7

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

@tim-hanssen
Copy link

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.

@mihaigliga21
Copy link

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!

@SterlingChin SterlingChin added the protocol/graphql Issues relating to the GraphQL protocol within Postman label Feb 16, 2023
@SterlingChin
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product/runtime protocol/graphql Issues relating to the GraphQL protocol within Postman
Projects
None yet
Development

No branches or pull requests

5 participants