OBJECT
KubernetesProtectionSetEdge
Description
Wrapper around the KubernetesProtectionSet object. This wrapper is used for pagination.
link GraphQL Schema definition
- type KubernetesProtectionSetEdge {
- # String used to identify this edge.
- : String!
- # The actual KubernetesProtectionSet object wrapped by this edge.
- : KubernetesProtectionSet!
- }