Graphql fields and variables for the approver query
Scope required:
For a complete list of possible response fields see the Approver type.
query approver ($id: ID, $code: String, $format: String) { approver (id: $id, code: $code, format: $format) { id name userId } }
id
ID
code
String
format
Approver
Last updated 18 hours ago
Was this helpful?