ENUM
HiddenStateFilter
Description
Filter for users based on their hidden status.
link GraphQL Schema definition
- enum HiddenStateFilter {
- # Select all users.
- # Select only the users that are hidden.
- # Select only the users that are not hidden.
- }