helps developers to create backends on their web or mobile apps using AWS.
DynamoDB , resolves & additional schema so it’s used to:
manage the CRUD operations as well as the list operations. subscriptions Resolvers for all operations. Type Todo @model { shcema }
enables the relationships between @model types. Type post @model { id:Id! title:String! comments:[comment ]}
Type comment @model { id:Id ! content:String! createdAt:String! post:post @connnection(name:” com”)}