p

clue

package clue

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. clue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ApolloStreamingClient[F[_]] extends GraphQLStreamingClient[F]
  2. trait GraphQLClient[F[_]] extends AnyRef
  3. class GraphQLException extends Exception
  4. trait GraphQLQuery extends AnyRef
  5. final case class GraphQLRequest(query: String, operationName: Option[String] = scala.None, variables: Option[Json] = scala.None) extends Product with Serializable
    Attributes
    protected
  6. trait GraphQLStreamingClient[F[_]] extends GraphQLClient[F]
  7. class InvalidSubscriptionIdException extends Exception
  8. type MessageType = String
    Attributes
    protected
  9. sealed trait StreamingClientStatus extends AnyRef
  10. sealed trait StreamingMessage extends AnyRef
    Attributes
    protected

Value Members

  1. implicit val genDevConfig: Configuration
    Attributes
    protected
  2. object GraphQLRequest extends Serializable
  3. object StreamingClientStatus
  4. object StreamingMessage

Inherited from AnyRef

Inherited from Any

Ungrouped