exports
No description
exports(
  orderBy: [QueryExportsOrderByOrderByClause!]
  where: QueryExportsWhereWhereConditions
  first: Int!
  page: Int
): ExportPaginator!
Arguments
exports.orderBy ● [QueryExportsOrderByOrderByClause!] list input
exports.where ● QueryExportsWhereWhereConditions input
exports.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
exports.page ● Int scalar
The offset from which items are returned.
Type
ExportPaginator object
A paginated list of Export items.


