Skip to main content

importFiles

List all import files.

importFiles(
filter: ImportFileFilterInput
sortBy: ImportFileSortingInput
before: String
after: String
first: Int
last: Int
): ImportFileCountableConnection!

Arguments

importFiles.filter ● ImportFileFilterInput input

importFiles.sortBy ● ImportFileSortingInput input

importFiles.before ● String scalar

Returns the items in the list that come before the specified cursor.

importFiles.after ● String scalar

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

importFiles.first ● Int scalar

Returns the first n items from the list.

importFiles.last ● Int scalar

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

Type

ImportFileCountableConnection object

A connection to a list of items.

Was this page helpful?