-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
The project generated by the boilerplate seems to be broken.
When running graphql create my-app --boilerplate typescript-advanced
, this results in a folder that contains only files, as follow:
auth.ts index.js node_modules post.ts prisma-schema.ts Query.ts schema.graphql Subscription.ts User.ts yarn.lock
datamodel.prisma index.ts package.json Post.ts prisma.yml README.md seed.graphql tsconfig.json utils.ts
None of the NPM scripts are available too and the resulting package.json
is:
{
"name": "install",
"version": "0.0.0",
"devDependencies": {
"graphql-boilerplate-install": "0.1.9"
}
}
Note I have the version 3.0.3 of the Graphql CLI
Leiknir, jayprado, b4dnewz, shadez95, samburgers and 1 more
Metadata
Metadata
Assignees
Labels
No labels