UpdateMeInput
No description
input UpdateMeInput {
birthday: Date
displayName: String
name: String
timezone: String
}
Fields
UpdateMeInput.birthday ● Date scalar
UpdateMeInput.displayName ● String scalar
UpdateMeInput.name ● String scalar
UpdateMeInput.timezone ● String scalar
Member Of
updateMe mutation