Skip to main content

TestScriptConnection

No description

type TestScriptConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [TestScriptEdge]
}

Fields​

TestScriptConnection.count ● Int scalar​

TestScriptConnection.offset ● Int scalar​

TestScriptConnection.pagesize ● Int scalar​

TestScriptConnection.first ● ID scalar​

TestScriptConnection.previous ● ID scalar​

TestScriptConnection.next ● ID scalar​

TestScriptConnection.last ● ID scalar​

TestScriptConnection.edges ● [TestScriptEdge] list object​

Returned By​

TestScriptConection query

Member Of​

TestScriptConnectionType object