Skip to content

Commit

Permalink
remove directives
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcs0128 committed Jan 31, 2024
1 parent bd09e74 commit b7be0e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions graphql/directives.graphql

This file was deleted.

1 change: 0 additions & 1 deletion graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ type Query {
@cacheControl(scope: PRIVATE, maxAge: ZERO)
viewLists(shopperId: String!, from: Int, to: Int): [WishList]
@cacheControl(scope: PRIVATE, maxAge: ZERO)
@checkUserAccess
checkList(shopperId: String!, productId: String!, sku: String): CheckListType
@cacheControl(scope: PRIVATE)
listNames(shopperId: String!): [String]
Expand Down

0 comments on commit b7be0e6

Please sign in to comment.