DeleteRankedChoiceUserConstraintPayload
Autogenerated return type of DeleteRankedChoiceUserConstraint.
type DeleteRankedChoiceUserConstraintPayload {
  clientMutationId: String
  ranked_choice_user_constraint: RankedChoiceUserConstraint!
}
Fields
DeleteRankedChoiceUserConstraintPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteRankedChoiceUserConstraintPayload.ranked_choice_user_constraint ● RankedChoiceUserConstraint! non-null object
The constraint that has just been deleted.
Returned By
deleteRankedChoiceUserConstraint  mutation