Skip to main content

exports

Lists all exports of organization data.

exports(
after: String
before: String
filter: ExportFilter
first: Int
last: Int
orderBy: ExportOrder
): ExportConnection

Arguments

exports.after ● String scalar common

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

exports.before ● String scalar common

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

exports.filter ● ExportFilter input common

The fields by which to filter the results.

exports.first ● Int scalar common

Returns the first n elements from the list.

exports.last ● Int scalar common

Returns the last n elements from the list.

exports.orderBy ● ExportOrder input common

The field and direction by which to order the results.

Type

ExportConnection object common

The connection type for Export.