ResolverErrorBuilder
Interface for building GraphQL errors from exceptions that occur during data fetching.
Functions
Link copied to clipboard
abstract fun exceptionToGraphQLError(throwable: Throwable, errorMetadata: ErrorReporter.Metadata): List<GraphQLError>?
Converts an exception to a list of GraphQL errors.