WithdrawUserSignupInput
Autogenerated input type of WithdrawUserSignup
input WithdrawUserSignupInput {
  clientMutationId: String
  runId: ID
  suppress_confirmation: Boolean
  suppress_notifications: Boolean
  userConProfileId: ID
}
Fields
WithdrawUserSignupInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
WithdrawUserSignupInput.runId ● ID scalar
WithdrawUserSignupInput.suppress_confirmation ● Boolean scalar
WithdrawUserSignupInput.suppress_notifications ● Boolean scalar
WithdrawUserSignupInput.userConProfileId ● ID scalar
Member Of
withdrawUserSignup  mutation