Skip to main content

gloScrScripts

Retrieves a list of scripts with pagination options.

gloScrScripts(
after: String
before: String
first: Int
last: Int
order: [GloScrScriptSortInput!]
): GloScrScriptConnection

Arguments

gloScrScripts.after ● String scalar

Returns the elements in the list that come after the specified cursor.

gloScrScripts.before ● String scalar

Returns the elements in the list that come before the specified cursor.

gloScrScripts.first ● Int scalar

Returns the first _n_ elements from the list.

gloScrScripts.last ● Int scalar

Returns the last _n_ elements from the list.

gloScrScripts.order ● [GloScrScriptSortInput!] list input

Type

GloScrScriptConnection object

A connection to a list of items.