gql.SchemaShape
See theSchemaShape companion object
final case class SchemaShape[F[_], Q, M, S](query: Type[F, Q], mutation: Option[Type[F, M]], subscription: Option[Type[F, S]], outputTypes: List[OutToplevel[F, _]], inputTypes: List[InToplevel[_]], positions: List[Position[F, _]])
The underlying graph that compiles into a GraphQL schema. Provides a plethora of methods to derive information, perform validation, render, introspect and generate stub implementations.
Attributes
- Companion
- object
- Source
- SchemaShape.scala
- Graph
-
- Supertypes
Members list
In this article