Skip to main content

exportFiles

List all export files.

exportFiles(
filter: ExportFileFilterInput
sortBy: ExportFileSortingInput
before: String
after: String
first: Int
last: Int
): ExportFileCountableConnection!

Arguments

exportFiles.filter ● ExportFileFilterInput input

exportFiles.sortBy ● ExportFileSortingInput input

exportFiles.before ● String scalar

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

exportFiles.after ● String scalar

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

exportFiles.first ● Int scalar

Returns the first n items from the list.

exportFiles.last ● Int scalar

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

Type

ExportFileCountableConnection object

A connection to a list of items.

Was this page helpful?