so i'm just getting familiar with directives. is t...
# orm-help
n
so i'm just getting familiar with directives. is there a way to pass a dynamic value to the directive?
l
Hi Nate! In the directive resolver pattern, the directive resolver fires after the query resolver. However, directive resolvers didn't have an easy path to the arguments (had to peel them off the GraphQL AST). I believe the new schema directives API allows direct argument access
n
howdy! thanks for the response. where can i find the docs on the new schema directives api?