UpdateRankedChoiceUserConstraintInput
Autogenerated input type of UpdateRankedChoiceUserConstraint
input UpdateRankedChoiceUserConstraintInput {
  clientMutationId: String
  id: ID!
  rankedChoiceUserConstraint: RankedChoiceUserConstraintInput!
}
Fields
UpdateRankedChoiceUserConstraintInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateRankedChoiceUserConstraintInput.id ● ID! non-null scalar
The ID of the constraint to update.
UpdateRankedChoiceUserConstraintInput.rankedChoiceUserConstraint ● RankedChoiceUserConstraintInput! non-null input
The updated values to use for this constraint.
Member Of
updateRankedChoiceUserConstraint  mutation