We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GRAPHQL_TARGETS
1 parent 831970f commit f9e80c7Copy full SHA for f9e80c7
.changeset/tender-steaks-count.md
@@ -0,0 +1,5 @@
1
+---
2
+'@commercetools-frontend/constants': minor
3
4
+
5
+Add agentic channels service to `GRAPHQL_TARGETS`
packages/constants/src/constants.ts
@@ -175,6 +175,7 @@ export const GRAPHQL_TARGETS = {
175
STANDALONE_PRICES_INDEXER: 'standalone-prices-indexer',
176
PLATFORM_INSIGHTS: 'platform-insights',
177
STORES_INDEXER: 'stores-indexer',
178
+ AGENTIC_CHANNELS_SERVICE: 'agentic-channels',
179
} as const;
180
export type TGraphQLTargets =
181
(typeof GRAPHQL_TARGETS)[keyof typeof GRAPHQL_TARGETS];
0 commit comments