SellerApplicationUpdateInput
Input for updating seller application
input SellerApplicationUpdateInput {
formData: JSONString
checkpoint: SellerApplicationCheckpoint
}
Fields
SellerApplicationUpdateInput.formData ● JSONString scalar
Misc. data submitted
SellerApplicationUpdateInput.checkpoint ● SellerApplicationCheckpoint enum
Current status of application
Member Of
sellerApplicationUpdate mutation