DeleteSignupRoundInput
Autogenerated input type of DeleteSignupRound
input DeleteSignupRoundInput {
  clientMutationId: String
  id: ID!
}
Fields
DeleteSignupRoundInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteSignupRoundInput.id ● ID! non-null scalar
The ID of the SignupRound to delete
Member Of
deleteSignupRound  mutation