syncJobsConnection
Paginated list of sync jobs. integrationId is a back-compat convenience
parameter that, if provided, is folded into the filter at the resolver
level. New callers should prefer the filter argument.
syncJobsConnection(
after: String
before: String
filter: JSONObject
first: Int
integrationId: ID
last: Int
sort: SyncJobSort
): SyncJobConnection!