GqlArgumentsHost
class GqlArgumentsHost extends ExecutionContextHost implements GraphQLArgumentsHost {
static create(context: ArgumentsHost): GqlArgumentsHost
getRoot<T = any>(): T
getArgs<T = any>(): T
getContext<T = any>(): T
getInfo<T = any>(): T
}
Static methods
create() | ||||||
---|---|---|---|---|---|---|
Parameters
Returns |
Methods
getRoot() |
---|
ParametersThere are no parameters. Returns
|
getArgs() |
---|
ParametersThere are no parameters. Returns
|
getContext() |
---|
ParametersThere are no parameters. Returns
|
getInfo() |
---|
ParametersThere are no parameters. Returns
|