WithdrawAllUserConProfileSignupsPayload
Autogenerated return type of WithdrawAllUserConProfileSignups.
type WithdrawAllUserConProfileSignupsPayload {
  clientMutationId: String
  user_con_profile: UserConProfile!
}
Fields
WithdrawAllUserConProfileSignupsPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
WithdrawAllUserConProfileSignupsPayload.user_con_profile ● UserConProfile! non-null object
Returned By
withdrawAllUserConProfileSignups  mutation