DataFetchingEnvironment.getContext() has been deprecated since July 2021, but it still appears frequently in the documentation without any special notice.
(For example, https://www.graphql-java.com/documentation/concerns, https://www.graphql-java.com/documentation/data-fetching#the-interesting-parts-of-the-datafetchingenvironment, etc.)
Conversely, the new DataFetchingEnvironment.getGraphQLContext() does not seem to be mentioned at all in the documentation.
Is DataFetchingEnvironment.getContext() not deprecated, or is the documentation outdated?
If I missed something, I apologize. Thank you for providing an excellent framework.