Skip to main content

archivedObjects

Get archived objects for a brand, filtered by object type.

archivedObjects(
after: String
before: String
filters: ArchivedObjectsFilterInput!
first: Int
last: Int
): ArchivedObjectConnection!

Arguments

archivedObjects.after ● String scalar

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

archivedObjects.before ● String scalar

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

archivedObjects.filters ● ArchivedObjectsFilterInput! non-null input

Filtering options for archived objects. A objectType is required.

archivedObjects.first ● Int scalar

Returns the first _n_ elements from the list.

archivedObjects.last ● Int scalar

Returns the last _n_ elements from the list.

Type

ArchivedObjectConnection object

The connection type for ArchivedObject.