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