hasura/graphql-engine

print a context aware diff for metadata

Open

#3.263 geöffnet am 28. Okt. 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (31.371 Stars) (2.787 Forks)batch import
c/clihelp wantedk/enhancement

Beschreibung

Diff command added #3157 only prints a basic general purpose file diff.

With awareness of Hasura metadata and it's types a better, context aware diff can be printed, where it can do things like:

  • table abcd is tracked
  • relationship name is changed for table xyz

etc.

Contributor Guide