NodeSignaturesConnection
Connection type for retrieving cursor-based paginated node signature information
type NodeSignaturesConnection {
  edges: [NodeSignatureEdge!]!
  pageInfo: PageInfo!
}
Fields
NodeSignaturesConnection.edges ● [NodeSignatureEdge!]! non-null object
List of node signatures available for the connection
NodeSignaturesConnection.pageInfo ● PageInfo! non-null object
Page information for the connection
Returned by
nodeSignaturesConnection  query