KeyRotationEdge
Edge type containing the key rotation and cursor information returned by a KeyRotationConnection
type KeyRotationEdge {
node: KeyRotation!
cursor: String!
}
Fields
KeyRotationEdge.node
● KeyRotation!
non-null object
The key rotation
KeyRotationEdge.cursor
● String!
non-null scalar
Cursor identifying the key rotation
Member of
KeyRotationConnection
object