GraphQLResponse

caliban.client.GraphQLResponse
See theGraphQLResponse companion object
case class GraphQLResponse(data: Option[`__Value`], errors: List[GraphQLResponseError], extensions: Option[`__ObjectValue`])

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product