Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active September 11, 2023 20:14
Show Gist options
  • Select an option

  • Save wilmoore/6b3671efbbbe2284c93e0e5550608625 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/6b3671efbbbe2284c93e0e5550608625 to your computer and use it in GitHub Desktop.
Income Sources :: Jobs :: 2022 :: HP :: Lens :: Repos :: poly-glass :: team-mo :: match-maker :: datadog :: Validation

Income Sources :: Jobs :: 2022 :: HP :: Lens :: Repos :: poly-glass :: team-mo :: match-maker :: Validation

⪼ Made with 💜 by realpolyglot.com

related

Teams Integration Logs for updateUserToDeviceRelationship Success

query Device {
  device(id: "00e0db698f21") {
    id
    name
    hardwareModel
    entityConnections(params: { directional: true, type: External }) {
      edges {
        node {
          type
          targetEntity {
            id
            hardwareModel
          }
        }
      }
    }
  }
}
Query Response
{
  "data": {
    "device": {
      "id": "00e0db698f21",
      "name": null,
      "hardwareModel": "Studio X50",
      "entityConnections": {
        "edges": [
          {
            "node": {
              "type": "external",
              "targetEntity": {
                "id": "72701afe-b86f-40de-b7a2-65cb38f8ee01",
                "hardwareModel": null
              }
            }
          }
        ]
      }
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment