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