Skip to main content

exports

Returns a list of the current user's exports.

exports(
after: String
first: Int
supplierId: ID!
): SupplyExportConnection!

Arguments

exports.after ● String scalar

Returns the elements in the list that come after the specified cursor.

exports.first ● Int scalar

Returns the first n elements from the list.

exports.supplierId ● ID! non-null scalar

Type

SupplyExportConnection object

A connection that returns a list of SupplyExport nodes.