Files
server/opt/psa/admin/cp/queries/ProtectedDirectoryUserListFragment.graphql
2026-01-07 20:52:11 +01:00

16 lines
252 B
GraphQL

fragment ProtectedDirectoryUserListFragment on ProtectedDirectoryUserList {
nodes {
id
login
}
pageInfo {
current
total
pageCount
}
sortInfo {
sortColumn
sortDirection
}
}