CreateSignupRoundPayload
Autogenerated return type of CreateSignupRound.
type CreateSignupRoundPayload {
  clientMutationId: String
  signup_round: SignupRound!
}
Fields
CreateSignupRoundPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateSignupRoundPayload.signup_round ● SignupRound! non-null object
The SignupRound that has been created
Returned By
createSignupRound  mutation