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
Members list
In this article