INPUT_OBJECT
UserUsernameWhereArgs
link GraphQL Schema definition
- input UserUsernameWhereArgs {
- # Equal to. This takes a higher precedence than the other operators.
- String :
- # Not equal to.
- String :
- # Greater than.
- String :
- # Greater than or equal to.
- String :
- # Less than.
- String :
- # Less than or equal to.
- String :
- # A two element tuple describing a range of values.
- String] : [
- # A two element tuple describing an excluded range of values.
- String] : [
- # A list of values to include.
- String] : [
- # A list of values to exclude.
- String] : [
- # A pattern to match for likeness.
- String :
- # A pattern to match for likeness and exclude.
- String :
- # Filters for null values. This takes precedence after 'eq' but before all other
- # fields
- Boolean :
- }