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.
  • cursor: String!
  • # The actual GcpNativeHierarchyObject object wrapped by this edge.
  • node: GcpNativeHierarchyObject!
  • }