cjoudrey/graphql-schema-linter
Add a rule to ensure deprecation reasons have a date and the date hasn't passed.
开放
#4 创建于 2017年8月3日
enhancementhelp wanted
仓库指标
- 星标
- (704 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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?).