case class AstDirectiveInputTypeContext[Ctx](origin: MatOrigin, directive: ast.Directive, schemaDefinition: Option[Type with Named], astDefinition: Option[TypeSystemDefinition], astField: Option[FieldDefinition], definition: InputValueDefinition, materializer: AstSchemaMaterializer[Ctx], args: Args) extends WithArguments with WithTypeLookup[Ctx] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AstDirectiveInputTypeContext
- Serializable
- Serializable
- Product
- Equals
- WithTypeLookup
- WithArguments
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AstDirectiveInputTypeContext(origin: MatOrigin, directive: ast.Directive, schemaDefinition: Option[Type with Named], astDefinition: Option[TypeSystemDefinition], astField: Option[FieldDefinition], definition: InputValueDefinition, materializer: AstSchemaMaterializer[Ctx], args: Args)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
arg[T](name: String): T
- Definition Classes
- WithArguments
-
def
arg[T](arg: Argument[T]): T
- Definition Classes
- WithArguments
-
def
argDefinedInQuery(arg: Argument[_]): Boolean
- Definition Classes
- WithArguments
-
def
argDefinedInQuery(name: String): Boolean
- Definition Classes
- WithArguments
-
def
argOpt[T](arg: Argument[T]): Option[T]
- Definition Classes
- WithArguments
-
def
argOpt[T](name: String): Option[T]
- Definition Classes
- WithArguments
-
val
args: Args
- Definition Classes
- AstDirectiveInputTypeContext → WithArguments
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val astDefinition: Option[TypeSystemDefinition]
- val astField: Option[FieldDefinition]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val definition: InputValueDefinition
- val directive: ast.Directive
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inputType(tpe: ast.Type, replacementNamedType: InputType[_]): InputType[_]
- Definition Classes
- WithTypeLookup
-
def
inputType(typeName: String): InputType[_]
- Definition Classes
- WithTypeLookup
-
def
interfaceType(typeName: String): InterfaceType[Ctx, Any]
- Definition Classes
- WithTypeLookup
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
materializer: AstSchemaMaterializer[Ctx]
- Definition Classes
- AstDirectiveInputTypeContext → WithTypeLookup
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
objectType(typeName: String): ObjectType[Ctx, Any]
- Definition Classes
- WithTypeLookup
-
val
origin: MatOrigin
- Definition Classes
- AstDirectiveInputTypeContext → WithTypeLookup
-
def
outputType(tpe: ast.Type, replacementNamedType: OutputType[_]): OutputType[_]
- Definition Classes
- WithTypeLookup
-
def
outputType(typeName: String): OutputType[_]
- Definition Classes
- WithTypeLookup
-
def
scalarType(typeName: String): ScalarType[Any]
- Definition Classes
- WithTypeLookup
- val schemaDefinition: Option[Type with Named]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withArgs[A1, A2, A3, A4, A5, A6, A7, A8, R](arg1: Argument[A1], arg2: Argument[A2], arg3: Argument[A3], arg4: Argument[A4], arg5: Argument[A5], arg6: Argument[A6], arg7: Argument[A7], arg8: Argument[A8])(fn: (A1, A2, A3, A4, A5, A6, A7, A8) ⇒ R): R
- Definition Classes
- WithArguments
-
def
withArgs[A1, A2, A3, A4, A5, A6, A7, R](arg1: Argument[A1], arg2: Argument[A2], arg3: Argument[A3], arg4: Argument[A4], arg5: Argument[A5], arg6: Argument[A6], arg7: Argument[A7])(fn: (A1, A2, A3, A4, A5, A6, A7) ⇒ R): R
- Definition Classes
- WithArguments
-
def
withArgs[A1, A2, A3, A4, A5, A6, R](arg1: Argument[A1], arg2: Argument[A2], arg3: Argument[A3], arg4: Argument[A4], arg5: Argument[A5], arg6: Argument[A6])(fn: (A1, A2, A3, A4, A5, A6) ⇒ R): R
- Definition Classes
- WithArguments
-
def
withArgs[A1, A2, A3, A4, A5, R](arg1: Argument[A1], arg2: Argument[A2], arg3: Argument[A3], arg4: Argument[A4], arg5: Argument[A5])(fn: (A1, A2, A3, A4, A5) ⇒ R): R
- Definition Classes
- WithArguments
-
def
withArgs[A1, A2, A3, A4, R](arg1: Argument[A1], arg2: Argument[A2], arg3: Argument[A3], arg4: Argument[A4])(fn: (A1, A2, A3, A4) ⇒ R): R
- Definition Classes
- WithArguments
-
def
withArgs[A1, A2, A3, R](arg1: Argument[A1], arg2: Argument[A2], arg3: Argument[A3])(fn: (A1, A2, A3) ⇒ R): R
- Definition Classes
- WithArguments
-
def
withArgs[A1, A2, R](arg1: Argument[A1], arg2: Argument[A2])(fn: (A1, A2) ⇒ R): R
- Definition Classes
- WithArguments
-
def
withArgs[A1, R](arg1: Argument[A1])(fn: (A1) ⇒ R): R
- Definition Classes
- WithArguments