How to use graphback-cli - 3 common examples

To help you get started, we’ve selected a few graphback-cli examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aerogear / graphback / packages / graphql-cli-graphback-plugin / src / commands / backend-init.ts View on Github external
export async function handler(context: Context, { name, templateName, templateUrl }: Params) {
  await init(name, templateName, templateUrl, commandRoot);
}

graphback-cli

Auto generate resolvers on top of the graphql and database of your choice

Apache-2.0
Latest version published 4 years ago

Package Health Score

45 / 100
Full package analysis

Similar packages