INPUT_OBJECT
Input for filtering user groups.
input GroupFilterInput {# Filter user groups by organization IDs.orgIdsFilter: [String!]# Filter user groups that have the specified roles assigned in the current# organization.roleIdsFilter: [String!]# Filter user groups by name.nameFilter: String# Filter according to the authentication domain ID.authDomainIdsFilter: [String!]}