cjoudrey/graphql-schema-linter

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

Open

#4 ouverte le 3 août 2017

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (62 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (669 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur