lldap/app/queries/get_group_list.graphql

8 lines
78 B
GraphQL

query GetGroupList {
groups {
id
displayName
creationDate
}
}