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

Parameterless method retrieveSync() does not exist in RequestSpec #1042

Closed
ullenboom opened this issue Aug 10, 2024 · 1 comment
Closed

Parameterless method retrieveSync() does not exist in RequestSpec #1042

ullenboom opened this issue Aug 10, 2024 · 1 comment
Assignees
Labels
type: documentation A documentation task
Milestone

Comments

@ullenboom
Copy link

This leads to a compiler error:

Project project = graphQlClient.documentName("projectReleases") 
		.variable("slug", "spring-framework") 
		.retrieveSync()
		.toEntity(Project.class);

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 10, 2024
@bclozel bclozel self-assigned this Aug 20, 2024
@bclozel bclozel added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 20, 2024
@bclozel bclozel added this to the 1.3.3 milestone Aug 20, 2024
@bclozel
Copy link
Member

bclozel commented Aug 21, 2024

Thanks for letting us know @ullenboom - I've moved both "client" and "testing" sections to compiled code snippets to avoid this situation in the future. Changes should be reflected shorty here: https://docs.spring.io/spring-graphql/reference/1.3-SNAPSHOT/client.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

3 participants