Skip to content

Commit

Permalink
move currentCustomerUserQuery extension from project-base to the fron…
Browse files Browse the repository at this point in the history
…tend-api package
  • Loading branch information
vitek-rostislav committed Feb 10, 2025
1 parent d2dc290 commit f20ddb7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 45 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion app/config/graphql/types/Query/Query.types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Query:
type: object
inherits:
- 'QueryDecorator'
- 'CustomerUserQuery'
- 'CategoryQuery'
- 'SliderQuery'
- 'OrderQuery'
Expand Down
4 changes: 0 additions & 4 deletions app/config/services_frontend_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ services:
alias: App\FrontendApi\Resolver\Category\CategoriesQuery
public: true

Shopsys\FrontendApiBundle\Model\Resolver\Customer\User\CurrentCustomerUserQuery:
alias: App\FrontendApi\Resolver\Customer\User\CurrentCustomerUserQuery
public: true

Shopsys\FrontendApiBundle\Model\Resolver\Order\OrderQuery:
alias: App\FrontendApi\Resolver\Order\OrderQuery
public: true
Expand Down

This file was deleted.

0 comments on commit f20ddb7

Please sign in to comment.