OBJECT

DeviceSpecificationConnection

The connection type for DeviceSpecification.

link GraphQL Schema definition

type DeviceSpecificationConnection {

A list of edges.
edges: [DeviceSpecificationEdge]

A list of nodes.
nodes: [DeviceSpecification]

Information to aid in pagination.
pageInfo: PageInfo!

Total count of connection edges
totalCount: Int!

}

link Required by