Skip to content

Commit 50617a8

Browse files
committedJul 10, 2019
Updates
1 parent f9ccedb commit 50617a8

File tree

121 files changed

+1376
-8895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+1376
-8895
lines changed
 

‎.gitignore

+12-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,15 @@ build/
121121
dist/
122122
# node_modules/
123123
# aws-exports.js
124-
# awsconfiguration.json
124+
# awsconfiguration.json
125+
126+
#amplify
127+
amplify/\#current-cloud-backend
128+
amplify/.config/local-*
129+
amplify/backend/amplify-meta.json
130+
amplify/backend/awscloudformation
131+
build/
132+
dist/
133+
node_modules/
134+
aws-exports.js
135+
awsconfiguration.json

‎.graphqlconfig.yml

-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ projects:
1010
codeGenTarget: javascript
1111
generatedFileName: ''
1212
docsFilePath: src/graphql
13-
graphQLApiId: 7q56vulshrchtculpv2yd7r26i
14-
endpoints:
15-
prod: >-
16-
https://xu6tys4lbzhdvmme6ws5tj3s5i.appsync-api.eu-west-1.amazonaws.com/graphql

0 commit comments

Comments
 (0)
Please sign in to comment.