WorkspaceAccountsConnection
A connection to a list of WorkspaceAccount values.
type WorkspaceAccountsConnection {
nodes: [WorkspaceAccount!]!
edges: [WorkspaceAccountsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
WorkspaceAccountsConnection.nodes ● [WorkspaceAccount!]! non-null object
A list of WorkspaceAccount objects.
WorkspaceAccountsConnection.edges ● [WorkspaceAccountsEdge!]! non-null object
A list of edges which contains the WorkspaceAccount and cursor to aid in pagination.
WorkspaceAccountsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
WorkspaceAccountsConnection.totalCount ● Int! non-null scalar
The count of *all* WorkspaceAccount you could get from the connection.