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