Skip to main content

RemoveUserIgnorePayload

No description

type RemoveUserIgnorePayload {  user: User!  clientMutationId: String!}

Fields#

user (User!)#

user is the User that we removed the ignore from.

clientMutationId (String!)#

clientMutationId is required for Relay support.