CreateSignupRoundInput
Autogenerated input type of CreateSignupRound
input CreateSignupRoundInput {
clientMutationId: String
conventionId: ID!
signupRound: SignupRoundInput
}
Fields
CreateSignupRoundInput
.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateSignupRoundInput
.conventionId
● ID!
non-null scalar
The ID of the Convention to create a SignupRound in
CreateSignupRoundInput
.signupRound
● SignupRoundInput
input
The data for the SignupRound to create
Member Of
createSignupRound
mutation