AccountAdminChangeAdmin
Information about the new administrator
type AccountAdminChangeAdmin {
firstName: String
lastName: String
email: String
phoneNumber: String
birthCountry: String
birthDate: Date
}
Fields
AccountAdminChangeAdmin.firstName ● String scalar
First name of the new administrator
AccountAdminChangeAdmin.lastName ● String scalar
Last name of the new administrator
AccountAdminChangeAdmin.email ● String scalar
Email address of the new administrator
AccountAdminChangeAdmin.phoneNumber ● String scalar
Phone number of the new administrator
AccountAdminChangeAdmin.birthCountry ● String scalar
Birth country of the new administrator
AccountAdminChangeAdmin.birthDate ● Date scalar
Birth date of the new administrator
Member Of
AccountAdminChange object