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