We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1dc4d commit 799dcddCopy full SHA for 799dcdd
packages/optimizely-cms-sdk/src/graph/index.ts
@@ -56,7 +56,7 @@ query GetContentMetadata($where: _ContentWhereInput, $variation: VariationInput)
56
`;
57
58
const GET_PATH_QUERY = `
59
-query GetPath($where: _ContentWhereInput, $locale: [Locale]) {
+query GetPath($where: _ContentWhereInput, $locale: [Locales]) {
60
_Content(where: $where, locale: $locale) {
61
item {
62
_id
0 commit comments