Guest User

Untitled

a guest
Aug 20th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. query {
  2. allOrgUnits {
  3. id
  4. name
  5. risks: records(modelName: "Risk") {
  6. ... on Risk {
  7. id
  8. type
  9. recordId
  10. status
  11. name
  12. creator {
  13. id
  14. acronym
  15. name
  16. orgLevel
  17. }
  18. controller {
  19. id
  20. acronym
  21. }
  22. owner {
  23. id
  24. fullName
  25. }
  26. category
  27. score
  28. riskType
  29. probability
  30. impact
  31. impactTypes
  32. action
  33. modifiedDate
  34. frequency
  35. proximity
  36. }
  37. }
  38. }
  39. }
Add Comment
Please, Sign In to add comment