WithdrawUserSignupPayload
Autogenerated return type of WithdrawUserSignup.
type WithdrawUserSignupPayload {
  clientMutationId: String
  signup: Signup!
}
Fields
WithdrawUserSignupPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
WithdrawUserSignupPayload.signup ● Signup! non-null object
Returned By
withdrawUserSignup  mutation