GraphSnapshot
No description
type GraphSnapshot {
edge_limit: Int!
edges: [GraphSnapshotEdge!]!
facets: GraphSnapshotFacets!
node_limit: Int!
nodes: [GraphSnapshotNode!]!
stats: GraphSnapshotStats!
}
Fields
GraphSnapshot.edge_limit ● Int! non-null scalar
GraphSnapshot.edges ● [GraphSnapshotEdge!]! non-null object
GraphSnapshot.facets ● GraphSnapshotFacets! non-null object
GraphSnapshot.node_limit ● Int! non-null scalar
GraphSnapshot.nodes ● [GraphSnapshotNode!]! non-null object
GraphSnapshot.stats ● GraphSnapshotStats! non-null object
Returned By
tenantGraph query