Tobi
01/25/2018, 8:59 PMprisma.ts
-File?Victor
01/25/2018, 9:06 PMprisma deploy
๐Tobi
01/25/2018, 9:09 PMTobi
01/25/2018, 9:12 PMPost
. Then prisma deploy
. But there are already Post
existing..Victor
01/25/2018, 9:24 PM.graphqlconfig.yml
, my content is the following:
projects:
app:
schemaPath: "src/schema.graphql"
extensions:
endpoints:
default: "<http://localhost:4000>"
database:
schemaPath: "src/generated/prisma.graphql"
extensions:
prisma: database/prisma.yml
prepare-binding:
output: src/generated/prisma.ts
generator: prisma-ts
Victor
01/25/2018, 9:24 PMgraphql-cli create
๐Tobi
01/25/2018, 9:34 PMmatic
01/26/2018, 6:47 AMgraphql prepare
Tobi
01/26/2018, 10:42 AMgraphql
?matic
01/26/2018, 3:00 PMgraphql-cli
. It might be already included in the build, otherwise install it internally or globally - both should work afaik.