Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.28 KB | None | 0 0
  1. ```
  2. {
  3.   "data": {
  4.     "getRevenueGroupByMonth": [
  5.       {
  6.         "January": [
  7.           {
  8.             "deskType": "null",
  9.             "placeType": "PrivateOffice",
  10.             "totalRevenueInMonth": 424657534.25
  11.           }
  12.         ]
  13.       },
  14.       {
  15.         "February": [
  16.           {
  17.             "deskType": "null",
  18.             "placeType": "PrivateOffice",
  19.             "totalRevenueInMonth": 383561643.84
  20.           }
  21.         ]
  22.       },
  23.       {
  24.         "March": [
  25.           {
  26.             "deskType": "null",
  27.             "placeType": "PrivateOffice",
  28.             "totalRevenueInMonth": 424657534.25
  29.           }
  30.         ]
  31.       },
  32.       {
  33.         "April": [
  34.           {
  35.             "deskType": "null",
  36.             "placeType": "PrivateOffice",
  37.             "totalRevenueInMonth": 410958904.11
  38.           }
  39.         ]
  40.       },
  41.       {
  42.         "May": [
  43.           {
  44.             "deskType": "null",
  45.             "placeType": "PrivateOffice",
  46.             "totalRevenueInMonth": 424657534.25
  47.           }
  48.         ]
  49.       },
  50.       {
  51.         "June": [
  52.           {
  53.             "deskType": "\"Fixed\"",
  54.             "placeType": "Desk",
  55.             "totalRevenueInMonth": 2101.96
  56.           },
  57.           {
  58.             "deskType": "\"Flexible\"",
  59.             "placeType": "Desk",
  60.             "totalRevenueInMonth": 79211.4
  61.           },
  62.           {
  63.             "deskType": "null",
  64.             "placeType": "PrivateOffice",
  65.             "totalRevenueInMonth": 493221381.34
  66.           }
  67.         ]
  68.       },
  69.       {
  70.         "July": [
  71.           {
  72.             "deskType": "\"Fixed\"",
  73.             "placeType": "Desk",
  74.             "totalRevenueInMonth": 2559.48
  75.           },
  76.           {
  77.             "deskType": "\"Flexible\"",
  78.             "placeType": "Desk",
  79.             "totalRevenueInMonth": 105691.63
  80.           },
  81.           {
  82.             "deskType": "null",
  83.             "placeType": "PrivateOffice",
  84.             "totalRevenueInMonth": 250458618.92
  85.           }
  86.         ]
  87.       },
  88.       {
  89.         "August": [
  90.           {
  91.             "deskType": "\"Fixed\"",
  92.             "placeType": "Desk",
  93.             "totalRevenueInMonth": 2026.14
  94.           },
  95.           {
  96.             "deskType": "\"Flexible\"",
  97.             "placeType": "Desk",
  98.             "totalRevenueInMonth": 105691.63
  99.           },
  100.           {
  101.             "deskType": "null",
  102.             "placeType": "PrivateOffice",
  103.             "totalRevenueInMonth": 94441701.49
  104.           }
  105.         ]
  106.       },
  107.       {
  108.         "September": [
  109.           {
  110.             "deskType": "\"Fixed\"",
  111.             "placeType": "Desk",
  112.             "totalRevenueInMonth": 1960.78
  113.           },
  114.           {
  115.             "deskType": "\"Flexible\"",
  116.             "placeType": "Desk",
  117.             "totalRevenueInMonth": 102282.22
  118.           },
  119.           {
  120.             "deskType": "null",
  121.             "placeType": "PrivateOffice",
  122.             "totalRevenueInMonth": 86635808.42
  123.           }
  124.         ]
  125.       },
  126.       {
  127.         "October": [
  128.           {
  129.             "deskType": "\"Fixed\"",
  130.             "placeType": "Desk",
  131.             "totalRevenueInMonth": 2026.14
  132.           },
  133.           {
  134.             "deskType": "\"Flexible\"",
  135.             "placeType": "Desk",
  136.             "totalRevenueInMonth": 105691.63
  137.           },
  138.           {
  139.             "deskType": "null",
  140.             "placeType": "PrivateOffice",
  141.             "totalRevenueInMonth": 89523668.7
  142.           }
  143.         ]
  144.       },
  145.       {
  146.         "November": [
  147.           {
  148.             "deskType": "\"Fixed\"",
  149.             "placeType": "Desk",
  150.             "totalRevenueInMonth": 1568.63
  151.           },
  152.           {
  153.             "deskType": "\"Flexible\"",
  154.             "placeType": "Desk",
  155.             "totalRevenueInMonth": 98883.53
  156.           },
  157.           {
  158.             "deskType": "null",
  159.             "placeType": "PrivateOffice",
  160.             "totalRevenueInMonth": 86568488.16
  161.           }
  162.         ]
  163.       },
  164.       {
  165.         "December": [
  166.           {
  167.             "deskType": "\"Flexible\"",
  168.             "placeType": "Desk",
  169.             "totalRevenueInMonth": 78688.52
  170.           },
  171.           {
  172.             "deskType": "null",
  173.             "placeType": "PrivateOffice",
  174.             "totalRevenueInMonth": 54819672.13
  175.           }
  176.         ]
  177.       }
  178.     ]
  179.   }
  180. }
  181. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement