CreateRankedChoiceUserConstraintPayload
Autogenerated return type of CreateRankedChoiceUserConstraint.
type CreateRankedChoiceUserConstraintPayload {
clientMutationId: String
ranked_choice_user_constraint: RankedChoiceUserConstraint!
}
Fields
CreateRankedChoiceUserConstraintPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateRankedChoiceUserConstraintPayload.ranked_choice_user_constraint
● RankedChoiceUserConstraint!
non-null object
The RankedChoiceUserConstraint that has just been created.
Returned By
createRankedChoiceUserConstraint
mutation