PartiallyAppliedSchemaShape

gql.SchemaShape$.PartiallyAppliedSchemaShape
final class PartiallyAppliedSchemaShape[F[_]](val dummy: Boolean) extends AnyVal

Attributes

Source
SchemaShape.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[Q, M, S](query: NonEmptyList[(String, Field[F, Q, _])], mutation: Option[NonEmptyList[(String, Field[F, M, _])]], subscription: Option[NonEmptyList[(String, Field[F, S, _])]], outputTypes: List[OutToplevel[F, _]], inputTypes: List[InToplevel[_]]): SchemaShape[F, Q, M, S]

Attributes

Source
SchemaShape.scala

Concrete fields

val dummy: Boolean

Attributes

Source
SchemaShape.scala