This GraphQL query fetches All CondimentFoods
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
query allCondimentFoods { condimentFoods (skip: 0, limit: 3) { results { ACL condiment_added_sugars condiment_alcohol condiment_calories condiment_dkgreen condiment_drybeans_peas condiment_fruits condiment_grains condiment_meat condiment_milk condiment_oils condiment_orange condiment_other_vegetables condiment_portion_code condiment_portion_size condiment_saturated_fats condiment_solid_fats condiment_soy condiment_starchy_vegetables condiment_vegetables condiment_whole_grains createdAt display_name id survey_food_code updatedAt } } }
{ "data": { "condimentFoods": { "results": [ { "ACL": null, "condiment_added_sugars": 0, "condiment_alcohol": 0, "condiment_calories": 53.1, "condiment_dkgreen": 0, "condiment_drybeans_peas": 0.1446, "condiment_fruits": 0.0123, "condiment_grains": 0, "condiment_meat": 0.0999, "condiment_milk": 0, "condiment_oils": 0.39227, "condiment_orange": 0, "condiment_other_vegetables": 0.0021, "condiment_portion_code": 21000, "condiment_portion_size": "2 Tbsp", "condiment_saturated_fats": 0.336, "condiment_solid_fats": 0, "condiment_soy": 0, "condiment_starchy_vegetables": 0, "condiment_vegetables": 0.0021, "condiment_whole_grains": 0, "createdAt": "2020-02-04T17:09:25.382Z", "display_name": "Hummus", "id": "6xrpbcCBCV", "survey_food_code": 41205070, "updatedAt": "2020-02-04T17:09:25.382Z" }, { "ACL": null, "condiment_added_sugars": 0, "condiment_alcohol": 0, "condiment_calories": 41.65, "condiment_dkgreen": 0, "condiment_drybeans_peas": 0, "condiment_fruits": 0, "condiment_grains": 0, "condiment_meat": 0, "condiment_milk": 0.4998, "condiment_oils": 0, "condiment_orange": 0, "condiment_other_vegetables": 0, "condiment_portion_code": 10205, "condiment_portion_size": "1/2 cup", "condiment_saturated_fats": 0.147, "condiment_solid_fats": 0, "condiment_soy": 0, "condiment_starchy_vegetables": 0, "condiment_vegetables": 0, "condiment_whole_grains": 0, "createdAt": "2020-02-04T17:09:25.381Z", "display_name": "Fat free milk (skim)", "id": "6CE1E7WHgC", "survey_food_code": 11113000, "updatedAt": "2020-02-04T17:09:25.381Z" }, { "ACL": null, "condiment_added_sugars": 13.22425, "condiment_alcohol": 0, "condiment_calories": 40.8, "condiment_dkgreen": 0, "condiment_drybeans_peas": 0, "condiment_fruits": 0, "condiment_grains": 0, "condiment_meat": 0, "condiment_milk": 0, "condiment_oils": 0, "condiment_orange": 0, "condiment_other_vegetables": 0, "condiment_portion_code": 30000, "condiment_portion_size": "2 Tbsp", "condiment_saturated_fats": 0.582, "condiment_solid_fats": 26.919, "condiment_soy": 0, "condiment_starchy_vegetables": 0, "condiment_vegetables": 0, "condiment_whole_grains": 0, "createdAt": "2020-02-04T17:09:25.382Z", "display_name": "Coffee Mate creamer (liquid)", "id": "RKFeI4Ob2z", "survey_food_code": 12210200, "updatedAt": "2020-02-04T17:09:25.382Z" } ] } } }