Skip to content

Instantly share code, notes, and snippets.

@blizzerand
Created April 13, 2020 19:21
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/1280e43b57a9275298698752fdb37dd0 to your computer and use it in GitHub Desktop.
Save blizzerand/1280e43b57a9275298698752fdb37dd0 to your computer and use it in GitHub Desktop.
query GlvotListQuery($req: CtrlCodeGfmasGlvotReq) {
ctrl {
code {
gfmas {
glvot(req: $req){
data {
uuid
fin_year
code
desc
valid_from
valid_to
status
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment