INPUT_OBJECT
UserFilter
Input filter for the 'User' query. All filters provided will narrow the result set.
link GraphQL Schema definition
- input UserFilter {
- # DEPRECATED: Will be removed after June 30, 2020. Use isCurrent instead. If
- # provided with a value of 'true', will only return users who are on currently on
- # the plan.
- # Otherwise, result sets will contain users who are currently or have ever been on
- # the plan.
- Boolean :
- # If provided with a value of 'true', will only return users who are on currently
- # on the plan.
- # If provided with a value of 'false', will return users who are no longer on the
- # plan.
- Boolean :
- # If provided, will return only users whose note matches a note in this list.
- String] : [
- # If provided, will return only users whose have an ssoIdentifier that matches a
- # CurrentSsoIdentifier in this list.
- String] : [
- # If provided, will return only users whose email matches an email in this list.
- String] : [
- # If provided, will return only users whose id matches an id in this list.
- String] : [
- }