GraphQLResponse

caliban.GraphQLResponse
See theGraphQLResponse companion object
case class GraphQLResponse[+E](data: ResponseValue, errors: List[E], extensions: Option[ObjectValue], hasNext: Option[Boolean])

Represents the result of a GraphQL query, containing a data object and a list of errors.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toResponseValue(keepDataOnErrors: Boolean, excludeExtensions: Option[Set[String]]): ResponseValue

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product