Skip to content

Instantly share code, notes, and snippets.

@blizzerand
Created April 13, 2020 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blizzerand/b2f69fa7c4aee9f74e369ecd1d1fed2e to your computer and use it in GitHub Desktop.
Save blizzerand/b2f69fa7c4aee9f74e369ecd1d1fed2e to your computer and use it in GitHub Desktop.
query ($req: KbCodeUnspscExtUomReq) {
kb {
code {
unspsc {
ext_uom(req: $req) {
message
data {
code
desc_en
desc_my
origin
uuid
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment