Skip to main content

DeleteSignupRankedChoicePayload

Autogenerated return type of DeleteSignupRankedChoice.

type DeleteSignupRankedChoicePayload {
clientMutationId: String
signup_ranked_choice: SignupRankedChoice!
}

Fields

DeleteSignupRankedChoicePayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

DeleteSignupRankedChoicePayload.signup_ranked_choice ● SignupRankedChoice! non-null object

The SignupRankedChoice that has been deleted

Returned By

deleteSignupRankedChoice mutation