ServiceAccountEdge
An edge in the ServiceAccountConnection
type ServiceAccountEdge {
cursor: ID!
node: ServiceAccount!
}
Fields
ServiceAccountEdge.cursor ● ID! non-null scalar
A cursor for use in pagination
ServiceAccountEdge.node ● ServiceAccount! non-null object
The item at the end of the edge
Member Of
ServiceAccountConnection object