MCPcopy
hub / github.com/triggerdotdev/trigger.dev / shopifyEvent

Function shopifyEvent

integrations/shopify/src/events.ts:11–17  ·  view source on GitHub ↗
(topic: TTopic)

Source from the content-addressed store, hash-verified

9>;
10
11export const shopifyEvent = <TTopic extends Parameters<ShopifyExamples>[0]>(topic: TTopic) => {
12 return eventSpec<ShopifyThis<ShopifyPayloads[TTopic]>>({
13 topic,
14 examples: [shopifyExample(topic)],
15 runProperties: (payload) => basicProperties(payload),
16 });
17};

Callers 1

triggers.tsFile · 0.90

Calls 3

eventSpecFunction · 0.90
shopifyExampleFunction · 0.90
basicPropertiesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…