diff options
Diffstat (limited to 'backend/.graphqlconfig.yml')
| -rw-r--r-- | backend/.graphqlconfig.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/backend/.graphqlconfig.yml b/backend/.graphqlconfig.yml new file mode 100644 index 0000000..b495937 --- /dev/null +++ b/backend/.graphqlconfig.yml @@ -0,0 +1,10 @@ +projects: + app: + schemaPath: "src/schema.graphql" + extensions: + endpoints: + default: "http://localhost:4000" + database: + schemaPath: "src/generated/prisma.graphql" + extensions: + prisma: database/prisma.yml
\ No newline at end of file |
