Skip to main content

customSignalTemplates

Returns a list of custom signal templates

customSignalTemplates(
after: String
before: String
filters: CustomSignalTemplateIndexFilterInput
first: Int
last: Int
search: String
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "id" }]
): CustomSignalTemplateConnection

Arguments

customSignalTemplates.after ● String scalar

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

customSignalTemplates.before ● String scalar

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

customSignalTemplates.filters ● CustomSignalTemplateIndexFilterInput input

Filters

customSignalTemplates.first ● Int scalar

Returns the first _n_ elements from the list.

customSignalTemplates.last ● Int scalar

Returns the last _n_ elements from the list.

Search custom signal templates

customSignalTemplates.sort ● [Sort!] list input

Sort result

Type

CustomSignalTemplateConnection object

The connection type for CustomSignalTemplate.