Homepage

BackgroundJobCollection

Last edit: Aug 09, 2023

No description

type BackgroundJobCollection {
  current_page: Int!
  has_next_page: Boolean!
  has_previous_page: Boolean!
  per_page: Int!
  results: [BackgroundJob!]
  total_entries: Int!
  total_pages: Int!
}

Fields

current_page (Int)

has_next_page (Boolean)

has_previous_page (Boolean)

per_page (Int)

results (BackgroundJob)

total_entries (Int)

total_pages (Int)

Questions?

We are always happy to help with any questions you may have.

contact us