walmartlabs / lacinia

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

Add support for @deprecated directives on :argument-definition, :input-field-definition #443

Closed sundbry closed 1 year ago

sundbry commented 1 year ago

Hi Walmart Labs,

While the @deprecated annotation is suported for enum values and type fields, it was not supported for input field definitions. GraphQL @deprecated directives are also valid on Input types in the most recent Working Draft of the GraphQL Spec.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

hlship commented 1 year ago

Many hands make light work - thanks!