-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding ability to run amplify command to generate code files
- Loading branch information
1 parent
4a4fa8e
commit b1defed
Showing
4 changed files
with
296 additions
and
4,557 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
projects: | ||
chatbot: | ||
schemaPath: lib/chatbot-api/schema/schema.graphql | ||
includes: | ||
- lib/user-interface/react-app/src/graphql/*.ts | ||
excludes: | ||
- ./amplify/** | ||
extensions: | ||
amplify: | ||
codeGenTarget: typescript | ||
generatedFileName: lib/user-interface/react-app/src/API.ts | ||
docsFilePath: lib/user-interface/react-app/src/graphql/ #The field is not configured correctly and needs to be changed | ||
region: us-east-1 | ||
apiId: null | ||
frontend: javascript | ||
framework: react | ||
maxDepth: 2 | ||
extensions: | ||
amplify: | ||
version: 3 |
Oops, something went wrong.