AccountAdminChangeAdminInput
Input for the new administrator information
input AccountAdminChangeAdminInput {
firstName: String
lastName: String
email: String
phoneNumber: String
birthCountry: String
birthDate: Date
}
Fields
AccountAdminChangeAdminInput.firstName ● String scalar
First name of the new administrator
AccountAdminChangeAdminInput.lastName ● String scalar
Last name of the new administrator
AccountAdminChangeAdminInput.email ● String scalar
Email address of the new administrator
AccountAdminChangeAdminInput.phoneNumber ● String scalar
Phone number of the new administrator
AccountAdminChangeAdminInput.birthCountry ● String scalar
Birth country of the new administrator
AccountAdminChangeAdminInput.birthDate ● Date scalar
Birth date of the new administrator