AccountManager
Account manager details
type AccountManager {
id: ID!
name: String!
email: String!
phone: String!
image: Image
isActive: Boolean
isDefault: Boolean
activeAssignmentCount: Int
createdAt: DateTime
updatedAt: DateTime
}
Fields
AccountManager.id ● ID! non-null scalar
AccountManager.name ● String! non-null scalar
AccountManager.email ● String! non-null scalar
AccountManager.phone ● String! non-null scalar
AccountManager.image ● Image object
Account manager profile image
AccountManager.isActive ● Boolean scalar
Whether the account manager is active (backoffice only)
AccountManager.isDefault ● Boolean scalar
Whether this is the default account manager (backoffice only)
AccountManager.activeAssignmentCount ● Int scalar
Count of active assignments - computed on demand (backoffice only)
AccountManager.createdAt ● DateTime scalar
AccountManager.updatedAt ● DateTime scalar
Member Of
AccountManagerAssignmentInfo object ● MyAccountManagerAssignment object