GraphQLResponse

case class GraphQLResponse(data: Option[`__Value`], errors: List[GraphQLResponseError], extensions: Option[Json])

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product