AtsSyncCandidateSyncAssetsConnection
Object
Connection for AtsSyncCandidateSyncAssets. See the GraphQL Cursor Connections Specification.
Fields
edges [AtsSyncCandidateSyncAssetsEdge]! Non-Null
Edges for AtsSyncCandidateSyncAssets.
node AtsSyncCandidateSyncAsset! Non-Null
Asset for this edge.
cursor String! Non-Null
Cursor for this edge.
pageInfo PageInfo! Non-Null
Pagination info for this connection.
endCursor String
When paginating forwards, the cursor to continue. Null if there is no next page
hasNextPage Boolean! Non-Null
Indicates if there are more pages to fetch
hasPreviousPage Boolean! Non-Null
Indicates if there are any pages prior to the current page
startCursor String
When paginating backwards, the cursor to continue. Null if there is no previous page
assets [AtsSyncCandidateSyncAsset]! Non-Null
AtsSyncCandidateSyncAsset objects in this connection.
Example
{ "edges": [AtsSyncCandidateSyncAssetsEdge], "pageInfo": PageInfo, "assets": [AtsSyncCandidateSyncAsset]}