Skip to content

foodSearchCount

Get size of food items that matches the keyword

Arguments

Returns

Int

Example

query foodSearchCount(
$exclude_recent: Boolean
$food_type: String
$keywords: String
$upc: String
$user_id: String
) {
foodSearchCount(
exclude_recent: $exclude_recent
food_type: $food_type
keywords: $keywords
upc: $upc
user_id: $user_id
)
}