ExistingEnumContext

sangria.schema.ExistingEnumContext
case class ExistingEnumContext[Ctx](origin: MatOrigin, extensions: Vector[EnumTypeExtensionDefinition], existing: EnumType[Any], 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