CreateMySignupInput
Autogenerated input type of CreateMySignup
input CreateMySignupInput {
clientMutationId: String
no_requested_bucket: Boolean
requestedBucketId: ID
requested_bucket_key: String @deprecated
runId: ID
}
Fields
CreateMySignupInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateMySignupInput.no_requested_bucket ● Boolean scalar
Set to true to sign up with no bucket preference
CreateMySignupInput.requestedBucketId ● ID scalar
The bucket to request, or null for no preference
CreateMySignupInput.requested_bucket_key ● String deprecated scalar
The bucket key to request, or null for no preference
CreateMySignupInput.runId ● ID scalar
The ID of the run to sign up for
Member Of
createMySignup mutation