Skip to content

Commit 14c8a9f

Browse files
committed
Fix comment typo in GraphClient query for DAM asset type
1 parent e77aeb2 commit 14c8a9f

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
@@ -52,7 +52,7 @@ query GetContentMetadata($where: _ContentWhereInput, $variation: VariationInput)
5252
}
5353
}
5454
}
55-
# Check if "cmp asset" type exists which indicates that DAM is enabled
55+
# Check if "cmp_Asset" type exists which indicates that DAM is enabled
5656
damAssetType: __type(name: "cmp_Asset") {
5757
__typename
5858
}

0 commit comments

Comments
 (0)