UpdateRankedChoiceUserConstraintPayload
Autogenerated return type of UpdateRankedChoiceUserConstraint.
type UpdateRankedChoiceUserConstraintPayload {
clientMutationId: String
ranked_choice_user_constraint: RankedChoiceUserConstraint!
}
Fields
UpdateRankedChoiceUserConstraintPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateRankedChoiceUserConstraintPayload.ranked_choice_user_constraint
● RankedChoiceUserConstraint!
non-null object
The constraint after being updated.
Returned By
updateRankedChoiceUserConstraint
mutation