walmartlabs / lacinia

GraphQL implementation in pure Clojure
http://lacinia.readthedocs.io/en/latest/
Other
1.82k stars 160 forks source link

Make ArgumentDef protocol support Directives #421

Closed happy-river closed 2 years ago

happy-river commented 2 years ago

Add support for Directives to ArgumentDef so that field resolver functions can navigate from the FieldSelection instance returned by com.walmartlabs.lacinia.executor/selection to any directives placed on their arguments in the schema.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

hlship commented 2 years ago

Thanks for filling this gap and for providing a test.