DisableUserPayload
Payload returned by the disableUser mutation.
type DisableUserPayload {
user: User!
}
Fields
DisableUserPayload.user ● User! non-null object
The user that was disabled.
Returned By
disableUser mutation