Skip to main content

EnableUserPayload

Payload returned by the enableUser mutation.

type EnableUserPayload {
user: User!
}

Fields

EnableUserPayload.user ● User! non-null object

The user that was enabled.

Returned By

enableUser mutation