nim-graphql icon indicating copy to clipboard operation
nim-graphql copied to clipboard

Add support for custom directives

Open jangko opened this issue 3 years ago • 1 comments

we have at least two types of directives:

  1. schema directives
  2. query directives

but we also have lots of unanswered questions:

  1. where in the execution/validation pipeline we should put custom directives execution?
  2. how do we expose the internal of nim-graphql to custom directives?
  3. how custom directives can safely manipulate things/AST?

jangko avatar May 08 '21 07:05 jangko