Skip to main content

DeleteSignupRoundPayload

Autogenerated return type of DeleteSignupRound.

type DeleteSignupRoundPayload {
clientMutationId: String
signup_round: SignupRound!
}

Fields

DeleteSignupRoundPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

DeleteSignupRoundPayload.signup_round ● SignupRound! non-null object

The SignupRound that has been deleted

Returned By

deleteSignupRound mutation