AstInputTypeContext

case class AstInputTypeContext[Ctx](origin: MatOrigin, schemaDefinition: Option[Type & Named], astDefinition: Option[TypeSystemDefinition], astField: Option[FieldDefinition], definition: InputValueDefinition, materializer: AstSchemaMaterializer[Ctx]) extends WithTypeLookup[Ctx]
trait Serializable
trait Product
trait Equals
trait WithTypeLookup[Ctx]
class Object
trait Matchable
class Any

Value members

Inherited methods

def inputType(tpe: Type, replacementNamedType: InputType[_]): InputType[_]
Inherited from:
WithTypeLookup
def inputType(typeName: String): InputType[_]
Inherited from:
WithTypeLookup
def interfaceType(typeName: String): InterfaceType[Ctx, Any]
Inherited from:
WithTypeLookup
def objectType(typeName: String): ObjectType[Ctx, Any]
Inherited from:
WithTypeLookup
def outputType(tpe: Type, replacementNamedType: OutputType[_]): OutputType[_]
Inherited from:
WithTypeLookup
def outputType(typeName: String): OutputType[_]
Inherited from:
WithTypeLookup
Inherited from:
Product
def scalarType(typeName: String): ScalarType[Any]
Inherited from:
WithTypeLookup