cjoudrey/graphql-schema-linter

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

开放

#4 创建于 2017年8月3日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (61 个派生)batch import
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?).

贡献者指南