printSchedules
Gets paginated list of print schedules for a specific business unit.
printSchedules(
businessUnitId: String!
first: Int
after: String
filter: FilteringParamsInput
sort: SortingParamsInput
): PrintSchedulesConnection
Arguments
printSchedules.businessUnitId
● String!
non-null scalar
An ID of a business unit to filter print schedules by.
printSchedules.first
● Int
scalar
Returns the first n print schedules from the list.
printSchedules.after
● String
scalar
Returns the print schedules in the list that come after the specified cursor.
printSchedules.filter
● FilteringParamsInput
input
Filtering options for the returned print schedules.
printSchedules.sort
● SortingParamsInput
input
Sorting options for the returned print schedules. Sorting only by item fields is supported, i.e. 'created' DESC or 'name.keyword' ASC.
Type
PrintSchedulesConnection
object
A connection to a list of items.