Skip to content

Instantly share code, notes, and snippets.

@pratikagashe
Created February 27, 2020 11:48
Show Gist options
  • Save pratikagashe/1a09d230410af05ea795ed12be35fd6a to your computer and use it in GitHub Desktop.
Save pratikagashe/1a09d230410af05ea795ed12be35fd6a to your computer and use it in GitHub Desktop.
graphql omit cammands
comment on table public.knex_migrations is E'@name knex_migrations\n@omit create,update,delete\nThis is the documentation.';
comment on table public.knex_migrations_lock is E'@name knex_migrations_lock\n@omit create,update,delete\nThis is the documentation.';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment