Add graphql api!

This commit is contained in:
2020-05-24 15:51:29 -05:00
parent 0e71344d9c
commit 886d9ba62e
12 changed files with 2489 additions and 23 deletions

15
.graphqlconfig.yml Normal file
View File

@@ -0,0 +1,15 @@
projects:
lunchrun:
schemaPath: amplify/backend/api/lunchrun/build/schema.graphql
includes:
- src/graphql/**/*.js
excludes:
- ./amplify/**
extensions:
amplify:
codeGenTarget: javascript
generatedFileName: ''
docsFilePath: src/graphql
extensions:
amplify:
version: 3