mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
15 lines
208 B
GraphQL
15 lines
208 B
GraphQL
query GetGroupAttributesSchema {
|
|
schema {
|
|
groupSchema {
|
|
attributes {
|
|
name
|
|
attributeType
|
|
isList
|
|
isVisible
|
|
isHardcoded
|
|
isReadonly
|
|
}
|
|
}
|
|
}
|
|
}
|