Returns the total count of members in a group. Shows the total count even if the caller does not have read access to ResourceGroupMember. They only need ResourceGroup read access.
(ctx context.Context, arg GetGroupMembersCountByGroupIDParams)
| 495 | // count even if the caller does not have read access to ResourceGroupMember. |
| 496 | // They only need ResourceGroup read access. |
| 497 | GetGroupMembersCountByGroupID(ctx context.Context, arg GetGroupMembersCountByGroupIDParams) (int64, error) |
| 498 | // Returns the total member count for each of the given group IDs in a |
| 499 | // single query. Used to avoid N+1 lookups when listing many groups. Like |
| 500 | // GetGroupMembersCountByGroupID, the count is returned even when the |
no outgoing calls