walmartlabs / lacinia

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

Add a compilation option to apply field directives to streamer functions #425

Closed happy-river closed 1 year ago

happy-river commented 1 year ago

Resolver functions can be preprocessed during compilation of the schema using the option :apply-field-directives. Add a new option :apply-subscription-field-directives to allow streamer functions to be preprocessed in the same way.

hlship commented 1 year ago

Have you signed the CLA? Seems like that check is broken.

happy-river commented 1 year ago

Have you signed the CLA? Seems like that check is broken.

Yes, see #421.

hlship commented 1 year ago

Sorry to bug you about that, it used to indicate that as a check but it's now inconsistent and I can't get help from the open source team at Walmart to fix it.