How do I find a UniversalType via its code?
  • 29 Jun 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light

How do I find a UniversalType via its code?

  • Dark
    Light

Article Summary

Use the "utsearch" with "code" as filter criteria.


query findByCode {
  utsearch(code: "ST05-WEIG") {
    content {
      code
      name
      description
      unit {
        symbol
        name
      }
    }
  }
}

Was this article helpful?