Package-level declarations

Types

Link copied to clipboard
open class FieldError(val message: String, val extensions: Map<String, Any>? = null, cause: Throwable? = null) : Exception

An exception class that represents a GraphQL field error. Use this if you want to customize the error entry in the GraphQL response.

Link copied to clipboard

Exception thrown when a value cannot be mapped to the desired type.