cjoudrey/graphql-schema-linter

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

Aberta

#4 aberto em 3 de ago. de 2017

 (0 comentário) (0 reação) (0 responsável)JavaScript (61 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (704 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?).

Guia do colaborador