Class DelegatingDataFetchingEnvironment

java.lang.Object
graphql.schema.DelegatingDataFetchingEnvironment
All Implemented Interfaces:
IntrospectionDataFetchingEnvironment, DataFetchingEnvironment

@PublicApi public class DelegatingDataFetchingEnvironment extends Object implements DataFetchingEnvironment
DelegatingDataFetchingEnvironment implements DataFetchingEnvironment by delegating to an underlying instance. You can use this class to wrap the environment and perhaps change values and behavior more easily.