DEV Community

Discussion on: GraphQL Tutorial - How to Manage Image & File Uploads & Downloads with AWS AppSync & AWS Amplify

Collapse
 
blairtaylor profile image
blairtaylor

Should it not be:

type S3Object @model {
...
}

and

avatar: S3Object @connection

?