Graphql fields and variables for the group query
Last updated 8 months ago
Was this helpful?
Scope required: security:read
For a complete list of possible response fields see the type.
query group ($id: ID, $code: String, $format: String) { group (id: $id, code: $code, format: $format) { id name parentGroupId } }
id
ID
code
String
format