MCPcopy Create free account
hub / github.com/chainjet/platform / campaigns

Method campaigns

generated/graphql.ts:1758–1758  ·  view source on GitHub ↗
(paging?: Nullable<CursorPaging>, filter?: Nullable<CampaignFilter>, sorting?: Nullable<CampaignSort[]>)

Source from the content-addressed store, hash-verified

1756 contacts(paging?: Nullable<CursorPaging>, filter?: Nullable<ContactFilter>, sorting?: Nullable<ContactSort[]>): ContactConnection | Promise<ContactConnection>;
1757 campaign(id: string): Campaign | Promise<Campaign>;
1758 campaigns(paging?: Nullable<CursorPaging>, filter?: Nullable<CampaignFilter>, sorting?: Nullable<CampaignSort[]>): CampaignConnection | Promise<CampaignConnection>;
1759 menu(id: string): Menu | Promise<Menu>;
1760 menus(paging?: Nullable<CursorPaging>, filter?: Nullable<MenuFilter>, sorting?: Nullable<MenuSort[]>): MenuConnection | Promise<MenuConnection>;
1761 order(id: string): Order | Promise<Order>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected