This GraphQL query fetches All International_Tourism_Expenditure_Passengers
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
32
33
34
35
36
37
query allInternational_Tourism_Expenditure_Passengers { international_Tourism_Expenditure_Passengers (skip: 0, limit: 3) { results { ACL Country_Code Country_Name Indicator_Code Indicator_Name Year_1995 Year_1996 Year_1997 Year_1998 Year_1999 Year_2000 Year_2001 Year_2002 Year_2003 Year_2004 Year_2005 Year_2006 Year_2007 Year_2008 Year_2009 Year_2010 Year_2011 Year_2012 Year_2013 Year_2014 Year_2015 Year_2016 Year_2017 Year_2018 createdAt id updatedAt } } }
{ "data": { "international_Tourism_Expenditure_Passengers": { "results": [ { "ACL": null, "Country_Code": "CEB", "Country_Name": "Central Europe and the Baltics", "Indicator_Code": "ST.INT.TRNX.CD", "Indicator_Name": "International tourism, expenditures for passenger transport items (current US$)", "Year_1995": 854518219.1, "Year_1996": 573598621.1, "Year_1997": 602343882.3, "Year_1998": 641541965.7, "Year_1999": 902862522.1, "Year_2000": 793938089.1, "Year_2001": 854451663, "Year_2002": 1072300529, "Year_2003": 1364566603, "Year_2004": 1862208837, "Year_2005": 2207099032, "Year_2006": 2219982861, "Year_2007": 2355758599, "Year_2008": 3037824491, "Year_2009": 2108340878, "Year_2010": 2081352388, "Year_2011": 2192544969, "Year_2012": 1974477965, "Year_2013": 1787717611, "Year_2014": 2306575096, "Year_2015": 2141750068, "Year_2016": 2296822135, "Year_2017": 2693767617, "Year_2018": 3256513423, "createdAt": "2020-03-10T12:19:03.879Z", "id": "umMH302CdY", "updatedAt": "2020-03-10T12:19:03.879Z" }, { "ACL": null, "Country_Code": "BLZ", "Country_Name": "Belize", "Indicator_Code": "ST.INT.TRNX.CD", "Indicator_Name": "International tourism, expenditures for passenger transport items (current US$)", "Year_1995": 12000000, "Year_1996": 12000000, "Year_1997": 12000000, "Year_1998": 12000000, "Year_1999": 3000000, "Year_2000": 4000000, "Year_2001": 3000000, "Year_2002": 4000000, "Year_2003": 4000000, "Year_2004": 4000000, "Year_2005": 3000000, "Year_2006": 2000000, "Year_2007": 3000000, "Year_2008": 3000000, "Year_2009": 2000000, "Year_2010": 3000000, "Year_2011": 3000000, "Year_2012": 2000000, "Year_2013": 2000000, "Year_2014": 2000000, "Year_2015": 3000000, "Year_2016": 2000000, "Year_2017": 2000000, "Year_2018": 2000000, "createdAt": "2020-03-10T12:19:03.879Z", "id": "YLgplY6wH5", "updatedAt": "2020-03-10T12:19:03.879Z" }, { "ACL": null, "Country_Code": "ASM", "Country_Name": "American Samoa", "Indicator_Code": "ST.INT.TRNX.CD", "Indicator_Name": "International tourism, expenditures for passenger transport items (current US$)", "Year_1995": 0, "Year_1996": 0, "Year_1997": 0, "Year_1998": 0, "Year_1999": 0, "Year_2000": 0, "Year_2001": 0, "Year_2002": 0, "Year_2003": 0, "Year_2004": 0, "Year_2005": 0, "Year_2006": 0, "Year_2007": 0, "Year_2008": 0, "Year_2009": 0, "Year_2010": 0, "Year_2011": 0, "Year_2012": 0, "Year_2013": 0, "Year_2014": 0, "Year_2015": 0, "Year_2016": 0, "Year_2017": 0, "Year_2018": 0, "createdAt": "2020-03-10T12:19:03.878Z", "id": "UzUnVxGLoi", "updatedAt": "2020-03-10T12:19:03.878Z" } ] } } }