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