RemoveUserIgnoreInput
No description
input RemoveUserIgnoreInput {
userID: ID!
clientMutationId: String!
}
Fields
RemoveUserIgnoreInput.userID
● ID!
non-null scalar
userID is the ID of the User that should have the ignore removed.
RemoveUserIgnoreInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
removeUserIgnore
mutation