Income Sources :: Jobs :: 2022 :: HP :: Lens :: Repos :: poly-glass :: team-mo :: match-maker :: Validation
⪼ Made with 💜 by realpolyglot.com
query Device {
device(id: "00e0db698f21") {
id
name
hardwareModel
entityConnections(params: { directional: true, type: External }) {
edges {
node {
type
targetEntity {
id
hardwareModel
}
}
}
}
}
}
{
"data": {
"device": {
"id": "00e0db698f21",
"name": null,
"hardwareModel": "Studio X50",
"entityConnections": {
"edges": [
{
"node": {
"type": "external",
"targetEntity": {
"id": "72701afe-b86f-40de-b7a2-65cb38f8ee01",
"hardwareModel": null
}
}
}
]
}
}
}
}