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

ISSUE-7987: The GraphQL topic "Company team mutations" has been created #8028

17 changes: 17 additions & 0 deletions src/_data/toc/graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,23 @@ pages:
- label: changeCustomerPassword mutation
url: /graphql/mutations/change-customer-password.html

- label: companyTeam mutations
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't group the mutations. List them individually at the same level as all the other mutations.

url: /graphql/mutations/company-team-mutations.html
edition: ee-only
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
edition: ee-only
edition: b2b-only

exclude_versions: ["2.3"]
children:
- label: createCompanyTeam mutation
url: /graphql/mutations/company-team-mutations.html#createcompanyteam-mutation

- label: updateCompanyTeam mutation
url: /graphql/mutations/company-team-mutations.html#updatecompanyteam-mutation

- label: deleteCompanyTeam mutation
url: /graphql/mutations/company-team-mutations.html#deletecompanyteam-mutation

- label: updateCompanyStructure mutation
url: /graphql/mutations/company-team-mutations.html#updatecompanystructure-mutation

- label: copyProductsToWishlist mutation
url: /graphql/mutations/copy-products-to-wishlist.html
edition: ee-only
Expand Down
7 changes: 7 additions & 0 deletions src/_includes/graphql/company-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The `CompanyTeam` object contains details about a company team. It contains the following attributes.

Attribute | Data Type | Description
--- | --- | ---
`description` | String | An optional description of the team
`id` | ID! | A string that contains the encoded team ID
`name` | String | The display name of the team
Loading