AccountInput
账户输入
input AccountInput {
name: String
type: AccountType
oauth: OAuthInput
}
Fields
AccountInput.name ● String scalar
账户名称或 OAuth 标识
AccountInput.type ● AccountType enum
账户类型
AccountInput.oauth ● OAuthInput input
OAuth 输入信息
Member Of
account query