ServiceAccountConnection
The connection type for ServiceAccount.
type ServiceAccountConnection {
edges: [ServiceAccountEdge!]
nodes: [ServiceAccount!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ServiceAccountConnection.edges ● [ServiceAccountEdge!] list object
A list of edges
ServiceAccountConnection.nodes ● [ServiceAccount!] list object
A list of nodes.
ServiceAccountConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ServiceAccountConnection.totalCount ● Int! non-null scalar
Identifies the total count of service accounts in the connection.
Returned By
serviceAccounts query