ResolverErrorBuilder

Interface for building GraphQL errors from exceptions that occur during data fetching.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun exceptionToGraphQLError(throwable: Throwable, errorMetadata: ErrorReporter.Metadata): List<GraphQLError>?

Converts an exception to a list of GraphQL errors.