My Branded Food Search
Use the myBrandedFoods
to return the user's stored branded foods. These branded foods are the ones created by a user by using the createMyBrandedFoods
mutation.
Use also an optional ID
argument to search b64id
foods.
Available Argument
Name | Type | Description |
| String | Own branded food ID. No required argument. |
Available Fields
The following fields are part of the response.
Field Name | Type | Description |
| String | Name of the branded food |
| String | Number of calories |
| String | Branded food description |
| String | |
| String | Name of the food brand owner |
| Int | Quantity of grams per serving |
| Int | Unit of the Serving size |
| String | Name of the serving |
| Object that includes the information of the nutrients available in the food | |
| String | Displays the available tags |
Pagination
The myBrandedFoods
query supports the use of pagination. The following fields can be used
Examples
GraphQL Example
Last updated