cjoudrey/graphql-schema-linter
在 GitHub 查看Add a rule to ensure deprecation reasons have a date and the date hasn't passed.
Open
#4 建立於 2017年8月3日
enhancementhelp wanted
描述
The goal of this rule is:
- To push API clients off deprecated fields by letting them know when a field will get removed.
- Encourage API owners to remove deprecated fields once the deprecation date has passed.
- Possibly warn API owners as the deprecation date approaches (possibly configurable?).