CreateMySignupInput
Autogenerated input type of CreateMySignup
input CreateMySignupInput {
clientMutationId: String
no_requested_bucket: Boolean
requested_bucket_key: String
runId: ID
}
Fields
CreateMySignupInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateMySignupInput.no_requested_bucket
● Boolean
scalar
CreateMySignupInput.requested_bucket_key
● String
scalar
CreateMySignupInput.runId
● ID
scalar
Member Of
createMySignup
mutation