StoreUser
No description
type StoreUser {
id: ID!
storeId: ID
name: String!
email: String
phone: String
}
Fields
StoreUser.id ● ID! non-null scalar
StoreUser.storeId ● ID scalar
StoreUser.name ● String! non-null scalar
StoreUser.email ● String scalar
StoreUser.phone ● String scalar
Member Of
StoreUserConnection object