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