ctxInject

This directive is used to inject additional context into the GraphQL service context. It takes directive arguments to extend the context with additional data. These arguments will be nested in the context as injected optional property.

link GraphQL Schema definition

  • directive @ctxInject(maxItems: Int!) on FIELD | FIELD_DEFINITION | OBJECT

link Require by

This element is not required by anyone