Skip to main content

importFiles

List of import files.

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

Arguments

importFiles.filter ● ImportFileFilterInput input

Filtering options for import files.

importFiles.sortBy ● ImportFileSortingInput input

Sort import files.

importFiles.before ● String scalar

Return the elements in the list that come before the specified cursor.

importFiles.after ● String scalar

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

importFiles.first ● Int scalar

Return the first n elements from the list.

importFiles.last ● Int scalar

Return the last n elements from the list.

Type

ImportFileCountableConnection object

Was this page helpful?