SellerDataUpdate
Result of seller data update mutation.
type SellerDataUpdate {
ok: Boolean
seller: Seller
sellerErrors: [SellerError!]!
}
Fields
SellerDataUpdate.ok ● Boolean scalar
Indicates if the mutation was successful.
SellerDataUpdate.seller ● Seller object
The updated seller.
SellerDataUpdate.sellerErrors ● [SellerError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
sellerDataUpdate mutation