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