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()


static create(context: ArgumentsHost): GqlArgumentsHost

Parameters

Option Type Description
context ArgumentsHost

Returns

GqlArgumentsHost

Methods

getRoot()


getRoot<T = any>(): T

Parameters

There are no parameters.

Returns

T

getArgs()


getArgs<T = any>(): T

Parameters

There are no parameters.

Returns

T

getContext()


getContext<T = any>(): T

Parameters

There are no parameters.

Returns

T

getInfo()


getInfo<T = any>(): T

Parameters

There are no parameters.

Returns

T