diff options
| author | n-hare <n.hare@hotmail.com> | 2018-09-18 23:16:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-18 23:16:09 -0400 |
| commit | 552894a3a70a28f2fc12b34aebcb25dd2e33b37d (patch) | |
| tree | bf77d92af51523c709c9890b727e257ca117609e /finished-application/backend | |
| parent | 7599d8c4a614684f3446a3ae6b8629f8088ff21f (diff) | |
Mirror Changes of PR #18
Reflects the changes to path to the prisma.yml as made in PR #18 that altered the starter files.
Diffstat (limited to 'finished-application/backend')
| -rw-r--r-- | finished-application/backend/.graphqlconfig.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finished-application/backend/.graphqlconfig.yml b/finished-application/backend/.graphqlconfig.yml index 2f01155..41bf8fc 100644 --- a/finished-application/backend/.graphqlconfig.yml +++ b/finished-application/backend/.graphqlconfig.yml @@ -7,4 +7,4 @@ projects: prisma: schemaPath: "src/generated/prisma.graphql" extensions: - prisma: prisma/prisma.yml
\ No newline at end of file + prisma: prisma.yml |
