Connected

gql.graphqlws.GraphqlWSServer$.State$.Connected
final case class Connected[F[_]](initPayload: Map[String, Json], compiler: () => F, subscriptions: Map[String, F[Unit]]) extends State[F]

Attributes

Source
GraphqlWSServer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait State[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product