QueryResult

gql.QueryResult
See theQueryResult companion object
final case class QueryResult(data: JsonObject, errors: Chain[Error])

The result of executing a GraphQL query. Errors thrown during evaluation can be handled with a partial function.

Attributes

Companion
object
Source
QueryResult.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product