IgnoreUserPayloadNo descriptiontype IgnoreUserPayload { user: User! clientMutationId: String!}CopyFields#user (User!)#user is the User that we just ignored.clientMutationId (String!)#clientMutationId is required for Relay support.