GraphQLRequest

final case class GraphQLRequest(query: String, operationName: Option[String], variables: Option[Json])

A raw (pre-parsed) GraphQL request.

Value parameters:
operationName

identifies a particular operation in the query to execute

query

the query itself

variables

values corresponding to variables in the query

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