Skip to content

Commit 8adaf9f

Browse files
committed
Fix typo in GET_ITEMS_QUERY
1 parent 799dcdd commit 8adaf9f

File tree

1 file changed

+1
-1
lines changed
  • packages/optimizely-cms-sdk/src/graph

1 file changed

+1
-1
lines changed

packages/optimizely-cms-sdk/src/graph/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ query GetPath($where: _ContentWhereInput, $locale: [Locales]) {
8282
}`;
8383

8484
const GET_ITEMS_QUERY = `
85-
query GetPath($where: _ContentWhereInput, $locale: [Locale]) {
85+
query GetPath($where: _ContentWhereInput, $locale: [Locales]) {
8686
_Content(where: $where, locale: $locale) {
8787
item {
8888
_id

0 commit comments

Comments
 (0)