This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ISSUE-7987: The GraphQL topic "Company team mutations" has been created #8028
Merged
keharper
merged 10 commits into
magento:2.4.2-develop
from
andrewbess:new-topic/graphql/issue-7987-company-team-mutations
Oct 16, 2020
Merged
Changes from 5 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
69dfe12
ISSUE-7987: The topic "Company team mutations" has been created
andrewbess ff2ca73
ISSUE-7987: Fixes according to reviewer proposal
andrewbess ccdafeb
Update company-team.md
keharper 6da38d6
Update company-team-mutations.md
keharper 173f11c
Update company-team.md
keharper d4c4917
Update company-team-mutations.md
keharper d01f6c1
Merge branch '2.4.2-develop' into new-topic/graphql/issue-7987-compan…
andrewbess 91fed99
ISSUE-7987: Small fixes
andrewbess 76adb2c
Update graphql.yml
keharper b7f969e
Small fixes
andrewbess File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -185,6 +185,23 @@ pages: | |||||
- label: changeCustomerPassword mutation | ||||||
url: /graphql/mutations/change-customer-password.html | ||||||
|
||||||
- label: companyTeam mutations | ||||||
url: /graphql/mutations/company-team-mutations.html | ||||||
edition: ee-only | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
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 | ||||||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.