Skip to main content

imports

Returns a list of the current user's imports.

imports(
after: String
first: Int
supplierId: ID!
): SupplyImportConnection!

Arguments

imports.after ● String scalar

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

imports.first ● Int scalar

Returns the first n elements from the list.

imports.supplierId ● ID! non-null scalar

Type

SupplyImportConnection object

A connection that returns a list of SupplyImport nodes.