Queries
importJobs
List import jobs, optionally filtered by service integration key or import job definition ID. Each job represents a single sync run triggered by an import job definition, and contains per-entity-type runs with their progress and status.
QUERY
importJobs(filters: ImportJobsFilter, first: Int, after: String, last: Int, before: String): ImportJobConnection!Arguments
filters
first
Int
after
String
last
Int
before
String
Returns
edges
[ImportJobEdge!]!
pageInfo
Query
Response
Query
Response

