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