Skip to content

Commit

Permalink
Increase role member count in listRoles query to 20 from 10 (#10020)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Black <[email protected]>
  • Loading branch information
jayasimhankv and samblackk authored Mar 22, 2024
1 parent d573acd commit 332e417
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 332e417

Please sign in to comment.