Skip to content

Commit

Permalink
GH-54: Added round brackets to @connection
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhchen committed Jul 22, 2021
1 parent 85282e4 commit 566b97e
Show file tree
Hide file tree
Showing 7 changed files with 550 additions and 257 deletions.
2 changes: 1 addition & 1 deletion amplify/backend/api/rms/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Main @model {

type Item @model {
id: ID!
type: Main @connection
type: Main @connection()
owner: String!
borrower: String!
batch: [String!]
Expand Down
10 changes: 9 additions & 1 deletion amplify/backend/function/BorrowBatch/src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 566b97e

Please sign in to comment.