DeleteRankedChoiceUserConstraintInput
Autogenerated input type of DeleteRankedChoiceUserConstraint
input DeleteRankedChoiceUserConstraintInput {
clientMutationId: String
id: ID!
}
Fields
DeleteRankedChoiceUserConstraintInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteRankedChoiceUserConstraintInput.id
● ID!
non-null scalar
The ID of the constraint to delete.
Member Of
deleteRankedChoiceUserConstraint
mutation