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


