Skip to main content

GraphSnapshotEdge

No description

type GraphSnapshotEdge {
attrs: JSONObject!
created_at: DateTimeISO!
deleted_at: DateTimeISO
dst: GraphSnapshotNodeRef!
dst_node_id: ID!
id: ID!
integration: GraphSnapshotIntegration!
integration_id: ID
kind: String!
last_observation_basis: String
last_provisioned_at: DateTimeISO
last_provisioning_assigned_resource_id: ID
last_provisioning_operation_id: ID
last_seen_at: DateTimeISO!
last_seen_sync_run_id: ID
source: GraphRecordSource!
src: GraphSnapshotNodeRef!
src_node_id: ID!
stale_reason: String
stale_since: DateTimeISO
stale_status: GraphStaleStatus!
sync_action: String
sync_error: String
sync_metadata: JSON
tenant_id: ID!
updated_at: DateTimeISO!
}

Fields

GraphSnapshotEdge.attrs ● JSONObject! non-null scalar

GraphSnapshotEdge.created_at ● DateTimeISO! non-null scalar

GraphSnapshotEdge.deleted_at ● DateTimeISO scalar

GraphSnapshotEdge.dst ● GraphSnapshotNodeRef! non-null object

GraphSnapshotEdge.dst_node_id ● ID! non-null scalar

GraphSnapshotEdge.id ● ID! non-null scalar

GraphSnapshotEdge.integration ● GraphSnapshotIntegration! non-null object

GraphSnapshotEdge.integration_id ● ID scalar

GraphSnapshotEdge.kind ● String! non-null scalar

GraphSnapshotEdge.last_observation_basis ● String scalar

GraphSnapshotEdge.last_provisioned_at ● DateTimeISO scalar

GraphSnapshotEdge.last_provisioning_assigned_resource_id ● ID scalar

GraphSnapshotEdge.last_provisioning_operation_id ● ID scalar

GraphSnapshotEdge.last_seen_at ● DateTimeISO! non-null scalar

GraphSnapshotEdge.last_seen_sync_run_id ● ID scalar

GraphSnapshotEdge.source ● GraphRecordSource! non-null enum

GraphSnapshotEdge.src ● GraphSnapshotNodeRef! non-null object

GraphSnapshotEdge.src_node_id ● ID! non-null scalar

GraphSnapshotEdge.stale_reason ● String scalar

GraphSnapshotEdge.stale_since ● DateTimeISO scalar

GraphSnapshotEdge.stale_status ● GraphStaleStatus! non-null enum

GraphSnapshotEdge.sync_action ● String scalar

GraphSnapshotEdge.sync_error ● String scalar

GraphSnapshotEdge.sync_metadata ● JSON scalar

GraphSnapshotEdge.tenant_id ● ID! non-null scalar

GraphSnapshotEdge.updated_at ● DateTimeISO! non-null scalar

Member Of

GraphNodeNeighborhood object ● GraphSnapshot object