cjoudrey/graphql-schema-linter
GitHub で見るAdd a rule to ensure deprecation reasons have a date and the date hasn't passed.
Open
#4 opened on 2017年8月3日
enhancementhelp wanted
Repository metrics
- Stars
- (669 stars)
- PR merge metrics
- (30d に merged 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?).