INPUT_OBJECT
Order_Fuzzy
Fuzzy match query arguments for Order
link GraphQL Schema definition
- input Order_Fuzzy {
- # Select multiple Order fuzzily by its ID
- Int :
- # Job number for an order.
- String :
- # Purchase order number on an order.
- String :
- # Order primary start location.
- String :
- # The description of an order.
- String :
- # The client's short name.
- String :
- # Project name.
- String :
- # The tag's display name.
- String :
- }