16 lines
252 B
GraphQL
16 lines
252 B
GraphQL
fragment ProtectedDirectoryUserListFragment on ProtectedDirectoryUserList {
|
|
nodes {
|
|
id
|
|
login
|
|
}
|
|
pageInfo {
|
|
current
|
|
total
|
|
pageCount
|
|
}
|
|
sortInfo {
|
|
sortColumn
|
|
sortDirection
|
|
}
|
|
}
|