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