OBJECT

GcpNativeGceInstanceEdge

Description

Wrapper around the GcpNativeGceInstance object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type GcpNativeGceInstanceEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual GcpNativeGceInstance object wrapped by this edge.
  • node: GcpNativeGceInstance!
  • }