diff --git a/graphql/directives.graphql b/graphql/directives.graphql deleted file mode 100644 index f812c95..0000000 --- a/graphql/directives.graphql +++ /dev/null @@ -1,2 +0,0 @@ -directive @checkUserAccess on FIELD | FIELD_DEFINITION -directive @checkAdminAccess on FIELD | FIELD_DEFINITION \ No newline at end of file diff --git a/graphql/schema.graphql b/graphql/schema.graphql index 1819ebe..f955d76 100644 --- a/graphql/schema.graphql +++ b/graphql/schema.graphql @@ -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]