mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 05:20:33 +00:00
14 lines
189 B
GraphQL
14 lines
189 B
GraphQL
query GetGroupAttributesSchema {
|
|
schema {
|
|
groupSchema {
|
|
attributes {
|
|
name
|
|
attributeType
|
|
isList
|
|
isVisible
|
|
isHardcoded
|
|
}
|
|
}
|
|
}
|
|
}
|