gloScrScriptExecutionResults
Retrieves the execution results of a script by its script ID and version ID.
gloScrScriptExecutionResults(
after: String
before: String
first: Int
last: Int
order: [GloScrScriptExecutionSortInput!]
scriptId: String!
versionId: String
): GloScrScriptExecutionConnection
Arguments
gloScrScriptExecutionResults.after ● String scalar
Returns the elements in the list that come after the specified cursor.
gloScrScriptExecutionResults.before ● String scalar
Returns the elements in the list that come before the specified cursor.
gloScrScriptExecutionResults.first ● Int scalar
Returns the first _n_ elements from the list.
gloScrScriptExecutionResults.last ● Int scalar
Returns the last _n_ elements from the list.
gloScrScriptExecutionResults.order ● [GloScrScriptExecutionSortInput!] list input
gloScrScriptExecutionResults.scriptId ● String! non-null scalar
gloScrScriptExecutionResults.versionId ● String scalar
Type
GloScrScriptExecutionConnection object
A connection to a list of items.