Darryl
02/09/2019, 1:30 PM@model
in datamodel.graphql
? I’m looking at some code I wrote last summer and comparing to up-to-date documentation and I see no mention of @model
now. 😕Harshit
02/09/2019, 1:46 PMDarryl
02/09/2019, 1:50 PMDarryl
02/09/2019, 1:51 PM.graphqlconfig.yml
? I had that file in an old project and I don’t see it mentioned anywhere nowadays.Harshit
02/09/2019, 1:51 PMDarryl
02/09/2019, 1:51 PMprojects:
app:
schemPath: src/schema.graphql
extensions:
endpoints:
default: <http://localhost:4000>
prisma:
schemaPath: src/generated/prisma.graphql
extensions:
prisma: prisma/prisma.yml
codegen:
- generator: prisma-binding
language: typescript
output:
binding: src/generated/prisma.ts
I guess this is what gave me the different “app” and “prisma” APIs in the playground, right?Harshit
02/09/2019, 1:52 PMDarryl
02/09/2019, 1:53 PMHarshit
02/09/2019, 1:54 PMDarryl
02/09/2019, 1:56 PM