UpdateAccountInput
更新账户输入
input UpdateAccountInput {
name: String
displayName: String
email: String
phone: String
bio: String
company: String
description: String
owner: String
moderators: UpdateAccountMembersInput
members: UpdateAccountMembersInput
type: AccountType
}
Fields
UpdateAccountInput.name ● String scalar
账户名称
UpdateAccountInput.displayName ● String scalar
账户显示名称
UpdateAccountInput.email ● String scalar
用户邮箱
UpdateAccountInput.phone ● String scalar
用户电话
UpdateAccountInput.bio ● String scalar
用户个人简介
UpdateAccountInput.company ● String scalar
用户所属公司
UpdateAccountInput.description ● String scalar
组织描述
UpdateAccountInput.owner ● String scalar
转移组织所有权,仅对 ORGANIZATION 类型的 Account 有效
UpdateAccountInput.moderators ● UpdateAccountMembersInput input
管理员列表
UpdateAccountInput.members ● UpdateAccountMembersInput input
成员列表
UpdateAccountInput.type ● AccountType enum
SUPERUSER 可更改其他用户的类型,仅限 ADMINISTER/USER 切换
Member Of
updateAccount mutation