OBJECT
DeviceSpecificationConnection
The connection type for DeviceSpecification.
link GraphQL Schema definition
type DeviceSpecificationConnection {
A list of edges.
: [DeviceSpecificationEdge]
A list of nodes.
: [DeviceSpecification]
Information to aid in pagination.
: PageInfo!
Total count of connection edges
: Int!
}