QueryParameters

gql.QueryParameters
final case class QueryParameters(query: String, variables: Option[Map[String, Json]], operationName: Option[String])

The neccessary parameters to execute a GraphQL query. QueryParameters is usually provided by a calling client.

Attributes

Source
QueryParameters.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product