Data Manager not showing the data created by API. #1088
Labels
cms
An issue identified as a cms bug/feature
pending-response
An issue is pending response from the issue requestor
pending-triage
An issue that is pending triage
Before opening, please confirm:
App Id
d1attkuwjk5ry1
Region
ap-southeast-1
Environment name
dev
Figma File Version (if applicable)
No response
Amplify CLI Version
12.10.0
If applicable, what version of Node.js are you using?
No response
What operating system are you using?
Mac
Browser type?
Chrome
Describe the bug
Data Manager not showing the data created by API.
Expected behavior
Data Manage to show all the 3 rows of data
Reproduction steps
type Users @model @auth(rules: [{allow: private, operations: [read]}, {allow: owner, operations: [create, update, read, delete]}]) {
id: ID!
username: String!
displayName: String!
email: AWSEmail!
userType: UsersType!
gender: String!
age: Int!
}
Project Identifier
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: