UpdateNotificationSettingsPayload
No description
type UpdateNotificationSettingsPayload {
user: User!
clientMutationId: String!
}
Fields
UpdateNotificationSettingsPayload.user
● User!
non-null object
user is the possibly modified User.
UpdateNotificationSettingsPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Returned by
updateNotificationSettings
mutation