GloScrScriptVersionConnection
A connection to a list of items.
type GloScrScriptVersionConnection {
edges: [GloScrScriptVersionEdge!]
nodes: [GloScrScriptVersion!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
GloScrScriptVersionConnection.edges ● [GloScrScriptVersionEdge!] list object
A list of edges.
GloScrScriptVersionConnection.nodes ● [GloScrScriptVersion!] list object
A flattened list of the nodes.
GloScrScriptVersionConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
GloScrScriptVersionConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.