Urigo / graphql-cli

📟 Command line tool for common GraphQL development workflows

Home Page:https://graphql-cli.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate merging graphql-cli config for generate into individual plugins

wtrocki opened this issue · comments

Graphback config (generate) can be now spread into couple different sections:

  • GraphQL code generator (with presets) - section graphQLCRUD
  • GraphQL data migration command (db) section db
    generate command should not execute db migrations anymore.
    We might have separate config that will be connected with graphql-migrations package
  • files section will no longer be needed as everything will be controlled by presets.

CC @craicoverflow

Links to #604

The plan is to have separate DB commands that will manage data sources along with config.