CreateRankedChoiceUserConstraintInput
Autogenerated input type of CreateRankedChoiceUserConstraint
input CreateRankedChoiceUserConstraintInput {
clientMutationId: String
rankedChoiceUserConstraint: RankedChoiceUserConstraintInput!
userConProfileId: ID
}
Fields
CreateRankedChoiceUserConstraintInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateRankedChoiceUserConstraintInput.rankedChoiceUserConstraint
● RankedChoiceUserConstraintInput!
non-null input
The constraint to create.
CreateRankedChoiceUserConstraintInput.userConProfileId
● ID
scalar
The user profile to apply this constraint to. If not specified, will use the current user profile.
Member Of
createRankedChoiceUserConstraint
mutation