waybills
No description
waybills(
filters: WaybillFilterInput
sortBy: WaybillSortInput
first: Int!
page: Int
): WaybillPaginator!
Arguments
waybills.filters ● WaybillFilterInput input
waybills.sortBy ● WaybillSortInput input
waybills.first ● Int! non-null scalar
Limits number of fetched items.
waybills.page ● Int scalar
The offset from which items are returned.
Type
WaybillPaginator object
A paginated list of Waybill items.