Skip to content

Commit

Permalink
Increase role member count in listRoles query to 20 from 10 (datahub-…
Browse files Browse the repository at this point in the history
…project#10020)

Co-authored-by: Sam Black <[email protected]>
  • Loading branch information
2 people authored and sleeperdeep committed Jun 25, 2024
1 parent fb957d4 commit c7d5273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-web-react/src/graphql/role.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ query listRoles($input: ListRolesInput!) {
type
name
description
users: relationships(input: { types: ["IsMemberOfRole"], direction: INCOMING, start: 0, count: 10 }) {
users: relationships(input: { types: ["IsMemberOfRole"], direction: INCOMING, start: 0, count: 20 }) {
start
count
total
Expand Down

0 comments on commit c7d5273

Please sign in to comment.