Skip to main content

SessionsConnection

A connection to a list of Session values.

type SessionsConnection {
nodes: [Session!]!
edges: [SessionsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SessionsConnection.nodes ● [Session!]! non-null object

A list of Session objects.

SessionsConnection.edges ● [SessionsEdge!]! non-null object

A list of edges which contains the Session and cursor to aid in pagination.

SessionsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SessionsConnection.totalCount ● Int! non-null scalar

The count of *all* Session you could get from the connection.

Returned By

sessionsConnection query

Member Of

WorkspaceAccount object