Skip to content

Commit 8b61440

Browse files
authored
Merge pull request #150 from episerver/bugfix/CMS-46498
Fix typo
2 parents fe1dc4d + 8adaf9f commit 8b61440

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ query GetContentMetadata($where: _ContentWhereInput, $variation: VariationInput)
5656
`;
5757

5858
const GET_PATH_QUERY = `
59-
query GetPath($where: _ContentWhereInput, $locale: [Locale]) {
59+
query GetPath($where: _ContentWhereInput, $locale: [Locales]) {
6060
_Content(where: $where, locale: $locale) {
6161
item {
6262
_id
@@ -82,7 +82,7 @@ query GetPath($where: _ContentWhereInput, $locale: [Locale]) {
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)