Skip to main content

UpdateSignupBucketInput

Autogenerated input type of UpdateSignupBucket

input UpdateSignupBucketInput {
bucketId: ID
bucket_key: String @deprecated
clientMutationId: String
id: ID
}

Fields

UpdateSignupBucketInput.bucketId ● ID scalar

The bucket to move the signup into

UpdateSignupBucketInput.bucket_key ● String deprecated scalar

⚠️ DEPRECATED

Use bucketId instead

The bucket key to move the signup into

UpdateSignupBucketInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateSignupBucketInput.id ● ID scalar

The ID of the signup to move

Member Of

updateSignupBucket mutation