Skip to main content

DeleteUserAccountPayload

No description

type DeleteUserAccountPayload {  user: User  clientMutationId: String!}

Fields#

user (User)#

user is the User that was deleted.

clientMutationId (String!)#

clientMutationId is required for Relay support.