case class Context[Ctx, Val](value: Val, ctx: Ctx, args: Args, schema: Schema[Ctx, Val], field: Field[Ctx, Val], parentType: ObjectType[Ctx, Any], marshaller: ResultMarshaller, query: Document, sourceMapper: Option[SourceMapper], deprecationTracker: DeprecationTracker, astFields: Vector[ast.Field], path: ExecutionPath, deferredResolverState: Any, middlewareAttachments: Vector[MiddlewareAttachment] = Vector.empty) extends WithArguments with WithInputTypeRendering[Ctx] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Context
- Serializable
- Serializable
- Product
- Equals
- WithInputTypeRendering
- WithArguments
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Context(value: Val, ctx: Ctx, args: Args, schema: Schema[Ctx, Val], field: Field[Ctx, Val], parentType: ObjectType[Ctx, Any], marshaller: ResultMarshaller, query: Document, sourceMapper: Option[SourceMapper], deprecationTracker: DeprecationTracker, astFields: Vector[ast.Field], path: ExecutionPath, deferredResolverState: Any, middlewareAttachments: Vector[MiddlewareAttachment] = Vector.empty)
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
- Context → WithArguments
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val astFields: Vector[ast.Field]
- def attachment[T <: MiddlewareAttachment](implicit arg0: ClassTag[T]): Option[T]
- def attachments[T <: MiddlewareAttachment](implicit arg0: ClassTag[T]): Vector[T]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
ctx: Ctx
- Definition Classes
- Context → WithInputTypeRendering
- val deferredResolverState: Any
-
val
deprecationTracker: DeprecationTracker
- Definition Classes
- Context → WithInputTypeRendering
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val field: Field[Ctx, Val]
-
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()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isIntrospection: Boolean
-
val
marshaller: ResultMarshaller
- Definition Classes
- Context → WithInputTypeRendering
- val middlewareAttachments: Vector[MiddlewareAttachment]
-
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()
- val parentType: ObjectType[Ctx, Any]
- val path: ExecutionPath
- val query: Document
-
def
renderInputValueCompact[T](value: Tuple2[_, ToInput[_, _]], tpe: InputType[T]): Option[String]
- Definition Classes
- WithInputTypeRendering
- val schema: Schema[Ctx, Val]
-
val
sourceMapper: Option[SourceMapper]
- Definition Classes
- Context → WithInputTypeRendering
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val value: Val
-
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