UNPKG

@getverdict/n8n-nodes-shopify-partner-relationship-events-trigger

Version:

n8n trigger node that polls Shopify Partner RelationshipEvents via GraphQL

7 lines (6 loc) 353 B
import { INodeExecutionData, INodeType, INodeTypeDescription, IPollFunctions } from 'n8n-workflow'; export declare class ShopifyPartnerRelationshipEventsTrigger implements INodeType { description: INodeTypeDescription; poll(this: IPollFunctions): Promise<INodeExecutionData[][] | null>; } export default ShopifyPartnerRelationshipEventsTrigger;