SellerUserMappingCreate
Allows [re-]assign a user to a seller
type SellerUserMappingCreate {
ok: Boolean
sellerUser: SellerUserType
sellerErrors: [SellerError!]!
}
Fields
SellerUserMappingCreate.ok ● Boolean scalar
SellerUserMappingCreate.sellerUser ● SellerUserType object
SellerUserMappingCreate.sellerErrors ● [SellerError!]! non-null object
Returned By
sellerUserMappingCreate mutation