diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-22 09:33:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-22 09:33:29 -0400 |
| commit | 176b6e1b0c2133a28e65953e1f710bc265b9c971 (patch) | |
| tree | 34e7560276d0b32aa09b406b6566415f67125c1d /backend/.graphqlconfig.yml | |
| parent | 51f593384f1325b78a263d0d870d162236ed28d2 (diff) | |
| parent | 6e617cbcb456bd0316392d53550e9b34de16001a (diff) | |
Merge pull request #6 from wesbos/prisma
WIP: Updated Prisma related setup/code
Diffstat (limited to 'backend/.graphqlconfig.yml')
| -rw-r--r-- | backend/.graphqlconfig.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/.graphqlconfig.yml b/backend/.graphqlconfig.yml index b495937..2f01155 100644 --- a/backend/.graphqlconfig.yml +++ b/backend/.graphqlconfig.yml @@ -3,8 +3,8 @@ projects: schemaPath: "src/schema.graphql" extensions: endpoints: - default: "http://localhost:4000" - database: + default: "http://localhost:4444" + prisma: schemaPath: "src/generated/prisma.graphql" extensions: - prisma: database/prisma.yml
\ No newline at end of file + prisma: prisma/prisma.yml
\ No newline at end of file |
