Packages

p

clue

model

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class GraphQLError(message: String, path: List[PathElement], locations: List[Location], extensions: Map[String, String]) extends Product with Serializable
  2. final case class GraphQLRequest(query: String, operationName: Option[String] = None, variables: Option[Json] = None) extends Product with Serializable

    A raw (pre-parsed) GraphQL request.

    A raw (pre-parsed) GraphQL request.

    query

    the query itself

    operationName

    identifies a particular operation in the query to execute

    variables

    values corresponding to variables in the query

Value Members

  1. object GraphQLError extends Serializable
  2. object GraphQLRequest extends Serializable
  3. object StreamingMessage

    GraphQL web socket protocol streaming messages.

    GraphQL web socket protocol streaming messages. Messages are cleanly divided in those coming FromClient and those coming FromServer. See also https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md. Also see: https://medium.com/@rob.blackbourn/writing-a-graphql-websocket-subscriber-in-javascript-4451abb9cd60

Ungrouped