Skip to main content

GloScrScriptExecutionConnection

A connection to a list of items.

type GloScrScriptExecutionConnection {
edges: [GloScrScriptExecutionEdge!]
nodes: [GloScrScriptExecution!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

GloScrScriptExecutionConnection.edges ● [GloScrScriptExecutionEdge!] list object

A list of edges.

GloScrScriptExecutionConnection.nodes ● [GloScrScriptExecution!] list object

A flattened list of the nodes.

GloScrScriptExecutionConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

GloScrScriptExecutionConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.