@cafeasp/n8n-nodes-shopify-graphql
Version:
n8n node for Shopify GraphQL API
10 lines (9 loc) • 363 B
TypeScript
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class ShopifyGraphQlApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}