Package graphql

Class ExceptionWhileDataFetching

java.lang.Object
graphql.ExceptionWhileDataFetching
All Implemented Interfaces:
GraphQLError, Serializable

@PublicApi public class ExceptionWhileDataFetching extends Object implements GraphQLError
This graphql error will be used if a runtime exception is encountered while a data fetcher is invoked
See Also: