AstOutputTypeContext

sangria.schema.AstOutputTypeContext
case class AstOutputTypeContext[Ctx](origin: MatOrigin, typeDefinition: Either[TypeDefinition, ObjectLikeType[Ctx, _]], fieldDefinition: FieldDefinition, extensions: Vector[ObjectLikeTypeExtensionDefinition], materializer: AstSchemaMaterializer[Ctx]) extends WithTypeLookup[Ctx]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WithTypeLookup[Ctx]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def inputType(tpe: Type, replacementNamedType: InputType[_]): InputType[_]

Attributes

Inherited from:
WithTypeLookup
def inputType(typeName: String): InputType[_]

Attributes

Inherited from:
WithTypeLookup
def interfaceType(typeName: String): InterfaceType[Ctx, Any]

Attributes

Inherited from:
WithTypeLookup
def objectType(typeName: String): ObjectType[Ctx, Any]

Attributes

Inherited from:
WithTypeLookup
def outputType(tpe: Type, replacementNamedType: OutputType[_]): OutputType[_]

Attributes

Inherited from:
WithTypeLookup
def outputType(typeName: String): OutputType[_]

Attributes

Inherited from:
WithTypeLookup

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def scalarType(typeName: String): ScalarType[Any]

Attributes

Inherited from:
WithTypeLookup