Skip to main content

ValidatorConnection

No description

type ValidatorConnection {
pageInfo: PageInfo!
edges: [ValidatorEdge!]!
nodes: [Validator!]!
}

Fields

ValidatorConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ValidatorConnection.edges ● [ValidatorEdge!]! non-null object

A list of edges.

ValidatorConnection.nodes ● [Validator!]! non-null object

A list of nodes.

Member Of

ValidatorSet object