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
def withExtension(key: String, value: ResponseValue): GraphQLResponse[E]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product