exports
No description
exports(
after: String
before: String
filters: ExportFilterInput
first: Int! = 50
): ExportConnection!
Arguments
exports.after
● String
scalar
exports.before
● String
scalar
exports.filters
● ExportFilterInput
input
exports.first
● Int!
non-null scalar
Type
ExportConnection
object
Implements the Relay Connection interface, used to paginate list of elements (Learn More)