Archive Object
Root Connection
Section titled “Root Connection”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.
| Argument | Type | Description |
|---|---|---|
after | String | Returns the elements in the list that come after the specified cursor. |
before | String | Returns the elements in the list that come before the specified cursor. |
filter | ArchiveFilter | Filter to determine which Archive records are returned. |
first | Int | Returns the first n elements from the list. |
last | Int | Returns the last n elements from the list. |
order | ArchiveOrder | Order of the Archive records returned. |
view | ArchiveView | View name. The default value is current_account . |
Fields
Section titled “Fields”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.
Implements
Section titled “Implements”Archive implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a Archive.