This GraphQL query fetches All NationalIndustries
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
query allNationalIndustries { nationalIndustries (skip: 0, limit: 3) { results { ACL activities (skip: 0, limit: 3) { results { id } } code createdAt crossReferences { ...on Element { value } } description id industry { id } title updatedAt } } }
{ "data": { "nationalIndustries": { "results": [ { "ACL": null, "activities": { "results": [ { "id": "AMg1O6FXda" }, { "id": "e56pAK3lCz" }, { "id": "mL5jj2fHAm" } ] }, "code": "111130", "createdAt": "2019-12-17T23:57:47.458Z", "crossReferences": [ { "value": "Establishments primarily engaged in growing fresh green beans and peas are classified in U.S. Industry 111219, Other Vegetable (except Potato) and Melon Farming." } ], "description": "This industry comprises establishments primarily engaged in growing dry peas, beans, and/or lentils.\n \n\n Cross-References.", "id": "NYtZaXHFxY", "industry": { "id": "O2scXeBy0Q" }, "title": "Dry Pea and Bean Farming", "updatedAt": "2019-12-18T00:01:45.343Z" }, { "ACL": null, "activities": { "results": [ { "id": "NNTD7Qm2WM" } ] }, "code": "111110", "createdAt": "2019-12-17T23:57:47.458Z", "crossReferences": [ { "value": "Establishments engaged in growing soybeans in combination with grain(s) with the soybeans or grain(s) not accounting for one-half of the establishment's agricultural production (value of crops for market) are classified in U.S. Industry 111191, Oilseed and Grain Combination Farming." } ], "description": "This industry comprises establishments primarily engaged in growing soybeans and/or producing soybean seeds.\n \n\n Cross-References.", "id": "VW1EIq1PEr", "industry": { "id": "YAaT7wnLny" }, "title": "Soybean Farming", "updatedAt": "2019-12-18T00:01:45.342Z" }, { "ACL": null, "activities": { "results": [ { "id": "Css9jOXTe3" }, { "id": "DC4hoOuXaA" }, { "id": "GI22kyM3Wv" } ] }, "code": "111120", "createdAt": "2019-12-17T23:57:47.458Z", "crossReferences": [ { "value": "Growing soybeans--are classified in Industry 111110, Soybean Farming; and" }, { "value": "Growing oilseed(s) in combination with grain(s) with no one oilseed (or family of oilseeds) or grain(s) (or family of grains) accounting for one-half of the establishment's agricultural production (value of crops for market)--are classified in U.S. Industry 111191, Oilseed and Grain Combination Farming." } ], "description": "This industry comprises establishments primarily engaged in growing fibrous oilseed producing plants and/or producing oilseed seeds, such as sunflower, safflower, flax, rape, canola, and sesame.\n \n\n Cross-References. Establishments primarily engaged in--", "id": "T9TwdfSlFm", "industry": { "id": "9OgrDj8cJD" }, "title": "Oilseed (except Soybean) Farming", "updatedAt": "2019-12-18T00:01:45.343Z" } ] } } }