SellerShellCreate
Result of seller shell create mutation.
type SellerShellCreate {
ok: Boolean
seller: Seller
sellerErrors: [SellerError!]!
}
Fields
SellerShellCreate.ok ● Boolean scalar
Indicates if the mutation was successful.
SellerShellCreate.seller ● Seller object
The created seller.
SellerShellCreate.sellerErrors ● [SellerError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
sellerShellCreate mutation