UpdateSignupCountedInput
Autogenerated input type of UpdateSignupCounted
input UpdateSignupCountedInput {
clientMutationId: String
counted: Boolean!
id: ID
}
Fields
UpdateSignupCountedInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateSignupCountedInput.counted ● Boolean! non-null scalar
Whether the signup should count towards totals
UpdateSignupCountedInput.id ● ID scalar
The ID of the signup to update
Member Of
updateSignupCounted mutation