OBJECT

GuestOsCredentialEdge

Description

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

link GraphQL Schema definition

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