signalTypes
Returns a list of signal types
signalTypes(
after: String
before: String
filters: SignalTypeIndexFilterInput
first: Int
last: Int
search: String
): SignalTypeConnection
Arguments
signalTypes.after ● String scalar
Returns the elements in the list that come after the specified cursor.
signalTypes.before ● String scalar
Returns the elements in the list that come before the specified cursor.
signalTypes.filters ● SignalTypeIndexFilterInput input
Filters
signalTypes.first ● Int scalar
Returns the first _n_ elements from the list.
signalTypes.last ● Int scalar
Returns the last _n_ elements from the list.
signalTypes.search ● String scalar
Search signal types
Type
SignalTypeConnection object
The connection type for SignalType.