A CLI scaffolding tool for generating production-ready GraphQL servers using Graphback. Version 1.1.2 requires Node >=10.15.3. It auto-generates database structures, GraphQL resolvers, and queries from GraphQL type definitions. Differentiators: opinionated templates with CRUD generation, supports multiple databases via plugins, and integrates with the Graphback ecosystem. Release cadence is irregular; project is in maintenance mode. It ships TypeScript types and is published on npm.
npm install create-graphbackNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scaffold a new Graphback project using the CLI, install dependencies, and start the dev server.
Ensure Node version >=10.15.3 before using create-graphback.
Evaluate migration to newer GraphQL tooling.
Run in an empty directory or use --force flag if available.
Upgrade npm to version >=5.2 or use 'npm init graphback' instead.
Run 'npm install' and ensure Node >=10.15.3.
No dependency data recorded yet.