Archive Object
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.
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 |
Fields
The fields in this section list which values can be retrieved when querying Archive records.
Account!
)
The account this record belongs to.
HasLifeCycleState
)
The archived record.
Person
)
The person who archived the record.
ISO8601Timestamp
)
The date and time at which the archive was created.
ID!
)
Unique identifier of the object.
Implements
Archive implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a Archive.