cjoudrey/graphql-schema-linter

Add a rule to ensure deprecation reasons have a date and the date hasn't passed.

Open

#4 创建于 2017年8月3日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (669 star) (62 fork)batch import
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?).

贡献者指南