ScriptConnection
object
Representation of a connection to a list of scripts.
Fields
totalCount
Int!
non-null
Total count of all scripts that suit the query criteria, regardless of pagination.
edges
[ScriptEdge!]!
non-null
Script edges.
nodes
[Script!]!
non-null
Script nodes.
pageInfo
PageInfo!
non-null
Script pagination information.