Currently users class can be referenced but user groups can't. It would be cool to use them like the rest of classes
class:
member:
- name: groups
type: relation
target: user_groups
data.member.with('groups').list()
[
{
"id": 1,
"groups": [
{
"id": 1,
"name": "admin",
"label": "Admin",
"description": "",
}
]
}
]
Currently
usersclass can be referenced but user groups can't. It would be cool to use them like the rest of classes[ { "id": 1, "groups": [ { "id": 1, "name": "admin", "label": "Admin", "description": "", } ] } ]