GraphNodeSearch
No description
type GraphNodeSearch {
limit: Int!
nodes: [GraphSnapshotNode!]!
total_count: Int!
}
Fields
GraphNodeSearch.limit ● Int! non-null scalar
GraphNodeSearch.nodes ● [GraphSnapshotNode!]! non-null object
GraphNodeSearch.total_count ● Int! non-null scalar
Returned By
graphNodeSearch query