You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type Todo{
title: String!
userName: String!
isSeen: Boolean
todoUser: [TodoUser]
}
type TodoUser{
isVerified: Boolean
name: String!
age: Int
todoCount: Int
todo: Todo @primary
}
Resulting error:
duplicate field. Name: todo
The text was updated successfully, but these errors were encountered:
Context:
Resulting error:
The text was updated successfully, but these errors were encountered: