Skip to content

Commit 9381f01

Browse files
ENGCOM-7512: magento/magento2#: Remove oauthUserContext from app/code/Magento/GraphQl/etc/graphql/di.xml #27373
- Merge Pull Request #27373 from atwixfirster/magento2:graphql-remove-customerSessionUserContext - Merged commits: 1. b96c8e9 2. 41f6a6e
2 parents 39012d4 + 41f6a6e commit 9381f01

File tree

1 file changed

+0
-4
lines changed
  • app/code/Magento/GraphQl/etc/graphql

1 file changed

+0
-4
lines changed

app/code/Magento/GraphQl/etc/graphql/di.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
<item name="type" xsi:type="object">Magento\Webapi\Model\Authorization\TokenUserContext</item>
1616
<item name="sortOrder" xsi:type="string">10</item>
1717
</item>
18-
<item name="oauthUserContext" xsi:type="array">
19-
<item name="type" xsi:type="object">Magento\Webapi\Model\Authorization\OauthUserContext</item>
20-
<item name="sortOrder" xsi:type="string">40</item>
21-
</item>
2218
<item name="guestUserContext" xsi:type="array">
2319
<item name="type" xsi:type="object">Magento\Webapi\Model\Authorization\GuestUserContext</item>
2420
<item name="sortOrder" xsi:type="string">100</item>

0 commit comments

Comments
 (0)