This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +408
-0
lines changed
guides/v2.4/graphql/mutations Expand file tree Collapse file tree 3 files changed +408
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,23 @@ pages:
185185 - label : changeCustomerPassword mutation
186186 url : /graphql/mutations/change-customer-password.html
187187
188+ - label : companyTeam mutations
189+ url : /graphql/mutations/company-team-mutations.html
190+ edition : ee-only
191+ exclude_versions : ["2.3"]
192+ children :
193+ - label : createCompanyTeam mutation
194+ url : /graphql/mutations/company-team-mutations.html#createcompanyteam-mutation
195+
196+ - label : updateCompanyTeam mutation
197+ url : /graphql/mutations/company-team-mutations.html#updatecompanyteam-mutation
198+
199+ - label : deleteCompanyTeam mutation
200+ url : /graphql/mutations/company-team-mutations.html#deletecompanyteam-mutation
201+
202+ - label : updateCompanyStructure mutation
203+ url : /graphql/mutations/company-team-mutations.html#updatecompanystructure-mutation
204+
188205 - label : copyProductsToWishlist mutation
189206 url : /graphql/mutations/copy-products-to-wishlist.html
190207 edition : ee-only
Original file line number Diff line number Diff line change 1+ The ` CompanyTeam ` object contains details about a company team. It contains the following attributes.
2+
3+ Attribute | Data Type | Description
4+ --- | --- | ---
5+ ` name ` | String | Team name.
6+ ` description ` | String | Team description.
7+ ` id ` | ID | A string that contains the encoded team id.
You can’t perform that action at this time.
0 commit comments