GraphQL API
Search
No results matching "" found.
Configure your endpoint and create a unique link by saving it.
Hide
Save
Theme
Menu
Query
8
Mutation
9
Subscription
12
Object
20
Other
70
Input
Enum
Scalar
Interface
Union
numeric_comparison_exp
Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'.
_eq
numeric
_gt
numeric
_gte
numeric
_in
[numeric]!
_is_null
Boolean
_lt
numeric
_lte
numeric
_neq
numeric
_nin
[numeric]!
__Directive