Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/pages/graphql/develop/debugging.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Debugging GraphQL queries
description: Learn how to use PhpStorm and Xdebug to debug GraphQL API queries.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- GraphQL
---
Expand Down Expand Up @@ -35,6 +33,6 @@ As a result, Xdebug within the PHP execution attempts to make a connection to an
* [GraphQL request headers](../usage/headers.md)
* [Exception handling](exceptions.md)

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
4 changes: 1 addition & 3 deletions src/pages/graphql/develop/extend-existing-schema.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Extend an existing GraphQL schema
description: Learn how to add attributes and data types, modify resolver behavior, and add features using extension points.
contributor_name: Adarsh Manickam
contributor_link: https://github.com/drpayyne
keywords:
- GraphQL
---
Expand Down Expand Up @@ -138,6 +136,6 @@ type StoreConfig {
- [Resolvers](resolvers.md)
- [Declarative schema](https://developer.adobe.com/commerce/php/development/components/declarative-schema/)

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Adarsh Manickam for contributing this topic!](https://github.com/drpayyne)
4 changes: 1 addition & 3 deletions src/pages/graphql/develop/functional-testing.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: GraphQL functional testing
description: Learn how to use the Adobe Commerce and Magento Open Source test framework to create fixtures, define exceptions, and run finctional tests.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- GraphQL
---
Expand Down Expand Up @@ -361,6 +359,6 @@ To run the `testFunction1` and `testFunction2` tests, which are part of the `my_
vendor/bin/phpunit -c dev/tests/api-functional/phpunit_graphql.xml --group my_test_group dev/tests/api-functional/testsuite/Magento/GraphQl/MyTest.php
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
4 changes: 1 addition & 3 deletions src/pages/graphql/payment-methods/braintree-vault.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Braintree Vault payment method
description: Learn how to use the GraphQL API mutation for the Braintree Vault payment solution.
contributor_name: Something Digital (now Rightpoint)
contributor_link: https://www.rightpoint.com/
keywords:
- GraphQL
- Payments
Expand Down Expand Up @@ -95,6 +93,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Something Digital (now Rightpoint) for contributing this topic!](https://www.rightpoint.com/)
4 changes: 1 addition & 3 deletions src/pages/graphql/payment-methods/braintree.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Braintree payment method
description: Learn how to use the GraphQL API mutation for the Braintree payment solution.
contributor_name: Something Digital (now Rightpoint)
contributor_link: https://www.rightpoint.com/
keywords:
- GraphQL
- Payments
Expand Down Expand Up @@ -104,6 +102,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Something Digital (now Rightpoint) for contributing this topic!](https://www.rightpoint.com/)
4 changes: 1 addition & 3 deletions src/pages/graphql/payment-methods/klarna.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: Klarna payment method
description: Learn how to use the GraphQL API mutation for the Klarna payment solution.
contributor_name: Klarna
contributor_link: https://www.klarna.com/
keywords:
- GraphQL
- Payments
Expand Down Expand Up @@ -141,6 +139,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Klarna for contributing this topic!](https://www.klarna.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: createCompanyRole mutation
description: The createCompanyRole mutation defines a new company role. To create a role, you must provide an array of permissions that determine which resources the us...
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -134,6 +132,6 @@ mutation {
| `User role with this name already exists. Enter a different name to save this role.` | The company cannot have multiple company roles with the same name. |
| `Unable to set "allow" for the resource because its parent resource(s) is set to "deny".` | To allow permission for the company role, you must allow all the permissions of the parent tree. |

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: createCompanyTeam mutation
description: Use the createCompanyTeam mutation to create a new team for your company.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -115,6 +113,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: createCompanyUser mutation
description: The createCompanyUser mutation allows an existing company user who is assigned a role that contains the MagentoCompany::usersedit permission to create a ne...
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -172,6 +170,6 @@ mutation {
| `Required parameters are missing: xxx` | The `input`.`xxx` argument was omitted or contains an empty value. |
| `No such entity with roleId = xxx` | The company role with ID `xxx` doesn't exist. |

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: deleteCompanyRole mutation
description: Use the deleteCompanyRole mutation to delete a company role by ID.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -65,6 +63,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: deleteCompanyTeam mutation
description: Use the deleteCompanyTeam mutation to delete a company team by ID. You can get the team ID with the company query.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -63,6 +61,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: deleteCompanyUser mutation
description: Use the deleteCompanyUser mutation to deactivate the specified company user.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -72,6 +70,6 @@ mutation {
| `A customer with the same email address already exists in an associated website` | The email provided in the `input`.`email` argument belongs to another user. |
| `The user XXX is the company admin and cannot be set to inactive. You must set another user as the company admin first.` | The company owner cannot be deactivated. You must set another user as the company admin first. |

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: updateCompanyRole mutation
description: Use the updateCompanyRole mutation to update the company role and permissions.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -175,6 +173,6 @@ mutation {
| `Unable to set "allow" for the resource because its parent resource(s) is set to "deny".` | To allow permission for the company role, you must allow all the permissions of the parent tree. |
| `No such entity with roleId = xxx` | The company role with ID `xxx` doesn't exist. |

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: updateCompanyStructure mutation
description: Use the updateCompanyStructure mutation to change the parent node of a company team.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -110,6 +108,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: updateCompanyTeam mutation
description: Use the updateCompanyTeam mutation to update the company team data.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -75,6 +73,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: updateCompanyUser mutation
description: Use the updateCompanyUser mutation to update an existing company user.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -154,6 +152,6 @@ mutation {
| `No such entity with roleId = xxx` | The company role with ID `xxx` doesn't exist. |
| `A customer with the same email address already exists in an associated website` | The email provided in the `input`.`email` argument belongs to another user. |

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: isCompanyRoleNameAvailable query
description: The isCompanyRoleNameAvailable query checks whether a company role name is valid for creating into a company.
contributor_name: Atwix
contributor_link: https://www.atwix.com/
keywords:
- B2B
---
Expand Down Expand Up @@ -63,6 +61,6 @@ query {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

[Thanks to Atwix for contributing this topic!](https://www.atwix.com/)
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: addRequisitionListItemsToCart mutation
description: The addRequisitionListItemsToCart mutation adds requisition list items to the cart. The requisition list does not change after adding items to the cart.
contributor_name: EY
keywords:
- B2B
---
Expand Down Expand Up @@ -108,6 +107,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

Thanks to EY for contributing this topic!
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: addProductsToRequisitionList mutation
description: The addProductsToRequisitionList mutation adds products to a requisition list.
contributor_name: EY
keywords:
- B2B
---
Expand Down Expand Up @@ -106,6 +105,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

Thanks to EY for contributing this topic!
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: clearCustomerCart mutation
description: The clearCustomerCart mutation clears the customer's cart. B2B requisition lists must be enabled to execute this mutation.
contributor_name: EY
keywords:
- B2B
---
Expand Down Expand Up @@ -66,6 +65,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

Thanks to EY for contributing this topic!
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: copyItemsBetweenRequisitionLists mutation
description: The copyItemsBetweenRequisitionLists mutation copies items from one requisition list to another.
contributor_name: EY
keywords:
- B2B
---
Expand Down Expand Up @@ -87,6 +86,6 @@ mutation {
* [moveItemsBetweenRequisitionLists mutation](move-items.md)
* [deleteRequisitionListItems mutation](delete.md)

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

Thanks to EY for contributing this topic!
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: createRequisitionList mutation
description: The createRequisitionList mutation creates a requisition list for the logged in customer.
contributor_name: Zilker Technology
keywords:
- B2B
---
Expand Down Expand Up @@ -77,6 +76,6 @@ mutation {
}
```

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

Thanks to Zilker Technology for contributing this topic!
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: deleteRequisitionListItems mutation
description: The deleteRequisitionListItems mutation removes items from the specified requisition list for the logged in customer.
contributor_name: EY
keywords:
- B2B
---
Expand Down Expand Up @@ -79,6 +78,6 @@ mutation {
* [updateRequisitionList mutation](update.md)
* [deleteRequisitionList mutation](delete.md)

<Edition slots="text" backgroundcolor="blue"/>
<Edition slots="text" backgroundcolor="gray"/>

Thanks to EY for contributing this topic!
Loading
Loading