NotifyPasswordUpdatedPayload
Payload indicating success of password update notification.
type NotifyPasswordUpdatedPayload {
success: Boolean!
}
Fields
NotifyPasswordUpdatedPayload.success
● Boolean!
non-null scalar
Returned by
notifyPasswordUpdated
mutation