Skip to content

Commit

Permalink
VSF2-54 - swaps config
Browse files Browse the repository at this point in the history
  • Loading branch information
MacBalc committed Jun 16, 2023
1 parent 7ce67f7 commit 4375538
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/Resources/api_resources/ShopUser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ We are hiring developers from all over the world. Join us and start your new, ex

<resource class="%sylius.model.shop_user.class%" shortName="User">
<graphql>
<operation name="password_reset_token">
<attribute name="normalization_context">
<attribute name="groups">shop:password_reset_token:read</attribute>
</attribute>
<attribute name="item_query">bitbag.sylius_vue_storefront2plugin.resolver.query.password_reset_token_resolver</attribute>
<attribute name="args">
<attribute name="passwordResetToken">
<attribute name="type">String!</attribute>
</attribute>
</attribute>
</operation>

<operation name="shop_register">
<attribute name="messenger">input</attribute>
<attribute name="input">\Sylius\Bundle\ApiBundle\Command\Account\RegisterShopUser</attribute>
Expand All @@ -51,6 +39,18 @@ We are hiring developers from all over the world. Join us and start your new, ex
</operation>

<operation name="item_query"/>

<operation name="password_reset_token">
<attribute name="normalization_context">
<attribute name="groups">shop:password_reset_token:read</attribute>
</attribute>
<attribute name="item_query">bitbag.sylius_vue_storefront2plugin.resolver.query.password_reset_token_resolver</attribute>
<attribute name="args">
<attribute name="passwordResetToken">
<attribute name="type">String!</attribute>
</attribute>
</attribute>
</operation>
</graphql>

<property name="id" identifier="true" writable="false" />
Expand Down

0 comments on commit 4375538

Please sign in to comment.