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

Function basicProperties

integrations/shopify/src/utils.ts:7–9  ·  view source on GitHub ↗
(payload: Record<string, any>)

Source from the content-addressed store, hash-verified

5import { RecursiveShopifySerializer } from "./types";
6
7export const basicProperties = (payload: Record<string, any>) => {
8 return payload.id ? [{ label: "ID", text: String(payload.id) }] : [];
9};
10
11export const serializeShopifyResource = <TResource extends Base | Base[] | null>(
12 resource: TResource

Callers 4

findMethod · 0.90
saveMethod · 0.90
deleteMethod · 0.90
shopifyEventFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…