Skip to main content

ValidatorConnection

No description

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

Fields

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

A list of edges.

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

A list of nodes.

ValidatorConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

Member Of

Validator object ● ValidatorSet object