OBJECT
DeviceSpecification
link GraphQL Schema definition
type DeviceSpecification implements Node {
The description of the device specification
: String!
The devices associated with the device specification
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
orderBy: Ordering options for device connections
(
: String,
: String,
: Int,
: Int,
: [DeviceSort!]
): DeviceConnection
: ID!
The name of the device specification
: String!
The properties associated with the device specification
Arguments
after: Returns the elements in the list that come after the
specified cursor.
before: Returns the elements in the list that come before the
specified cursor.
first: Returns the first _n_ elements from the list.
last: Returns the last _n_ elements from the list.
(: String, : String, : Int, : Int): DeviceSpecificationPropertyConnection
}