hasura/graphql-engine

print a context aware diff for metadata

Open

#3.263 aberto em 28 de out. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (1 assignee)TypeScript (2.787 forks)batch import
c/clihelp wantedk/enhancement

Métricas do repositório

Stars
 (31.371 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador