8 lines
78 B
GraphQL
8 lines
78 B
GraphQL
query GetGroupList {
|
|
groups {
|
|
id
|
|
displayName
|
|
creationDate
|
|
}
|
|
}
|