OBJECT

DeviceSpecificationPropertyConnection

The connection type for DeviceSpecificationProperty.

link GraphQL Schema definition

type DeviceSpecificationPropertyConnection {

A list of edges.
edges: [DeviceSpecificationPropertyEdge]

A list of nodes.
nodes: [DeviceSpecificationProperty]

Information to aid in pagination.
pageInfo: PageInfo!

Total count of connection edges
totalCount: Int!

}