Describe the bug
Hi, graphql-java team. Firstly, thanks for the great library that we are using via spring-graphql. We recently updated from spring-boot 3.1.x to 3.3.1 which upgraded the graphql-java from 21 to 22.
The query caching example in the documentation is still showing an implementation of getDocument but v22 of graph-java does not have this method in the interface. It has getDocumentAsync
The documentation needs to be updated.
Thank you.
To Reproduce
NA
Describe the bug
Hi, graphql-java team. Firstly, thanks for the great library that we are using via spring-graphql. We recently updated from spring-boot 3.1.x to 3.3.1 which upgraded the graphql-java from 21 to 22.
The query caching example in the documentation is still showing an implementation of getDocument but v22 of graph-java does not have this method in the interface. It has getDocumentAsync
The documentation needs to be updated.
Thank you.
To Reproduce
NA