anvilco / spectaql

Autogenerate static GraphQL API documentation
https://useanvil.com/docs/api/graphql/reference/
MIT License
1.12k stars 117 forks source link

Render @deprecated for arguments #997

Open avaly opened 1 month ago

avaly commented 1 month ago

Currently only queries tagged with @deprecated are rendered as being deprecated int the docs.

However, arguments inside queries can also be tagged with @deprecated, but these are not rendered accordingly in the docs.