Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit fb8805f

Browse files
andrewbessAndrii Beziazychnyi
authored and
Andrii Beziazychnyi
committed
ISSUE-7987: The topic "Company team mutations" has been created
1 parent 1188270 commit fb8805f

File tree

3 files changed

+408
-0
lines changed

3 files changed

+408
-0
lines changed

src/_data/toc/graphql.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/_includes/graphql/company-team.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

0 commit comments

Comments
 (0)