问题 I've recently started looking into AWS Amplify. I have managed to setup an API using GraphQl. Basically, during the API creation, Amplify ask you a few questions about the API and guides you through its creation. At some point, you are requested to create a schema. The schema I selected is as follows: type User @model { id: ID! username: String! email: String } type Highscore @model { points: Int!, id: ID! ownerId: ID!, numRounds: Int, date: String, } with this schema, Amplify is able to