mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(GraphQL Node): Fix request format JSON error (#8646)
This commit is contained in:
@@ -2125,6 +2125,15 @@ export interface WorkflowTestData {
|
||||
[key: string]: any[][];
|
||||
};
|
||||
};
|
||||
nock: {
|
||||
baseUrl: string;
|
||||
mocks: Array<{
|
||||
method: string;
|
||||
path: string;
|
||||
statusCode: number;
|
||||
responseBody: any;
|
||||
}>;
|
||||
};
|
||||
trigger?: {
|
||||
mode: WorkflowExecuteMode;
|
||||
input: INodeExecutionData;
|
||||
|
||||
Reference in New Issue
Block a user