İçeriğe geç
R-Service R-Service
Документация Р-Сервис

Archive Object

Bu içerik henüz dilinizde mevcut değil.

All Archive objects of an account are accessible by a query on the root connection archive . Such a query will return a ArchiveConnection! , which contains the Archive objects in its nodes field.

archive ( ArchiveConnection! )

Root connection for retrieving Archive records.

ArgumentTypeDescription
afterStringReturns the elements in the list that come after the specified cursor.
beforeStringReturns the elements in the list that come before the specified cursor.
filterArchiveFilterFilter to determine which Archive records are returned.
firstIntReturns the first n elements from the list.
lastIntReturns the last n elements from the list.
orderArchiveOrderOrder of the Archive records returned.
viewArchiveViewView name. The default value is current_account .

The fields in this section list which values can be retrieved when querying Archive records.

account ( Account! )

The account this record belongs to.

archived ( HasLifeCycleState )

The archived record.

archivedBy ( Person )

The person who archived the record.

createdAt ( ISO8601Timestamp )

The date and time at which the archive was created.

id ( ID! )

Unique identifier of the object.

Archive implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a Archive.