SchemaShape

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[_]])

Attributes

Companion:
object
Source:
SchemaShape.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addInputTypes(t: InToplevel[_]*): SchemaShape[F, Q, M, S]

Attributes

Source:
SchemaShape.scala
def addOutputTypes(t: OutToplevel[F, _]*): SchemaShape[F, Q, M, S]

Attributes

Source:
SchemaShape.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source:
SchemaShape.scala

Attributes

Source:
SchemaShape.scala
lazy val render: String

Attributes

Source:
SchemaShape.scala

Attributes

Source:
SchemaShape.scala