KeyRotationConnection
Connection type for retrieving cursor-based paginated key rotation information
type KeyRotationConnection {
edges: [KeyRotationEdge]
pageInfo: PageInfo!
}
Fields
KeyRotationConnection.edges
● [KeyRotationEdge]
list object
List of key rotations available for the connection
KeyRotationConnection.pageInfo
● PageInfo!
non-null object
Page information for the connection
Returned by
keyRotationsConnection
query