Module: Static::QueryLDAPServerList
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"QueryLDAPServerList"- Query =
" query QueryLDAPServerList($clientId: String!, $page: Int, $count: Int){\n QueryLDAPServerList(clientId: $clientId, page: $page, count: $count){\n list{\n _id\n name\n clientId\n userId\n ldapLink\n baseDN\n searchStandard\n emailPostfix\n username\n password\n description\n enabled\n isDeleted\n createdAt\n updatedAt\n }\n totalCount\n }\n}\n"