PartiallyAppliedSchemaShape

final class PartiallyAppliedSchemaShape[F[_]](val dummy: Boolean) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

Concrete fields