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.
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.