IO-3239 Add integration log statements on QBO.
This commit is contained in:
@@ -2968,3 +2968,11 @@ exports.GET_JOB_WATCHERS_MINIMAL = `
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
exports.INSERT_INTEGRATION_LOG = `
|
||||
mutation INSERT_INTEGRATION_LOG($log: integration_log_insert_input!) {
|
||||
insert_integration_log_one(object: $log) {
|
||||
id
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user