mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-12 17:34:18 +00:00
Increase role member count in listRoles query to 20 from 10 (#10020)
Co-authored-by: Sam Black <supersamblack@gmail.com>
This commit is contained in:
parent
d573acde7e
commit
332e417f7a
@ -8,7 +8,7 @@ query listRoles($input: ListRolesInput!) {
|
|||||||
type
|
type
|
||||||
name
|
name
|
||||||
description
|
description
|
||||||
users: relationships(input: { types: ["IsMemberOfRole"], direction: INCOMING, start: 0, count: 10 }) {
|
users: relationships(input: { types: ["IsMemberOfRole"], direction: INCOMING, start: 0, count: 20 }) {
|
||||||
start
|
start
|
||||||
count
|
count
|
||||||
total
|
total
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user