kratam
09/12/2018, 12:44 PMprisma generate
doesn't create a separate prisma.graphql
, how can I import graphql `Type`s in my schema.graphql
?divyendu
09/12/2018, 12:54 PMgraphql get-schema
from - https://github.com/graphql-cli/graphql-cli
But soon, we will also release a generator for the schema, which can be used as a generator in prisma.yml
making this workflow easier šdivyendu
09/12/2018, 12:55 PMkratam
09/12/2018, 1:05 PMā Invalid prisma.yml file
prisma.yml should NOT have additional properties. additionalProperty: generate
divyendu
09/12/2018, 1:07 PMnpm install -g prisma@beta
divyendu
09/12/2018, 1:08 PM