exports
Returns a list of the current user's exports.
exports(
after: String
demandHqId: ID!
first: Int
): DemandExportConnection!
Arguments
exports.after ● String scalar
Returns the elements in the list that come after the specified cursor.
exports.demandHqId ● ID! non-null scalar
exports.first ● Int scalar
Returns the first n elements from the list.
Type
DemandExportConnection object
A connection that returns a list of DemandExport nodes.