EthereumKeyRotationsConnection
A paginated type for returning Ethereum key rotation records
type EthereumKeyRotationsConnection {
edges: [EthereumKeyRotationEdge!]!
pageInfo: PageInfo
}
Fields
EthereumKeyRotationsConnection.edges
● [EthereumKeyRotationEdge!]!
non-null object
The ethereum key rotations in this connection
EthereumKeyRotationsConnection.pageInfo
● PageInfo
object
The pagination information
Returned by
ethereumKeyRotations
query