Skip to main content

SignalTypeConnection

The connection type for SignalType.

type SignalTypeConnection {
edges: [SignalTypeEdge]
nodes: [SignalType]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

SignalTypeConnection.edges ● [SignalTypeEdge] list object

A list of edges.

SignalTypeConnection.nodes ● [SignalType] list object

A list of nodes.

SignalTypeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

SignalTypeConnection.totalCount ● Int! non-null scalar

Returned By

signalTypes query