signalTypes
Returns a list of signal types
signalTypes(
filters: SignalTypeIndexFilterInput
search: String
after: String
before: String
first: Int
last: Int
): SignalTypeConnection
Arguments
signalTypes.filters ● SignalTypeIndexFilterInput input
Filters
signalTypes.search ● String scalar
Search signal types
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.first ● Int scalar
Returns the first _n_ elements from the list.
signalTypes.last ● Int scalar
Returns the last _n_ elements from the list.
Type
SignalTypeConnection object
The connection type for SignalType.