catocli 2.1.1__py3-none-any.whl → 2.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (564) hide show
  1. catocli/Utils/clidriver.py +207 -211
  2. catocli/Utils/cliutils.py +178 -0
  3. catocli/__init__.py +1 -1
  4. catocli/parsers/custom/customLib.py +1 -1
  5. catocli/parsers/custom/export_sites/export_sites.py +121 -133
  6. catocli/parsers/customParserApiClient.py +1195 -0
  7. catocli/parsers/custom_private/__init__.py +2 -14
  8. catocli/parsers/mutation_accountManagement/__init__.py +45 -58
  9. catocli/parsers/mutation_accountManagement_addAccount/README.md +7 -5
  10. catocli/parsers/mutation_accountManagement_removeAccount/README.md +4 -5
  11. catocli/parsers/mutation_accountManagement_updateAccount/README.md +7 -5
  12. catocli/parsers/mutation_admin/__init__.py +84 -45
  13. catocli/parsers/mutation_admin_addAdmin/README.md +7 -5
  14. catocli/parsers/mutation_admin_addServicePrincipalAdmin/README.md +19 -0
  15. catocli/parsers/mutation_admin_removeAdmin/README.md +7 -5
  16. catocli/parsers/mutation_admin_removeServicePrincipalAdmin/README.md +19 -0
  17. catocli/parsers/mutation_admin_updateAdmin/README.md +8 -6
  18. catocli/parsers/mutation_admin_updateServicePrincipalAdmin/README.md +20 -0
  19. catocli/parsers/mutation_container/__init__.py +135 -135
  20. catocli/parsers/mutation_container_delete/README.md +7 -5
  21. catocli/parsers/mutation_container_fqdn_addValues/README.md +7 -5
  22. catocli/parsers/mutation_container_fqdn_createFromFile/README.md +7 -5
  23. catocli/parsers/mutation_container_fqdn_removeValues/README.md +7 -5
  24. catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +7 -5
  25. catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +7 -5
  26. catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +7 -5
  27. catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +7 -5
  28. catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +7 -5
  29. catocli/parsers/mutation_enterpriseDirectory/README.md +7 -0
  30. catocli/parsers/mutation_enterpriseDirectory/__init__.py +61 -0
  31. catocli/parsers/mutation_enterpriseDirectory_archiveLocation/README.md +19 -0
  32. catocli/parsers/mutation_enterpriseDirectory_createLocation/README.md +19 -0
  33. catocli/parsers/mutation_enterpriseDirectory_restoreLocation/README.md +19 -0
  34. catocli/parsers/mutation_enterpriseDirectory_updateLocation/README.md +19 -0
  35. catocli/parsers/mutation_groups/__init__.py +45 -45
  36. catocli/parsers/mutation_groups_createGroup/README.md +8 -6
  37. catocli/parsers/mutation_groups_deleteGroup/README.md +8 -6
  38. catocli/parsers/mutation_groups_updateGroup/README.md +8 -6
  39. catocli/parsers/mutation_hardware/__init__.py +16 -16
  40. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +7 -5
  41. catocli/parsers/mutation_policy/__init__.py +1302 -1302
  42. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +8 -6
  43. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +8 -6
  44. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +8 -6
  45. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +8 -6
  46. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +8 -6
  47. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +8 -6
  48. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +8 -6
  49. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +8 -6
  50. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +8 -6
  51. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +8 -6
  52. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +8 -6
  53. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +8 -6
  54. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +8 -6
  55. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +8 -6
  56. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +8 -6
  57. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +8 -6
  58. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +8 -6
  59. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +8 -6
  60. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +8 -6
  61. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +8 -6
  62. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +8 -6
  63. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +8 -6
  64. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +8 -6
  65. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +8 -6
  66. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +8 -6
  67. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +8 -6
  68. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +8 -6
  69. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +8 -6
  70. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +8 -6
  71. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +8 -6
  72. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +8 -6
  73. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +8 -6
  74. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +8 -6
  75. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +8 -6
  76. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +8 -6
  77. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +8 -6
  78. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +8 -6
  79. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +8 -6
  80. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +8 -6
  81. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +8 -6
  82. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +8 -6
  83. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +8 -6
  84. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +8 -6
  85. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +8 -6
  86. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +8 -6
  87. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +8 -6
  88. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +8 -6
  89. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +8 -6
  90. catocli/parsers/mutation_policy_socketLan_addRule/README.md +8 -6
  91. catocli/parsers/mutation_policy_socketLan_addSection/README.md +8 -6
  92. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +8 -6
  93. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +8 -6
  94. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +8 -6
  95. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +8 -6
  96. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +8 -6
  97. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +8 -6
  98. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +8 -6
  99. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +8 -6
  100. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +8 -6
  101. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +8 -6
  102. catocli/parsers/mutation_policy_terminalServer_addRule/README.md +8 -6
  103. catocli/parsers/mutation_policy_terminalServer_addSection/README.md +8 -6
  104. catocli/parsers/mutation_policy_terminalServer_createPolicyRevision/README.md +8 -6
  105. catocli/parsers/mutation_policy_terminalServer_discardPolicyRevision/README.md +8 -6
  106. catocli/parsers/mutation_policy_terminalServer_moveRule/README.md +8 -6
  107. catocli/parsers/mutation_policy_terminalServer_moveSection/README.md +8 -6
  108. catocli/parsers/mutation_policy_terminalServer_publishPolicyRevision/README.md +8 -6
  109. catocli/parsers/mutation_policy_terminalServer_removeRule/README.md +8 -6
  110. catocli/parsers/mutation_policy_terminalServer_removeSection/README.md +8 -6
  111. catocli/parsers/mutation_policy_terminalServer_updatePolicy/README.md +8 -6
  112. catocli/parsers/mutation_policy_terminalServer_updateRule/README.md +8 -6
  113. catocli/parsers/mutation_policy_terminalServer_updateSection/README.md +8 -6
  114. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +8 -6
  115. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +8 -6
  116. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +8 -6
  117. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +8 -6
  118. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +8 -6
  119. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +8 -6
  120. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +8 -6
  121. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +8 -6
  122. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +8 -6
  123. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +8 -6
  124. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +8 -6
  125. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +8 -6
  126. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +8 -6
  127. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +8 -6
  128. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +8 -6
  129. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +8 -6
  130. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +8 -6
  131. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +8 -6
  132. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +8 -6
  133. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +8 -6
  134. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +8 -6
  135. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +8 -6
  136. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +8 -6
  137. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +8 -6
  138. catocli/parsers/mutation_sandbox/__init__.py +27 -27
  139. catocli/parsers/mutation_sandbox_deleteReport/README.md +7 -5
  140. catocli/parsers/mutation_sandbox_uploadFile/README.md +7 -5
  141. catocli/parsers/mutation_site/__init__.py +474 -474
  142. catocli/parsers/mutation_site_addBgpPeer/README.md +7 -5
  143. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +7 -5
  144. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +7 -5
  145. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +7 -5
  146. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +8 -6
  147. catocli/parsers/mutation_site_addNetworkRange/README.md +8 -6
  148. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +7 -5
  149. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +7 -5
  150. catocli/parsers/mutation_site_addSocketAddOnCard/README.md +7 -5
  151. catocli/parsers/mutation_site_addSocketSite/README.md +7 -5
  152. catocli/parsers/mutation_site_addStaticHost/README.md +8 -6
  153. catocli/parsers/mutation_site_assignSiteBwLicense/README.md +7 -5
  154. catocli/parsers/mutation_site_removeBgpPeer/README.md +7 -5
  155. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +7 -5
  156. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +8 -6
  157. catocli/parsers/mutation_site_removeNetworkRange/README.md +7 -5
  158. catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +7 -5
  159. catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +7 -5
  160. catocli/parsers/mutation_site_removeSite/README.md +7 -5
  161. catocli/parsers/mutation_site_removeSiteBwLicense/README.md +7 -5
  162. catocli/parsers/mutation_site_removeSocketAddOnCard/README.md +7 -5
  163. catocli/parsers/mutation_site_removeStaticHost/README.md +7 -5
  164. catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +7 -5
  165. catocli/parsers/mutation_site_startSiteUpgrade/README.md +7 -5
  166. catocli/parsers/mutation_site_updateBgpPeer/README.md +7 -5
  167. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +7 -5
  168. catocli/parsers/mutation_site_updateHa/README.md +8 -6
  169. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
  170. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +8 -6
  171. catocli/parsers/mutation_site_updateNetworkRange/README.md +8 -6
  172. catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +7 -5
  173. catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +7 -5
  174. catocli/parsers/mutation_site_updateSiteBwLicense/README.md +7 -5
  175. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +8 -6
  176. catocli/parsers/mutation_site_updateSocketInterface/README.md +9 -7
  177. catocli/parsers/mutation_site_updateStaticHost/README.md +8 -6
  178. catocli/parsers/mutation_sites/__init__.py +474 -474
  179. catocli/parsers/mutation_sites_addBgpPeer/README.md +7 -5
  180. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +7 -5
  181. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +7 -5
  182. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +7 -5
  183. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +8 -6
  184. catocli/parsers/mutation_sites_addNetworkRange/README.md +8 -6
  185. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +7 -5
  186. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +7 -5
  187. catocli/parsers/mutation_sites_addSocketAddOnCard/README.md +7 -5
  188. catocli/parsers/mutation_sites_addSocketSite/README.md +7 -5
  189. catocli/parsers/mutation_sites_addStaticHost/README.md +8 -6
  190. catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +7 -5
  191. catocli/parsers/mutation_sites_removeBgpPeer/README.md +7 -5
  192. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +7 -5
  193. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +8 -6
  194. catocli/parsers/mutation_sites_removeNetworkRange/README.md +7 -5
  195. catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +7 -5
  196. catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +7 -5
  197. catocli/parsers/mutation_sites_removeSite/README.md +7 -5
  198. catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +7 -5
  199. catocli/parsers/mutation_sites_removeSocketAddOnCard/README.md +7 -5
  200. catocli/parsers/mutation_sites_removeStaticHost/README.md +7 -5
  201. catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +7 -5
  202. catocli/parsers/mutation_sites_startSiteUpgrade/README.md +7 -5
  203. catocli/parsers/mutation_sites_updateBgpPeer/README.md +7 -5
  204. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +7 -5
  205. catocli/parsers/mutation_sites_updateHa/README.md +8 -6
  206. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
  207. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +8 -6
  208. catocli/parsers/mutation_sites_updateNetworkRange/README.md +8 -6
  209. catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +7 -5
  210. catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +7 -5
  211. catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +7 -5
  212. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +8 -6
  213. catocli/parsers/mutation_sites_updateSocketInterface/README.md +9 -7
  214. catocli/parsers/mutation_sites_updateStaticHost/README.md +8 -6
  215. catocli/parsers/mutation_xdr/__init__.py +45 -45
  216. catocli/parsers/mutation_xdr_addStoryComment/README.md +7 -5
  217. catocli/parsers/mutation_xdr_analystFeedback/README.md +7 -6
  218. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +7 -5
  219. catocli/parsers/query_accountBySubdomain/README.md +7 -5
  220. catocli/parsers/query_accountBySubdomain/__init__.py +12 -12
  221. catocli/parsers/query_accountManagement/README.md +4 -5
  222. catocli/parsers/query_accountManagement/__init__.py +12 -12
  223. catocli/parsers/query_accountMetrics/README.md +20 -18
  224. catocli/parsers/query_accountMetrics/__init__.py +12 -12
  225. catocli/parsers/query_accountRoles/README.md +7 -5
  226. catocli/parsers/query_accountRoles/__init__.py +12 -12
  227. catocli/parsers/query_accountSnapshot/README.md +8 -6
  228. catocli/parsers/query_accountSnapshot/__init__.py +12 -12
  229. catocli/parsers/query_admin/README.md +7 -5
  230. catocli/parsers/query_admin/__init__.py +12 -12
  231. catocli/parsers/query_admins/README.md +11 -9
  232. catocli/parsers/query_admins/__init__.py +12 -12
  233. catocli/parsers/query_appStats/README.md +20 -11
  234. catocli/parsers/query_appStats/__init__.py +12 -12
  235. catocli/parsers/query_appStatsTimeSeries/README.md +21 -12
  236. catocli/parsers/query_appStatsTimeSeries/__init__.py +12 -12
  237. catocli/parsers/query_auditFeed/README.md +10 -8
  238. catocli/parsers/query_auditFeed/__init__.py +12 -12
  239. catocli/parsers/query_catalogs/README.md +9 -7
  240. catocli/parsers/query_catalogs/__init__.py +12 -12
  241. catocli/parsers/query_container/README.md +13 -11
  242. catocli/parsers/query_container/__init__.py +12 -12
  243. catocli/parsers/query_devices/README.md +10 -8
  244. catocli/parsers/query_devices/__init__.py +12 -12
  245. catocli/parsers/query_enterpriseDirectory/README.md +19 -0
  246. catocli/parsers/query_enterpriseDirectory/__init__.py +16 -0
  247. catocli/parsers/query_entityLookup/README.md +19 -17
  248. catocli/parsers/query_entityLookup/__init__.py +12 -12
  249. catocli/parsers/query_events/README.md +13 -11
  250. catocli/parsers/query_events/__init__.py +12 -12
  251. catocli/parsers/query_eventsFeed/README.md +9 -7
  252. catocli/parsers/query_eventsFeed/__init__.py +12 -12
  253. catocli/parsers/query_eventsTimeSeries/README.md +14 -12
  254. catocli/parsers/query_eventsTimeSeries/__init__.py +12 -12
  255. catocli/parsers/query_groups/__init__.py +51 -51
  256. catocli/parsers/query_groups_groupList/README.md +8 -6
  257. catocli/parsers/query_groups_group_members/README.md +8 -6
  258. catocli/parsers/query_groups_whereUsed/README.md +7 -5
  259. catocli/parsers/query_hardware/README.md +7 -5
  260. catocli/parsers/query_hardware/__init__.py +12 -12
  261. catocli/parsers/query_hardwareManagement/README.md +7 -5
  262. catocli/parsers/query_hardwareManagement/__init__.py +12 -12
  263. catocli/parsers/query_licensing/README.md +4 -5
  264. catocli/parsers/query_licensing/__init__.py +12 -12
  265. catocli/parsers/query_policy/__init__.py +158 -158
  266. catocli/parsers/query_policy_appTenantRestriction_policy/README.md +7 -5
  267. catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +7 -5
  268. catocli/parsers/query_policy_internetFirewall_policy/README.md +7 -5
  269. catocli/parsers/query_policy_remotePortFwd_policy/README.md +7 -5
  270. catocli/parsers/query_policy_socketLan_policy/README.md +7 -5
  271. catocli/parsers/query_policy_terminalServer_policy/README.md +7 -5
  272. catocli/parsers/query_policy_wanFirewall_policy/README.md +7 -5
  273. catocli/parsers/query_policy_wanNetwork_policy/README.md +7 -5
  274. catocli/parsers/query_popLocations/README.md +7 -5
  275. catocli/parsers/query_popLocations/__init__.py +12 -12
  276. catocli/parsers/query_sandbox/README.md +7 -5
  277. catocli/parsers/query_sandbox/__init__.py +12 -12
  278. catocli/parsers/query_servicePrincipalAdmin/README.md +19 -0
  279. catocli/parsers/query_servicePrincipalAdmin/__init__.py +16 -0
  280. catocli/parsers/query_site/__init__.py +123 -123
  281. catocli/parsers/query_siteLocation/__init__.py +10 -10
  282. catocli/parsers/query_site_availableVersionList/README.md +7 -5
  283. catocli/parsers/query_site_bgpPeer/README.md +7 -5
  284. catocli/parsers/query_site_bgpPeerList/README.md +7 -5
  285. catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +7 -5
  286. catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +7 -5
  287. catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +7 -5
  288. catocli/parsers/query_site_secondaryAwsVSocket/README.md +7 -5
  289. catocli/parsers/query_site_secondaryAzureVSocket/README.md +7 -5
  290. catocli/parsers/query_site_siteBgpStatus/README.md +7 -5
  291. catocli/parsers/query_socketPortMetrics/README.md +13 -11
  292. catocli/parsers/query_socketPortMetrics/__init__.py +12 -12
  293. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +14 -12
  294. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +12 -12
  295. catocli/parsers/query_subDomains/README.md +7 -5
  296. catocli/parsers/query_subDomains/__init__.py +12 -12
  297. catocli/parsers/query_xdr/__init__.py +27 -27
  298. catocli/parsers/query_xdr_stories/README.md +7 -6
  299. catocli/parsers/query_xdr_story/README.md +9 -8
  300. catocli/parsers/raw/__init__.py +9 -9
  301. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/METADATA +1 -1
  302. catocli-2.1.3.dist-info/RECORD +660 -0
  303. models/mutation.accountManagement.addAccount.json +5 -15
  304. models/mutation.accountManagement.updateAccount.json +1 -3
  305. models/mutation.admin.addAdmin.json +14 -35
  306. models/mutation.admin.addServicePrincipalAdmin.json +2554 -0
  307. models/mutation.admin.removeAdmin.json +1 -1
  308. models/mutation.admin.removeServicePrincipalAdmin.json +201 -0
  309. models/mutation.admin.updateAdmin.json +13 -30
  310. models/mutation.admin.updateServicePrincipalAdmin.json +2554 -0
  311. models/mutation.container.delete.json +9 -435
  312. models/mutation.container.fqdn.addValues.json +6 -11
  313. models/mutation.container.fqdn.createFromFile.json +4 -12
  314. models/mutation.container.fqdn.removeValues.json +6 -11
  315. models/mutation.container.fqdn.updateFromFile.json +5 -15
  316. models/mutation.container.ipAddressRange.addValues.json +4 -12
  317. models/mutation.container.ipAddressRange.createFromFile.json +4 -12
  318. models/mutation.container.ipAddressRange.removeValues.json +4 -12
  319. models/mutation.container.ipAddressRange.updateFromFile.json +5 -15
  320. models/mutation.enterpriseDirectory.archiveLocation.json +1046 -0
  321. models/mutation.enterpriseDirectory.createLocation.json +2521 -0
  322. models/mutation.enterpriseDirectory.restoreLocation.json +1046 -0
  323. models/mutation.enterpriseDirectory.updateLocation.json +2567 -0
  324. models/mutation.groups.createGroup.json +39 -171
  325. models/mutation.groups.deleteGroup.json +36 -162
  326. models/mutation.groups.updateGroup.json +41 -177
  327. models/mutation.hardware.updateHardwareShipping.json +18 -47
  328. models/mutation.policy.appTenantRestriction.addRule.json +50 -136
  329. models/mutation.policy.appTenantRestriction.addSection.json +4 -12
  330. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3 -9
  331. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +2 -6
  332. models/mutation.policy.appTenantRestriction.moveRule.json +4 -12
  333. models/mutation.policy.appTenantRestriction.moveSection.json +4 -12
  334. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3 -9
  335. models/mutation.policy.appTenantRestriction.removeRule.json +2 -6
  336. models/mutation.policy.appTenantRestriction.removeSection.json +2 -6
  337. models/mutation.policy.appTenantRestriction.updatePolicy.json +2 -6
  338. models/mutation.policy.appTenantRestriction.updateRule.json +49 -133
  339. models/mutation.policy.appTenantRestriction.updateSection.json +3 -9
  340. models/mutation.policy.dynamicIpAllocation.addRule.json +15 -45
  341. models/mutation.policy.dynamicIpAllocation.addSection.json +4 -12
  342. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +3 -9
  343. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2 -6
  344. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -12
  345. models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -12
  346. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +3 -9
  347. models/mutation.policy.dynamicIpAllocation.removeRule.json +2 -6
  348. models/mutation.policy.dynamicIpAllocation.removeSection.json +2 -6
  349. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2 -6
  350. models/mutation.policy.dynamicIpAllocation.updateRule.json +14 -42
  351. models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -9
  352. models/mutation.policy.internetFirewall.addRule.json +248 -542
  353. models/mutation.policy.internetFirewall.addSection.json +4 -12
  354. models/mutation.policy.internetFirewall.createPolicyRevision.json +3 -9
  355. models/mutation.policy.internetFirewall.discardPolicyRevision.json +2 -6
  356. models/mutation.policy.internetFirewall.moveRule.json +4 -12
  357. models/mutation.policy.internetFirewall.moveSection.json +4 -12
  358. models/mutation.policy.internetFirewall.publishPolicyRevision.json +3 -9
  359. models/mutation.policy.internetFirewall.removeRule.json +2 -6
  360. models/mutation.policy.internetFirewall.removeSection.json +2 -6
  361. models/mutation.policy.internetFirewall.updatePolicy.json +2 -6
  362. models/mutation.policy.internetFirewall.updateRule.json +247 -539
  363. models/mutation.policy.internetFirewall.updateSection.json +3 -9
  364. models/mutation.policy.remotePortFwd.addRule.json +35 -91
  365. models/mutation.policy.remotePortFwd.addSection.json +4 -12
  366. models/mutation.policy.remotePortFwd.createPolicyRevision.json +3 -9
  367. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2 -6
  368. models/mutation.policy.remotePortFwd.moveRule.json +4 -12
  369. models/mutation.policy.remotePortFwd.moveSection.json +4 -12
  370. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +3 -9
  371. models/mutation.policy.remotePortFwd.removeRule.json +2 -6
  372. models/mutation.policy.remotePortFwd.removeSection.json +2 -6
  373. models/mutation.policy.remotePortFwd.updatePolicy.json +2 -6
  374. models/mutation.policy.remotePortFwd.updateRule.json +34 -88
  375. models/mutation.policy.remotePortFwd.updateSection.json +3 -9
  376. models/mutation.policy.socketLan.addRule.json +78 -185
  377. models/mutation.policy.socketLan.addSection.json +4 -12
  378. models/mutation.policy.socketLan.createPolicyRevision.json +3 -9
  379. models/mutation.policy.socketLan.discardPolicyRevision.json +2 -6
  380. models/mutation.policy.socketLan.moveRule.json +4 -12
  381. models/mutation.policy.socketLan.moveSection.json +4 -12
  382. models/mutation.policy.socketLan.publishPolicyRevision.json +3 -9
  383. models/mutation.policy.socketLan.removeRule.json +2 -6
  384. models/mutation.policy.socketLan.removeSection.json +2 -6
  385. models/mutation.policy.socketLan.updatePolicy.json +2 -6
  386. models/mutation.policy.socketLan.updateRule.json +77 -182
  387. models/mutation.policy.socketLan.updateSection.json +3 -9
  388. models/mutation.policy.terminalServer.addRule.json +10 -30
  389. models/mutation.policy.terminalServer.addSection.json +4 -12
  390. models/mutation.policy.terminalServer.createPolicyRevision.json +3 -9
  391. models/mutation.policy.terminalServer.discardPolicyRevision.json +2 -6
  392. models/mutation.policy.terminalServer.moveRule.json +4 -12
  393. models/mutation.policy.terminalServer.moveSection.json +4 -12
  394. models/mutation.policy.terminalServer.publishPolicyRevision.json +3 -9
  395. models/mutation.policy.terminalServer.removeRule.json +2 -6
  396. models/mutation.policy.terminalServer.removeSection.json +2 -6
  397. models/mutation.policy.terminalServer.updatePolicy.json +2 -6
  398. models/mutation.policy.terminalServer.updateRule.json +9 -27
  399. models/mutation.policy.terminalServer.updateSection.json +3 -9
  400. models/mutation.policy.wanFirewall.addRule.json +290 -654
  401. models/mutation.policy.wanFirewall.addSection.json +4 -12
  402. models/mutation.policy.wanFirewall.createPolicyRevision.json +3 -9
  403. models/mutation.policy.wanFirewall.discardPolicyRevision.json +2 -6
  404. models/mutation.policy.wanFirewall.moveRule.json +4 -12
  405. models/mutation.policy.wanFirewall.moveSection.json +4 -12
  406. models/mutation.policy.wanFirewall.publishPolicyRevision.json +3 -9
  407. models/mutation.policy.wanFirewall.removeRule.json +2 -6
  408. models/mutation.policy.wanFirewall.removeSection.json +2 -6
  409. models/mutation.policy.wanFirewall.updatePolicy.json +2 -6
  410. models/mutation.policy.wanFirewall.updateRule.json +289 -651
  411. models/mutation.policy.wanFirewall.updateSection.json +3 -9
  412. models/mutation.policy.wanNetwork.addRule.json +204 -514
  413. models/mutation.policy.wanNetwork.addSection.json +4 -12
  414. models/mutation.policy.wanNetwork.createPolicyRevision.json +3 -9
  415. models/mutation.policy.wanNetwork.discardPolicyRevision.json +2 -6
  416. models/mutation.policy.wanNetwork.moveRule.json +4 -12
  417. models/mutation.policy.wanNetwork.moveSection.json +4 -12
  418. models/mutation.policy.wanNetwork.publishPolicyRevision.json +3 -9
  419. models/mutation.policy.wanNetwork.removeRule.json +2 -6
  420. models/mutation.policy.wanNetwork.removeSection.json +2 -6
  421. models/mutation.policy.wanNetwork.updatePolicy.json +2 -6
  422. models/mutation.policy.wanNetwork.updateRule.json +203 -511
  423. models/mutation.policy.wanNetwork.updateSection.json +3 -9
  424. models/mutation.sandbox.deleteReport.json +1 -3
  425. models/mutation.sandbox.uploadFile.json +1 -3
  426. models/mutation.site.addBgpPeer.json +48 -123
  427. models/mutation.site.addCloudInterconnectPhysicalConnection.json +12 -36
  428. models/mutation.site.addCloudInterconnectSite.json +8 -24
  429. models/mutation.site.addIpsecIkeV2Site.json +10 -30
  430. models/mutation.site.addIpsecIkeV2SiteTunnels.json +14 -40
  431. models/mutation.site.addNetworkRange.json +15 -43
  432. models/mutation.site.addSecondaryAwsVSocket.json +5 -15
  433. models/mutation.site.addSecondaryAzureVSocket.json +4 -12
  434. models/mutation.site.addSocketAddOnCard.json +4 -12
  435. models/mutation.site.addSocketSite.json +12 -36
  436. models/mutation.site.addStaticHost.json +4 -10
  437. models/mutation.site.assignSiteBwLicense.json +120 -11782
  438. models/mutation.site.removeBgpPeer.json +1 -3
  439. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +1 -3
  440. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -4
  441. models/mutation.site.removeNetworkRange.json +1 -1
  442. models/mutation.site.removeSecondaryAwsVSocket.json +1 -1
  443. models/mutation.site.removeSecondaryAzureVSocket.json +1 -1
  444. models/mutation.site.removeSite.json +1 -1
  445. models/mutation.site.removeSiteBwLicense.json +119 -11779
  446. models/mutation.site.removeSocketAddOnCard.json +3 -9
  447. models/mutation.site.removeStaticHost.json +1 -1
  448. models/mutation.site.replaceSiteBwLicense.json +121 -11785
  449. models/mutation.site.startSiteUpgrade.json +3 -9
  450. models/mutation.site.updateBgpPeer.json +47 -120
  451. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +10 -30
  452. models/mutation.site.updateHa.json +4 -10
  453. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
  454. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +15 -43
  455. models/mutation.site.updateNetworkRange.json +15 -43
  456. models/mutation.site.updateSecondaryAwsVSocket.json +4 -12
  457. models/mutation.site.updateSecondaryAzureVSocket.json +3 -9
  458. models/mutation.site.updateSiteBwLicense.json +120 -11782
  459. models/mutation.site.updateSiteGeneralDetails.json +14 -40
  460. models/mutation.site.updateSocketInterface.json +26 -74
  461. models/mutation.site.updateStaticHost.json +4 -10
  462. models/mutation.sites.addBgpPeer.json +48 -123
  463. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +12 -36
  464. models/mutation.sites.addCloudInterconnectSite.json +8 -24
  465. models/mutation.sites.addIpsecIkeV2Site.json +10 -30
  466. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +14 -40
  467. models/mutation.sites.addNetworkRange.json +15 -43
  468. models/mutation.sites.addSecondaryAwsVSocket.json +5 -15
  469. models/mutation.sites.addSecondaryAzureVSocket.json +4 -12
  470. models/mutation.sites.addSocketAddOnCard.json +4 -12
  471. models/mutation.sites.addSocketSite.json +12 -36
  472. models/mutation.sites.addStaticHost.json +4 -10
  473. models/mutation.sites.assignSiteBwLicense.json +120 -11782
  474. models/mutation.sites.removeBgpPeer.json +1 -3
  475. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +1 -3
  476. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -4
  477. models/mutation.sites.removeNetworkRange.json +1 -1
  478. models/mutation.sites.removeSecondaryAwsVSocket.json +1 -1
  479. models/mutation.sites.removeSecondaryAzureVSocket.json +1 -1
  480. models/mutation.sites.removeSite.json +1 -1
  481. models/mutation.sites.removeSiteBwLicense.json +119 -11779
  482. models/mutation.sites.removeSocketAddOnCard.json +3 -9
  483. models/mutation.sites.removeStaticHost.json +1 -1
  484. models/mutation.sites.replaceSiteBwLicense.json +121 -11785
  485. models/mutation.sites.startSiteUpgrade.json +3 -9
  486. models/mutation.sites.updateBgpPeer.json +47 -120
  487. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +10 -30
  488. models/mutation.sites.updateHa.json +4 -10
  489. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
  490. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +15 -43
  491. models/mutation.sites.updateNetworkRange.json +15 -43
  492. models/mutation.sites.updateSecondaryAwsVSocket.json +4 -12
  493. models/mutation.sites.updateSecondaryAzureVSocket.json +3 -9
  494. models/mutation.sites.updateSiteBwLicense.json +120 -11782
  495. models/mutation.sites.updateSiteGeneralDetails.json +14 -40
  496. models/mutation.sites.updateSocketInterface.json +26 -74
  497. models/mutation.sites.updateStaticHost.json +4 -10
  498. models/mutation.xdr.addStoryComment.json +15 -113
  499. models/mutation.xdr.analystFeedback.json +229 -26307
  500. models/mutation.xdr.deleteStoryComment.json +15 -113
  501. models/query.accountBySubdomain.json +2 -1
  502. models/query.accountMetrics.json +15 -12
  503. models/query.accountRoles.json +1 -1
  504. models/query.accountSnapshot.json +4 -2
  505. models/query.admin.json +1 -1
  506. models/query.admins.json +7 -10
  507. models/query.appStats.json +633 -33
  508. models/query.appStatsTimeSeries.json +15 -28
  509. models/query.auditFeed.json +225 -16
  510. models/query.catalogs.json +106 -215
  511. models/query.container.json +21 -471
  512. models/query.devices.json +333 -620
  513. models/query.enterpriseDirectory.json +3596 -0
  514. models/query.entityLookup.json +15 -27
  515. models/query.events.json +1875 -33
  516. models/query.eventsFeed.json +30 -14
  517. models/query.eventsTimeSeries.json +15 -28
  518. models/query.groups.group.members.json +23 -55
  519. models/query.groups.groupList.json +87 -266
  520. models/query.groups.whereUsed.json +2 -6
  521. models/query.hardware.json +92 -192
  522. models/query.hardwareManagement.json +21 -63
  523. models/query.licensing.json +76 -11721
  524. models/query.policy.appTenantRestriction.policy.json +2 -6
  525. models/query.policy.dynamicIpAllocation.policy.json +2 -6
  526. models/query.policy.internetFirewall.policy.json +2 -6
  527. models/query.policy.remotePortFwd.policy.json +2 -6
  528. models/query.policy.socketLan.policy.json +2 -6
  529. models/query.policy.terminalServer.policy.json +2 -6
  530. models/query.policy.wanFirewall.policy.json +2 -6
  531. models/query.policy.wanNetwork.policy.json +2 -6
  532. models/query.popLocations.json +34 -74
  533. models/query.sandbox.json +44 -83
  534. models/query.servicePrincipalAdmin.json +1098 -0
  535. models/query.site.availableVersionList.json +4 -5
  536. models/query.site.bgpPeer.json +2 -6
  537. models/query.site.bgpPeerList.json +2 -6
  538. models/query.site.cloudInterconnectConnectionConnectivity.json +1 -3
  539. models/query.site.cloudInterconnectPhysicalConnection.json +1 -3
  540. models/query.site.cloudInterconnectPhysicalConnectionId.json +3 -9
  541. models/query.site.secondaryAwsVSocket.json +1 -1
  542. models/query.site.secondaryAzureVSocket.json +1 -1
  543. models/query.site.siteBgpStatus.json +2 -6
  544. models/query.socketPortMetrics.json +465 -33
  545. models/query.socketPortMetricsTimeSeries.json +15 -28
  546. models/query.subDomains.json +1 -1
  547. models/query.xdr.stories.json +306 -26440
  548. models/query.xdr.story.json +40 -26100
  549. schema/catolib.py +1255 -972
  550. schema/importSchema.py +53 -48
  551. catocli/parsers/mutation/README.md +0 -4
  552. catocli/parsers/mutation_accountManagement_disableAccount/README.md +0 -16
  553. catocli/parsers/parserApiClient.py +0 -948
  554. catocli/parsers/query/README.md +0 -3
  555. catocli-2.1.1.dist-info/RECORD +0 -645
  556. models/mutation.accountManagement.disableAccount.json +0 -545
  557. models/query.policy.json +0 -40899
  558. models/query.site.json +0 -5688
  559. schema/remove_policyid.py +0 -89
  560. schema/remove_policyid_mutations.py +0 -89
  561. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/WHEEL +0 -0
  562. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/entry_points.txt +0 -0
  563. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/licenses/LICENSE +0 -0
  564. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3596 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "deprecationReason": null,
24
+ "description": null,
25
+ "fieldTypes": {
26
+ "AccountFilter": true,
27
+ "AccountInclusion": true,
28
+ "AccountRef": true,
29
+ "ActorRef": true,
30
+ "AddressValidationStatus": true,
31
+ "AuditingMetadata": true,
32
+ "ContactDetails": true,
33
+ "CountryRef": true,
34
+ "EnterpriseDirectoryLocationListPayload": true,
35
+ "FreeTextFilterInput": true,
36
+ "IdFilterInput": true,
37
+ "Location": true,
38
+ "LocationDetails": true,
39
+ "LocationFilterInput": true,
40
+ "LocationSortInput": true,
41
+ "LocationType": true,
42
+ "LocationTypeFilterInput": true,
43
+ "PageInfo": true,
44
+ "PagingInput": true,
45
+ "PostalAddress": true,
46
+ "SortOrder": true,
47
+ "SortOrderInput": true,
48
+ "StringFilterInput": true
49
+ },
50
+ "isDeprecated": false,
51
+ "name": "enterpriseDirectory",
52
+ "operationArgs": {
53
+ "accountId": {
54
+ "defaultValue": null,
55
+ "description": null,
56
+ "id_str": "accountId",
57
+ "name": "accountId",
58
+ "path": "accountId",
59
+ "requestStr": "$accountId:ID! ",
60
+ "required": true,
61
+ "responseStr": "accountId:$accountId ",
62
+ "type": {
63
+ "kind": [
64
+ "NON_NULL",
65
+ "SCALAR"
66
+ ],
67
+ "name": "ID",
68
+ "non_null": false
69
+ },
70
+ "varName": "accountId"
71
+ },
72
+ "enterpriseDirectoryLocationListInput": {
73
+ "defaultValue": null,
74
+ "description": null,
75
+ "id_str": "locationList___input",
76
+ "name": "input",
77
+ "path": "locationList.input",
78
+ "requestStr": "$enterpriseDirectoryLocationListInput:EnterpriseDirectoryLocationListInput ",
79
+ "required": false,
80
+ "responseStr": "input:$enterpriseDirectoryLocationListInput ",
81
+ "type": {
82
+ "definition": {
83
+ "description": null,
84
+ "enumValues": null,
85
+ "fields": null,
86
+ "inputFields": {
87
+ "filter": {
88
+ "defaultValue": null,
89
+ "description": null,
90
+ "id_str": "locationList___input___filter",
91
+ "name": "filter",
92
+ "path": "locationList.input.filter",
93
+ "requestStr": "$locationFilterInput:LocationFilterInput ",
94
+ "required": false,
95
+ "responseStr": "filter:$locationFilterInput ",
96
+ "type": {
97
+ "definition": {
98
+ "description": null,
99
+ "enumValues": null,
100
+ "fields": null,
101
+ "inputFields": {
102
+ "account": {
103
+ "defaultValue": null,
104
+ "description": null,
105
+ "id_str": "locationList___input___filter___account",
106
+ "name": "account",
107
+ "path": "locationList.input.filter.account",
108
+ "requestStr": "$accountFilter:[AccountFilter] ",
109
+ "required": false,
110
+ "responseStr": "account:$accountFilter ",
111
+ "type": {
112
+ "definition": {
113
+ "description": null,
114
+ "enumValues": null,
115
+ "fields": null,
116
+ "inputFields": {
117
+ "accountInclusion": {
118
+ "defaultValue": null,
119
+ "description": null,
120
+ "id_str": "locationList___input___filter___account___accountInclusion",
121
+ "name": "accountInclusion",
122
+ "path": "locationList.input.filter.account.accountInclusion",
123
+ "requestStr": "$accountInclusion:AccountInclusion ",
124
+ "required": false,
125
+ "responseStr": "accountInclusion:$accountInclusion ",
126
+ "type": {
127
+ "definition": {
128
+ "description": null,
129
+ "enumValues": [
130
+ {
131
+ "deprecationReason": null,
132
+ "description": null,
133
+ "isDeprecated": false,
134
+ "name": "ALL_ACCOUNTS"
135
+ },
136
+ {
137
+ "deprecationReason": null,
138
+ "description": null,
139
+ "isDeprecated": false,
140
+ "name": "MANAGED_ACCOUNTS_ONLY"
141
+ }
142
+ ],
143
+ "fields": null,
144
+ "inputFields": null,
145
+ "interfaces": null,
146
+ "kind": "ENUM",
147
+ "name": "AccountInclusion",
148
+ "possibleTypes": null
149
+ },
150
+ "indexType": "enum",
151
+ "kind": [
152
+ "ENUM"
153
+ ],
154
+ "name": "AccountInclusion",
155
+ "non_null": false
156
+ },
157
+ "varName": "accountInclusion"
158
+ },
159
+ "in": {
160
+ "defaultValue": null,
161
+ "description": null,
162
+ "id_str": "locationList___input___filter___account___in",
163
+ "name": "in",
164
+ "path": "locationList.input.filter.account.in",
165
+ "requestStr": "$in:[ID] ",
166
+ "required": false,
167
+ "responseStr": "in:$in ",
168
+ "type": {
169
+ "kind": [
170
+ "LIST",
171
+ "NON_NULL",
172
+ "SCALAR"
173
+ ],
174
+ "name": "ID",
175
+ "non_null": false
176
+ },
177
+ "varName": "in"
178
+ }
179
+ },
180
+ "interfaces": null,
181
+ "kind": "INPUT_OBJECT",
182
+ "name": "AccountFilter",
183
+ "possibleTypes": null
184
+ },
185
+ "indexType": "input_object",
186
+ "kind": [
187
+ "LIST",
188
+ "NON_NULL",
189
+ "INPUT_OBJECT"
190
+ ],
191
+ "name": "AccountFilter",
192
+ "non_null": false
193
+ },
194
+ "varName": "accountFilter"
195
+ },
196
+ "countryCode": {
197
+ "defaultValue": null,
198
+ "description": null,
199
+ "id_str": "locationList___input___filter___countryCode",
200
+ "name": "countryCode",
201
+ "path": "locationList.input.filter.countryCode",
202
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
203
+ "required": false,
204
+ "responseStr": "countryCode:$stringFilterInput ",
205
+ "type": {
206
+ "definition": {
207
+ "description": null,
208
+ "enumValues": null,
209
+ "fields": null,
210
+ "inputFields": {
211
+ "eq": {
212
+ "defaultValue": null,
213
+ "description": null,
214
+ "id_str": "locationList___input___filter___countryCode___eq",
215
+ "name": "eq",
216
+ "path": "locationList.input.filter.countryCode.eq",
217
+ "requestStr": "$eq:String ",
218
+ "required": false,
219
+ "responseStr": "eq:$eq ",
220
+ "type": {
221
+ "kind": [
222
+ "SCALAR"
223
+ ],
224
+ "name": "String",
225
+ "non_null": false
226
+ },
227
+ "varName": "eq"
228
+ },
229
+ "in": {
230
+ "defaultValue": null,
231
+ "description": null,
232
+ "id_str": "locationList___input___filter___countryCode___in",
233
+ "name": "in",
234
+ "path": "locationList.input.filter.countryCode.in",
235
+ "requestStr": "$in:[String] ",
236
+ "required": false,
237
+ "responseStr": "in:$in ",
238
+ "type": {
239
+ "kind": [
240
+ "LIST",
241
+ "NON_NULL",
242
+ "SCALAR"
243
+ ],
244
+ "name": "String",
245
+ "non_null": false
246
+ },
247
+ "varName": "in"
248
+ },
249
+ "neq": {
250
+ "defaultValue": null,
251
+ "description": null,
252
+ "id_str": "locationList___input___filter___countryCode___neq",
253
+ "name": "neq",
254
+ "path": "locationList.input.filter.countryCode.neq",
255
+ "requestStr": "$neq:String ",
256
+ "required": false,
257
+ "responseStr": "neq:$neq ",
258
+ "type": {
259
+ "kind": [
260
+ "SCALAR"
261
+ ],
262
+ "name": "String",
263
+ "non_null": false
264
+ },
265
+ "varName": "neq"
266
+ },
267
+ "nin": {
268
+ "defaultValue": null,
269
+ "description": null,
270
+ "id_str": "locationList___input___filter___countryCode___nin",
271
+ "name": "nin",
272
+ "path": "locationList.input.filter.countryCode.nin",
273
+ "requestStr": "$nin:[String] ",
274
+ "required": false,
275
+ "responseStr": "nin:$nin ",
276
+ "type": {
277
+ "kind": [
278
+ "LIST",
279
+ "NON_NULL",
280
+ "SCALAR"
281
+ ],
282
+ "name": "String",
283
+ "non_null": false
284
+ },
285
+ "varName": "nin"
286
+ }
287
+ },
288
+ "interfaces": null,
289
+ "kind": "INPUT_OBJECT",
290
+ "name": "StringFilterInput",
291
+ "possibleTypes": null
292
+ },
293
+ "indexType": "input_object",
294
+ "kind": [
295
+ "LIST",
296
+ "NON_NULL",
297
+ "INPUT_OBJECT"
298
+ ],
299
+ "name": "StringFilterInput",
300
+ "non_null": false
301
+ },
302
+ "varName": "stringFilterInput"
303
+ },
304
+ "freeText": {
305
+ "defaultValue": null,
306
+ "description": "Will use contains operator for the provided text on the location fields",
307
+ "id_str": "locationList___input___filter___freeText",
308
+ "name": "freeText",
309
+ "path": "locationList.input.filter.freeText",
310
+ "requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
311
+ "required": false,
312
+ "responseStr": "freeText:$freeTextFilterInput ",
313
+ "type": {
314
+ "definition": {
315
+ "description": null,
316
+ "enumValues": null,
317
+ "fields": null,
318
+ "inputFields": {
319
+ "search": {
320
+ "defaultValue": null,
321
+ "description": null,
322
+ "id_str": "locationList___input___filter___freeText___search",
323
+ "name": "search",
324
+ "path": "locationList.input.filter.freeText.search",
325
+ "requestStr": "$search:String! ",
326
+ "required": true,
327
+ "responseStr": "search:$search ",
328
+ "type": {
329
+ "kind": [
330
+ "NON_NULL",
331
+ "SCALAR"
332
+ ],
333
+ "name": "String",
334
+ "non_null": false
335
+ },
336
+ "varName": "search"
337
+ }
338
+ },
339
+ "interfaces": null,
340
+ "kind": "INPUT_OBJECT",
341
+ "name": "FreeTextFilterInput",
342
+ "possibleTypes": null
343
+ },
344
+ "indexType": "input_object",
345
+ "kind": [
346
+ "INPUT_OBJECT"
347
+ ],
348
+ "name": "FreeTextFilterInput",
349
+ "non_null": false
350
+ },
351
+ "varName": "freeTextFilterInput"
352
+ },
353
+ "id": {
354
+ "defaultValue": null,
355
+ "description": null,
356
+ "id_str": "locationList___input___filter___id",
357
+ "name": "id",
358
+ "path": "locationList.input.filter.id",
359
+ "requestStr": "$idFilterInput:[IdFilterInput] ",
360
+ "required": false,
361
+ "responseStr": "id:$idFilterInput ",
362
+ "type": {
363
+ "definition": {
364
+ "description": null,
365
+ "enumValues": null,
366
+ "fields": null,
367
+ "inputFields": {
368
+ "eq": {
369
+ "defaultValue": null,
370
+ "description": null,
371
+ "id_str": "locationList___input___filter___id___eq",
372
+ "name": "eq",
373
+ "path": "locationList.input.filter.id.eq",
374
+ "requestStr": "$eq:ID ",
375
+ "required": false,
376
+ "responseStr": "eq:$eq ",
377
+ "type": {
378
+ "kind": [
379
+ "SCALAR"
380
+ ],
381
+ "name": "ID",
382
+ "non_null": false
383
+ },
384
+ "varName": "eq"
385
+ },
386
+ "in": {
387
+ "defaultValue": null,
388
+ "description": null,
389
+ "id_str": "locationList___input___filter___id___in",
390
+ "name": "in",
391
+ "path": "locationList.input.filter.id.in",
392
+ "requestStr": "$in:[ID] ",
393
+ "required": false,
394
+ "responseStr": "in:$in ",
395
+ "type": {
396
+ "kind": [
397
+ "LIST",
398
+ "NON_NULL",
399
+ "SCALAR"
400
+ ],
401
+ "name": "ID",
402
+ "non_null": false
403
+ },
404
+ "varName": "in"
405
+ },
406
+ "neq": {
407
+ "defaultValue": null,
408
+ "description": null,
409
+ "id_str": "locationList___input___filter___id___neq",
410
+ "name": "neq",
411
+ "path": "locationList.input.filter.id.neq",
412
+ "requestStr": "$neq:ID ",
413
+ "required": false,
414
+ "responseStr": "neq:$neq ",
415
+ "type": {
416
+ "kind": [
417
+ "SCALAR"
418
+ ],
419
+ "name": "ID",
420
+ "non_null": false
421
+ },
422
+ "varName": "neq"
423
+ },
424
+ "nin": {
425
+ "defaultValue": null,
426
+ "description": null,
427
+ "id_str": "locationList___input___filter___id___nin",
428
+ "name": "nin",
429
+ "path": "locationList.input.filter.id.nin",
430
+ "requestStr": "$nin:[ID] ",
431
+ "required": false,
432
+ "responseStr": "nin:$nin ",
433
+ "type": {
434
+ "kind": [
435
+ "LIST",
436
+ "NON_NULL",
437
+ "SCALAR"
438
+ ],
439
+ "name": "ID",
440
+ "non_null": false
441
+ },
442
+ "varName": "nin"
443
+ }
444
+ },
445
+ "interfaces": null,
446
+ "kind": "INPUT_OBJECT",
447
+ "name": "IdFilterInput",
448
+ "possibleTypes": null
449
+ },
450
+ "indexType": "input_object",
451
+ "kind": [
452
+ "LIST",
453
+ "NON_NULL",
454
+ "INPUT_OBJECT"
455
+ ],
456
+ "name": "IdFilterInput",
457
+ "non_null": false
458
+ },
459
+ "varName": "idFilterInput"
460
+ },
461
+ "includeArchived": {
462
+ "defaultValue": "false",
463
+ "description": null,
464
+ "id_str": "locationList___input___filter___includeArchived",
465
+ "name": "includeArchived",
466
+ "path": "locationList.input.filter.includeArchived",
467
+ "requestStr": "$includeArchived:Boolean ",
468
+ "required": false,
469
+ "responseStr": "includeArchived:$includeArchived ",
470
+ "type": {
471
+ "kind": [
472
+ "SCALAR"
473
+ ],
474
+ "name": "Boolean",
475
+ "non_null": false
476
+ },
477
+ "varName": "includeArchived"
478
+ },
479
+ "isShippingLocation": {
480
+ "defaultValue": null,
481
+ "description": null,
482
+ "id_str": "locationList___input___filter___isShippingLocation",
483
+ "name": "isShippingLocation",
484
+ "path": "locationList.input.filter.isShippingLocation",
485
+ "requestStr": "$isShippingLocation:Boolean ",
486
+ "required": false,
487
+ "responseStr": "isShippingLocation:$isShippingLocation ",
488
+ "type": {
489
+ "kind": [
490
+ "SCALAR"
491
+ ],
492
+ "name": "Boolean",
493
+ "non_null": false
494
+ },
495
+ "varName": "isShippingLocation"
496
+ },
497
+ "name": {
498
+ "defaultValue": null,
499
+ "description": null,
500
+ "id_str": "locationList___input___filter___name",
501
+ "name": "name",
502
+ "path": "locationList.input.filter.name",
503
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
504
+ "required": false,
505
+ "responseStr": "name:$stringFilterInput ",
506
+ "type": {
507
+ "definition": {
508
+ "description": null,
509
+ "enumValues": null,
510
+ "fields": null,
511
+ "inputFields": {
512
+ "eq": {
513
+ "defaultValue": null,
514
+ "description": null,
515
+ "id_str": "locationList___input___filter___name___eq",
516
+ "name": "eq",
517
+ "path": "locationList.input.filter.name.eq",
518
+ "requestStr": "$eq:String ",
519
+ "required": false,
520
+ "responseStr": "eq:$eq ",
521
+ "type": {
522
+ "kind": [
523
+ "SCALAR"
524
+ ],
525
+ "name": "String",
526
+ "non_null": false
527
+ },
528
+ "varName": "eq"
529
+ },
530
+ "in": {
531
+ "defaultValue": null,
532
+ "description": null,
533
+ "id_str": "locationList___input___filter___name___in",
534
+ "name": "in",
535
+ "path": "locationList.input.filter.name.in",
536
+ "requestStr": "$in:[String] ",
537
+ "required": false,
538
+ "responseStr": "in:$in ",
539
+ "type": {
540
+ "kind": [
541
+ "LIST",
542
+ "NON_NULL",
543
+ "SCALAR"
544
+ ],
545
+ "name": "String",
546
+ "non_null": false
547
+ },
548
+ "varName": "in"
549
+ },
550
+ "neq": {
551
+ "defaultValue": null,
552
+ "description": null,
553
+ "id_str": "locationList___input___filter___name___neq",
554
+ "name": "neq",
555
+ "path": "locationList.input.filter.name.neq",
556
+ "requestStr": "$neq:String ",
557
+ "required": false,
558
+ "responseStr": "neq:$neq ",
559
+ "type": {
560
+ "kind": [
561
+ "SCALAR"
562
+ ],
563
+ "name": "String",
564
+ "non_null": false
565
+ },
566
+ "varName": "neq"
567
+ },
568
+ "nin": {
569
+ "defaultValue": null,
570
+ "description": null,
571
+ "id_str": "locationList___input___filter___name___nin",
572
+ "name": "nin",
573
+ "path": "locationList.input.filter.name.nin",
574
+ "requestStr": "$nin:[String] ",
575
+ "required": false,
576
+ "responseStr": "nin:$nin ",
577
+ "type": {
578
+ "kind": [
579
+ "LIST",
580
+ "NON_NULL",
581
+ "SCALAR"
582
+ ],
583
+ "name": "String",
584
+ "non_null": false
585
+ },
586
+ "varName": "nin"
587
+ }
588
+ },
589
+ "interfaces": null,
590
+ "kind": "INPUT_OBJECT",
591
+ "name": "StringFilterInput",
592
+ "possibleTypes": null
593
+ },
594
+ "indexType": "input_object",
595
+ "kind": [
596
+ "LIST",
597
+ "NON_NULL",
598
+ "INPUT_OBJECT"
599
+ ],
600
+ "name": "StringFilterInput",
601
+ "non_null": false
602
+ },
603
+ "varName": "stringFilterInput"
604
+ },
605
+ "type": {
606
+ "defaultValue": null,
607
+ "description": null,
608
+ "id_str": "locationList___input___filter___type",
609
+ "name": "type",
610
+ "path": "locationList.input.filter.type",
611
+ "requestStr": "$locationTypeFilterInput:[LocationTypeFilterInput] ",
612
+ "required": false,
613
+ "responseStr": "type:$locationTypeFilterInput ",
614
+ "type": {
615
+ "definition": {
616
+ "description": null,
617
+ "enumValues": null,
618
+ "fields": null,
619
+ "inputFields": {
620
+ "eq": {
621
+ "defaultValue": null,
622
+ "description": null,
623
+ "id_str": "locationList___input___filter___type___eq",
624
+ "name": "eq",
625
+ "path": "locationList.input.filter.type.eq",
626
+ "requestStr": "$eq:LocationType ",
627
+ "required": false,
628
+ "responseStr": "eq:$eq ",
629
+ "type": {
630
+ "definition": {
631
+ "description": null,
632
+ "enumValues": [
633
+ {
634
+ "deprecationReason": null,
635
+ "description": null,
636
+ "isDeprecated": false,
637
+ "name": "BRANCH"
638
+ },
639
+ {
640
+ "deprecationReason": null,
641
+ "description": null,
642
+ "isDeprecated": false,
643
+ "name": "HEADQUARTERS"
644
+ },
645
+ {
646
+ "deprecationReason": null,
647
+ "description": null,
648
+ "isDeprecated": false,
649
+ "name": "DATA_CENTER"
650
+ },
651
+ {
652
+ "deprecationReason": null,
653
+ "description": null,
654
+ "isDeprecated": false,
655
+ "name": "CLOUD_DATA_CENTER"
656
+ },
657
+ {
658
+ "deprecationReason": null,
659
+ "description": null,
660
+ "isDeprecated": false,
661
+ "name": "WAREHOUSE"
662
+ },
663
+ {
664
+ "deprecationReason": null,
665
+ "description": null,
666
+ "isDeprecated": false,
667
+ "name": "OTHER"
668
+ }
669
+ ],
670
+ "fields": null,
671
+ "inputFields": null,
672
+ "interfaces": null,
673
+ "kind": "ENUM",
674
+ "name": "LocationType",
675
+ "possibleTypes": null
676
+ },
677
+ "indexType": "enum",
678
+ "kind": [
679
+ "ENUM"
680
+ ],
681
+ "name": "LocationType",
682
+ "non_null": false
683
+ },
684
+ "varName": "eq"
685
+ },
686
+ "in": {
687
+ "defaultValue": null,
688
+ "description": null,
689
+ "id_str": "locationList___input___filter___type___in",
690
+ "name": "in",
691
+ "path": "locationList.input.filter.type.in",
692
+ "requestStr": "$in:[LocationType] ",
693
+ "required": false,
694
+ "responseStr": "in:$in ",
695
+ "type": {
696
+ "definition": {
697
+ "description": null,
698
+ "enumValues": [
699
+ {
700
+ "deprecationReason": null,
701
+ "description": null,
702
+ "isDeprecated": false,
703
+ "name": "BRANCH"
704
+ },
705
+ {
706
+ "deprecationReason": null,
707
+ "description": null,
708
+ "isDeprecated": false,
709
+ "name": "HEADQUARTERS"
710
+ },
711
+ {
712
+ "deprecationReason": null,
713
+ "description": null,
714
+ "isDeprecated": false,
715
+ "name": "DATA_CENTER"
716
+ },
717
+ {
718
+ "deprecationReason": null,
719
+ "description": null,
720
+ "isDeprecated": false,
721
+ "name": "CLOUD_DATA_CENTER"
722
+ },
723
+ {
724
+ "deprecationReason": null,
725
+ "description": null,
726
+ "isDeprecated": false,
727
+ "name": "WAREHOUSE"
728
+ },
729
+ {
730
+ "deprecationReason": null,
731
+ "description": null,
732
+ "isDeprecated": false,
733
+ "name": "OTHER"
734
+ }
735
+ ],
736
+ "fields": null,
737
+ "inputFields": null,
738
+ "interfaces": null,
739
+ "kind": "ENUM",
740
+ "name": "LocationType",
741
+ "possibleTypes": null
742
+ },
743
+ "indexType": "enum",
744
+ "kind": [
745
+ "LIST",
746
+ "NON_NULL",
747
+ "ENUM"
748
+ ],
749
+ "name": "LocationType",
750
+ "non_null": false
751
+ },
752
+ "varName": "in"
753
+ },
754
+ "neq": {
755
+ "defaultValue": null,
756
+ "description": null,
757
+ "id_str": "locationList___input___filter___type___neq",
758
+ "name": "neq",
759
+ "path": "locationList.input.filter.type.neq",
760
+ "requestStr": "$neq:LocationType ",
761
+ "required": false,
762
+ "responseStr": "neq:$neq ",
763
+ "type": {
764
+ "definition": {
765
+ "description": null,
766
+ "enumValues": [
767
+ {
768
+ "deprecationReason": null,
769
+ "description": null,
770
+ "isDeprecated": false,
771
+ "name": "BRANCH"
772
+ },
773
+ {
774
+ "deprecationReason": null,
775
+ "description": null,
776
+ "isDeprecated": false,
777
+ "name": "HEADQUARTERS"
778
+ },
779
+ {
780
+ "deprecationReason": null,
781
+ "description": null,
782
+ "isDeprecated": false,
783
+ "name": "DATA_CENTER"
784
+ },
785
+ {
786
+ "deprecationReason": null,
787
+ "description": null,
788
+ "isDeprecated": false,
789
+ "name": "CLOUD_DATA_CENTER"
790
+ },
791
+ {
792
+ "deprecationReason": null,
793
+ "description": null,
794
+ "isDeprecated": false,
795
+ "name": "WAREHOUSE"
796
+ },
797
+ {
798
+ "deprecationReason": null,
799
+ "description": null,
800
+ "isDeprecated": false,
801
+ "name": "OTHER"
802
+ }
803
+ ],
804
+ "fields": null,
805
+ "inputFields": null,
806
+ "interfaces": null,
807
+ "kind": "ENUM",
808
+ "name": "LocationType",
809
+ "possibleTypes": null
810
+ },
811
+ "indexType": "enum",
812
+ "kind": [
813
+ "ENUM"
814
+ ],
815
+ "name": "LocationType",
816
+ "non_null": false
817
+ },
818
+ "varName": "neq"
819
+ },
820
+ "nin": {
821
+ "defaultValue": null,
822
+ "description": null,
823
+ "id_str": "locationList___input___filter___type___nin",
824
+ "name": "nin",
825
+ "path": "locationList.input.filter.type.nin",
826
+ "requestStr": "$nin:[LocationType] ",
827
+ "required": false,
828
+ "responseStr": "nin:$nin ",
829
+ "type": {
830
+ "definition": {
831
+ "description": null,
832
+ "enumValues": [
833
+ {
834
+ "deprecationReason": null,
835
+ "description": null,
836
+ "isDeprecated": false,
837
+ "name": "BRANCH"
838
+ },
839
+ {
840
+ "deprecationReason": null,
841
+ "description": null,
842
+ "isDeprecated": false,
843
+ "name": "HEADQUARTERS"
844
+ },
845
+ {
846
+ "deprecationReason": null,
847
+ "description": null,
848
+ "isDeprecated": false,
849
+ "name": "DATA_CENTER"
850
+ },
851
+ {
852
+ "deprecationReason": null,
853
+ "description": null,
854
+ "isDeprecated": false,
855
+ "name": "CLOUD_DATA_CENTER"
856
+ },
857
+ {
858
+ "deprecationReason": null,
859
+ "description": null,
860
+ "isDeprecated": false,
861
+ "name": "WAREHOUSE"
862
+ },
863
+ {
864
+ "deprecationReason": null,
865
+ "description": null,
866
+ "isDeprecated": false,
867
+ "name": "OTHER"
868
+ }
869
+ ],
870
+ "fields": null,
871
+ "inputFields": null,
872
+ "interfaces": null,
873
+ "kind": "ENUM",
874
+ "name": "LocationType",
875
+ "possibleTypes": null
876
+ },
877
+ "indexType": "enum",
878
+ "kind": [
879
+ "LIST",
880
+ "NON_NULL",
881
+ "ENUM"
882
+ ],
883
+ "name": "LocationType",
884
+ "non_null": false
885
+ },
886
+ "varName": "nin"
887
+ }
888
+ },
889
+ "interfaces": null,
890
+ "kind": "INPUT_OBJECT",
891
+ "name": "LocationTypeFilterInput",
892
+ "possibleTypes": null
893
+ },
894
+ "indexType": "input_object",
895
+ "kind": [
896
+ "LIST",
897
+ "NON_NULL",
898
+ "INPUT_OBJECT"
899
+ ],
900
+ "name": "LocationTypeFilterInput",
901
+ "non_null": false
902
+ },
903
+ "varName": "locationTypeFilterInput"
904
+ }
905
+ },
906
+ "interfaces": null,
907
+ "kind": "INPUT_OBJECT",
908
+ "name": "LocationFilterInput",
909
+ "possibleTypes": null
910
+ },
911
+ "indexType": "input_object",
912
+ "kind": [
913
+ "INPUT_OBJECT"
914
+ ],
915
+ "name": "LocationFilterInput",
916
+ "non_null": false
917
+ },
918
+ "varName": "locationFilterInput"
919
+ },
920
+ "paging": {
921
+ "defaultValue": "{limit: 100, from: 0}",
922
+ "description": null,
923
+ "id_str": "locationList___input___paging",
924
+ "name": "paging",
925
+ "path": "locationList.input.paging",
926
+ "requestStr": "$pagingInput:PagingInput ",
927
+ "required": false,
928
+ "responseStr": "paging:$pagingInput ",
929
+ "type": {
930
+ "definition": {
931
+ "description": null,
932
+ "enumValues": null,
933
+ "fields": null,
934
+ "inputFields": {
935
+ "from": {
936
+ "defaultValue": "0",
937
+ "description": null,
938
+ "id_str": "locationList___input___paging___from",
939
+ "name": "from",
940
+ "path": "locationList.input.paging.from",
941
+ "requestStr": "$from:Int! ",
942
+ "required": true,
943
+ "responseStr": "from:$from ",
944
+ "type": {
945
+ "kind": [
946
+ "NON_NULL",
947
+ "SCALAR"
948
+ ],
949
+ "name": "Int",
950
+ "non_null": false
951
+ },
952
+ "varName": "from"
953
+ },
954
+ "limit": {
955
+ "defaultValue": "100",
956
+ "description": null,
957
+ "id_str": "locationList___input___paging___limit",
958
+ "name": "limit",
959
+ "path": "locationList.input.paging.limit",
960
+ "requestStr": "$limit:Int! ",
961
+ "required": true,
962
+ "responseStr": "limit:$limit ",
963
+ "type": {
964
+ "kind": [
965
+ "NON_NULL",
966
+ "SCALAR"
967
+ ],
968
+ "name": "Int",
969
+ "non_null": false
970
+ },
971
+ "varName": "limit"
972
+ }
973
+ },
974
+ "interfaces": null,
975
+ "kind": "INPUT_OBJECT",
976
+ "name": "PagingInput",
977
+ "possibleTypes": null
978
+ },
979
+ "indexType": "input_object",
980
+ "kind": [
981
+ "INPUT_OBJECT"
982
+ ],
983
+ "name": "PagingInput",
984
+ "non_null": false
985
+ },
986
+ "varName": "pagingInput"
987
+ },
988
+ "sort": {
989
+ "defaultValue": "{name: {direction: ASC, priority: 1}}",
990
+ "description": null,
991
+ "id_str": "locationList___input___sort",
992
+ "name": "sort",
993
+ "path": "locationList.input.sort",
994
+ "requestStr": "$locationSortInput:LocationSortInput ",
995
+ "required": false,
996
+ "responseStr": "sort:$locationSortInput ",
997
+ "type": {
998
+ "definition": {
999
+ "description": null,
1000
+ "enumValues": null,
1001
+ "fields": null,
1002
+ "inputFields": {
1003
+ "country": {
1004
+ "defaultValue": null,
1005
+ "description": null,
1006
+ "id_str": "locationList___input___sort___country",
1007
+ "name": "country",
1008
+ "path": "locationList.input.sort.country",
1009
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1010
+ "required": false,
1011
+ "responseStr": "country:$sortOrderInput ",
1012
+ "type": {
1013
+ "definition": {
1014
+ "description": null,
1015
+ "enumValues": null,
1016
+ "fields": null,
1017
+ "inputFields": {
1018
+ "direction": {
1019
+ "defaultValue": "ASC",
1020
+ "description": null,
1021
+ "id_str": "locationList___input___sort___country___direction",
1022
+ "name": "direction",
1023
+ "path": "locationList.input.sort.country.direction",
1024
+ "requestStr": "$direction:SortOrder! ",
1025
+ "required": true,
1026
+ "responseStr": "direction:$direction ",
1027
+ "type": {
1028
+ "definition": {
1029
+ "description": null,
1030
+ "enumValues": [
1031
+ {
1032
+ "deprecationReason": null,
1033
+ "description": null,
1034
+ "isDeprecated": false,
1035
+ "name": "ASC"
1036
+ },
1037
+ {
1038
+ "deprecationReason": null,
1039
+ "description": null,
1040
+ "isDeprecated": false,
1041
+ "name": "DESC"
1042
+ }
1043
+ ],
1044
+ "fields": null,
1045
+ "inputFields": null,
1046
+ "interfaces": null,
1047
+ "kind": "ENUM",
1048
+ "name": "SortOrder",
1049
+ "possibleTypes": null
1050
+ },
1051
+ "indexType": "enum",
1052
+ "kind": [
1053
+ "NON_NULL",
1054
+ "ENUM"
1055
+ ],
1056
+ "name": "SortOrder",
1057
+ "non_null": false
1058
+ },
1059
+ "varName": "direction"
1060
+ },
1061
+ "priority": {
1062
+ "defaultValue": "1",
1063
+ "description": null,
1064
+ "id_str": "locationList___input___sort___country___priority",
1065
+ "name": "priority",
1066
+ "path": "locationList.input.sort.country.priority",
1067
+ "requestStr": "$priority:Int! ",
1068
+ "required": true,
1069
+ "responseStr": "priority:$priority ",
1070
+ "type": {
1071
+ "kind": [
1072
+ "NON_NULL",
1073
+ "SCALAR"
1074
+ ],
1075
+ "name": "Int",
1076
+ "non_null": false
1077
+ },
1078
+ "varName": "priority"
1079
+ }
1080
+ },
1081
+ "interfaces": null,
1082
+ "kind": "INPUT_OBJECT",
1083
+ "name": "SortOrderInput",
1084
+ "possibleTypes": null
1085
+ },
1086
+ "indexType": "input_object",
1087
+ "kind": [
1088
+ "INPUT_OBJECT"
1089
+ ],
1090
+ "name": "SortOrderInput",
1091
+ "non_null": false
1092
+ },
1093
+ "varName": "sortOrderInput"
1094
+ },
1095
+ "name": {
1096
+ "defaultValue": null,
1097
+ "description": "Default sort field",
1098
+ "id_str": "locationList___input___sort___name",
1099
+ "name": "name",
1100
+ "path": "locationList.input.sort.name",
1101
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1102
+ "required": false,
1103
+ "responseStr": "name:$sortOrderInput ",
1104
+ "type": {
1105
+ "definition": {
1106
+ "description": null,
1107
+ "enumValues": null,
1108
+ "fields": null,
1109
+ "inputFields": {
1110
+ "direction": {
1111
+ "defaultValue": "ASC",
1112
+ "description": null,
1113
+ "id_str": "locationList___input___sort___name___direction",
1114
+ "name": "direction",
1115
+ "path": "locationList.input.sort.name.direction",
1116
+ "requestStr": "$direction:SortOrder! ",
1117
+ "required": true,
1118
+ "responseStr": "direction:$direction ",
1119
+ "type": {
1120
+ "definition": {
1121
+ "description": null,
1122
+ "enumValues": [
1123
+ {
1124
+ "deprecationReason": null,
1125
+ "description": null,
1126
+ "isDeprecated": false,
1127
+ "name": "ASC"
1128
+ },
1129
+ {
1130
+ "deprecationReason": null,
1131
+ "description": null,
1132
+ "isDeprecated": false,
1133
+ "name": "DESC"
1134
+ }
1135
+ ],
1136
+ "fields": null,
1137
+ "inputFields": null,
1138
+ "interfaces": null,
1139
+ "kind": "ENUM",
1140
+ "name": "SortOrder",
1141
+ "possibleTypes": null
1142
+ },
1143
+ "indexType": "enum",
1144
+ "kind": [
1145
+ "NON_NULL",
1146
+ "ENUM"
1147
+ ],
1148
+ "name": "SortOrder",
1149
+ "non_null": false
1150
+ },
1151
+ "varName": "direction"
1152
+ },
1153
+ "priority": {
1154
+ "defaultValue": "1",
1155
+ "description": null,
1156
+ "id_str": "locationList___input___sort___name___priority",
1157
+ "name": "priority",
1158
+ "path": "locationList.input.sort.name.priority",
1159
+ "requestStr": "$priority:Int! ",
1160
+ "required": true,
1161
+ "responseStr": "priority:$priority ",
1162
+ "type": {
1163
+ "kind": [
1164
+ "NON_NULL",
1165
+ "SCALAR"
1166
+ ],
1167
+ "name": "Int",
1168
+ "non_null": false
1169
+ },
1170
+ "varName": "priority"
1171
+ }
1172
+ },
1173
+ "interfaces": null,
1174
+ "kind": "INPUT_OBJECT",
1175
+ "name": "SortOrderInput",
1176
+ "possibleTypes": null
1177
+ },
1178
+ "indexType": "input_object",
1179
+ "kind": [
1180
+ "INPUT_OBJECT"
1181
+ ],
1182
+ "name": "SortOrderInput",
1183
+ "non_null": false
1184
+ },
1185
+ "varName": "sortOrderInput"
1186
+ },
1187
+ "type": {
1188
+ "defaultValue": null,
1189
+ "description": null,
1190
+ "id_str": "locationList___input___sort___type",
1191
+ "name": "type",
1192
+ "path": "locationList.input.sort.type",
1193
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1194
+ "required": false,
1195
+ "responseStr": "type:$sortOrderInput ",
1196
+ "type": {
1197
+ "definition": {
1198
+ "description": null,
1199
+ "enumValues": null,
1200
+ "fields": null,
1201
+ "inputFields": {
1202
+ "direction": {
1203
+ "defaultValue": "ASC",
1204
+ "description": null,
1205
+ "id_str": "locationList___input___sort___type___direction",
1206
+ "name": "direction",
1207
+ "path": "locationList.input.sort.type.direction",
1208
+ "requestStr": "$direction:SortOrder! ",
1209
+ "required": true,
1210
+ "responseStr": "direction:$direction ",
1211
+ "type": {
1212
+ "definition": {
1213
+ "description": null,
1214
+ "enumValues": [
1215
+ {
1216
+ "deprecationReason": null,
1217
+ "description": null,
1218
+ "isDeprecated": false,
1219
+ "name": "ASC"
1220
+ },
1221
+ {
1222
+ "deprecationReason": null,
1223
+ "description": null,
1224
+ "isDeprecated": false,
1225
+ "name": "DESC"
1226
+ }
1227
+ ],
1228
+ "fields": null,
1229
+ "inputFields": null,
1230
+ "interfaces": null,
1231
+ "kind": "ENUM",
1232
+ "name": "SortOrder",
1233
+ "possibleTypes": null
1234
+ },
1235
+ "indexType": "enum",
1236
+ "kind": [
1237
+ "NON_NULL",
1238
+ "ENUM"
1239
+ ],
1240
+ "name": "SortOrder",
1241
+ "non_null": false
1242
+ },
1243
+ "varName": "direction"
1244
+ },
1245
+ "priority": {
1246
+ "defaultValue": "1",
1247
+ "description": null,
1248
+ "id_str": "locationList___input___sort___type___priority",
1249
+ "name": "priority",
1250
+ "path": "locationList.input.sort.type.priority",
1251
+ "requestStr": "$priority:Int! ",
1252
+ "required": true,
1253
+ "responseStr": "priority:$priority ",
1254
+ "type": {
1255
+ "kind": [
1256
+ "NON_NULL",
1257
+ "SCALAR"
1258
+ ],
1259
+ "name": "Int",
1260
+ "non_null": false
1261
+ },
1262
+ "varName": "priority"
1263
+ }
1264
+ },
1265
+ "interfaces": null,
1266
+ "kind": "INPUT_OBJECT",
1267
+ "name": "SortOrderInput",
1268
+ "possibleTypes": null
1269
+ },
1270
+ "indexType": "input_object",
1271
+ "kind": [
1272
+ "INPUT_OBJECT"
1273
+ ],
1274
+ "name": "SortOrderInput",
1275
+ "non_null": false
1276
+ },
1277
+ "varName": "sortOrderInput"
1278
+ }
1279
+ },
1280
+ "interfaces": null,
1281
+ "kind": "INPUT_OBJECT",
1282
+ "name": "LocationSortInput",
1283
+ "possibleTypes": null
1284
+ },
1285
+ "indexType": "input_object",
1286
+ "kind": [
1287
+ "INPUT_OBJECT"
1288
+ ],
1289
+ "name": "LocationSortInput",
1290
+ "non_null": false
1291
+ },
1292
+ "varName": "locationSortInput"
1293
+ }
1294
+ },
1295
+ "interfaces": null,
1296
+ "kind": "INPUT_OBJECT",
1297
+ "name": "EnterpriseDirectoryLocationListInput",
1298
+ "possibleTypes": null
1299
+ },
1300
+ "indexType": "input_object",
1301
+ "kind": [
1302
+ "INPUT_OBJECT"
1303
+ ],
1304
+ "name": "EnterpriseDirectoryLocationListInput",
1305
+ "non_null": false
1306
+ },
1307
+ "varName": "enterpriseDirectoryLocationListInput"
1308
+ }
1309
+ },
1310
+ "path": "query.enterpriseDirectory",
1311
+ "type": {
1312
+ "definition": {
1313
+ "description": null,
1314
+ "enumValues": null,
1315
+ "fields": {
1316
+ "locationList": {
1317
+ "args": {
1318
+ "locationList___input": {
1319
+ "defaultValue": null,
1320
+ "description": null,
1321
+ "id_str": "locationList___input",
1322
+ "name": "input",
1323
+ "path": "locationList.input",
1324
+ "requestStr": "$enterpriseDirectoryLocationListInput:EnterpriseDirectoryLocationListInput ",
1325
+ "required": false,
1326
+ "responseStr": "input:$enterpriseDirectoryLocationListInput ",
1327
+ "type": {
1328
+ "definition": {
1329
+ "description": null,
1330
+ "enumValues": null,
1331
+ "fields": null,
1332
+ "inputFields": {
1333
+ "filter": {
1334
+ "defaultValue": null,
1335
+ "description": null,
1336
+ "id_str": "locationList___input___filter",
1337
+ "name": "filter",
1338
+ "path": "locationList.input.filter",
1339
+ "requestStr": "$locationFilterInput:LocationFilterInput ",
1340
+ "required": false,
1341
+ "responseStr": "filter:$locationFilterInput ",
1342
+ "type": {
1343
+ "definition": {
1344
+ "description": null,
1345
+ "enumValues": null,
1346
+ "fields": null,
1347
+ "inputFields": {
1348
+ "account": {
1349
+ "defaultValue": null,
1350
+ "description": null,
1351
+ "id_str": "locationList___input___filter___account",
1352
+ "name": "account",
1353
+ "path": "locationList.input.filter.account",
1354
+ "requestStr": "$accountFilter:[AccountFilter] ",
1355
+ "required": false,
1356
+ "responseStr": "account:$accountFilter ",
1357
+ "type": {
1358
+ "definition": {
1359
+ "description": null,
1360
+ "enumValues": null,
1361
+ "fields": null,
1362
+ "inputFields": {
1363
+ "accountInclusion": {
1364
+ "defaultValue": null,
1365
+ "description": null,
1366
+ "id_str": "locationList___input___filter___account___accountInclusion",
1367
+ "name": "accountInclusion",
1368
+ "path": "locationList.input.filter.account.accountInclusion",
1369
+ "requestStr": "$accountInclusion:AccountInclusion ",
1370
+ "required": false,
1371
+ "responseStr": "accountInclusion:$accountInclusion ",
1372
+ "type": {
1373
+ "definition": {
1374
+ "description": null,
1375
+ "enumValues": [
1376
+ {
1377
+ "deprecationReason": null,
1378
+ "description": null,
1379
+ "isDeprecated": false,
1380
+ "name": "ALL_ACCOUNTS"
1381
+ },
1382
+ {
1383
+ "deprecationReason": null,
1384
+ "description": null,
1385
+ "isDeprecated": false,
1386
+ "name": "MANAGED_ACCOUNTS_ONLY"
1387
+ }
1388
+ ],
1389
+ "fields": null,
1390
+ "inputFields": null,
1391
+ "interfaces": null,
1392
+ "kind": "ENUM",
1393
+ "name": "AccountInclusion",
1394
+ "possibleTypes": null
1395
+ },
1396
+ "indexType": "enum",
1397
+ "kind": [
1398
+ "ENUM"
1399
+ ],
1400
+ "name": "AccountInclusion",
1401
+ "non_null": false
1402
+ },
1403
+ "varName": "accountInclusion"
1404
+ },
1405
+ "in": {
1406
+ "defaultValue": null,
1407
+ "description": null,
1408
+ "id_str": "locationList___input___filter___account___in",
1409
+ "name": "in",
1410
+ "path": "locationList.input.filter.account.in",
1411
+ "requestStr": "$in:[ID] ",
1412
+ "required": false,
1413
+ "responseStr": "in:$in ",
1414
+ "type": {
1415
+ "kind": [
1416
+ "LIST",
1417
+ "NON_NULL",
1418
+ "SCALAR"
1419
+ ],
1420
+ "name": "ID",
1421
+ "non_null": false
1422
+ },
1423
+ "varName": "in"
1424
+ }
1425
+ },
1426
+ "interfaces": null,
1427
+ "kind": "INPUT_OBJECT",
1428
+ "name": "AccountFilter",
1429
+ "possibleTypes": null
1430
+ },
1431
+ "indexType": "input_object",
1432
+ "kind": [
1433
+ "LIST",
1434
+ "NON_NULL",
1435
+ "INPUT_OBJECT"
1436
+ ],
1437
+ "name": "AccountFilter",
1438
+ "non_null": false
1439
+ },
1440
+ "varName": "accountFilter"
1441
+ },
1442
+ "countryCode": {
1443
+ "defaultValue": null,
1444
+ "description": null,
1445
+ "id_str": "locationList___input___filter___countryCode",
1446
+ "name": "countryCode",
1447
+ "path": "locationList.input.filter.countryCode",
1448
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
1449
+ "required": false,
1450
+ "responseStr": "countryCode:$stringFilterInput ",
1451
+ "type": {
1452
+ "definition": {
1453
+ "description": null,
1454
+ "enumValues": null,
1455
+ "fields": null,
1456
+ "inputFields": {
1457
+ "eq": {
1458
+ "defaultValue": null,
1459
+ "description": null,
1460
+ "id_str": "locationList___input___filter___countryCode___eq",
1461
+ "name": "eq",
1462
+ "path": "locationList.input.filter.countryCode.eq",
1463
+ "requestStr": "$eq:String ",
1464
+ "required": false,
1465
+ "responseStr": "eq:$eq ",
1466
+ "type": {
1467
+ "kind": [
1468
+ "SCALAR"
1469
+ ],
1470
+ "name": "String",
1471
+ "non_null": false
1472
+ },
1473
+ "varName": "eq"
1474
+ },
1475
+ "in": {
1476
+ "defaultValue": null,
1477
+ "description": null,
1478
+ "id_str": "locationList___input___filter___countryCode___in",
1479
+ "name": "in",
1480
+ "path": "locationList.input.filter.countryCode.in",
1481
+ "requestStr": "$in:[String] ",
1482
+ "required": false,
1483
+ "responseStr": "in:$in ",
1484
+ "type": {
1485
+ "kind": [
1486
+ "LIST",
1487
+ "NON_NULL",
1488
+ "SCALAR"
1489
+ ],
1490
+ "name": "String",
1491
+ "non_null": false
1492
+ },
1493
+ "varName": "in"
1494
+ },
1495
+ "neq": {
1496
+ "defaultValue": null,
1497
+ "description": null,
1498
+ "id_str": "locationList___input___filter___countryCode___neq",
1499
+ "name": "neq",
1500
+ "path": "locationList.input.filter.countryCode.neq",
1501
+ "requestStr": "$neq:String ",
1502
+ "required": false,
1503
+ "responseStr": "neq:$neq ",
1504
+ "type": {
1505
+ "kind": [
1506
+ "SCALAR"
1507
+ ],
1508
+ "name": "String",
1509
+ "non_null": false
1510
+ },
1511
+ "varName": "neq"
1512
+ },
1513
+ "nin": {
1514
+ "defaultValue": null,
1515
+ "description": null,
1516
+ "id_str": "locationList___input___filter___countryCode___nin",
1517
+ "name": "nin",
1518
+ "path": "locationList.input.filter.countryCode.nin",
1519
+ "requestStr": "$nin:[String] ",
1520
+ "required": false,
1521
+ "responseStr": "nin:$nin ",
1522
+ "type": {
1523
+ "kind": [
1524
+ "LIST",
1525
+ "NON_NULL",
1526
+ "SCALAR"
1527
+ ],
1528
+ "name": "String",
1529
+ "non_null": false
1530
+ },
1531
+ "varName": "nin"
1532
+ }
1533
+ },
1534
+ "interfaces": null,
1535
+ "kind": "INPUT_OBJECT",
1536
+ "name": "StringFilterInput",
1537
+ "possibleTypes": null
1538
+ },
1539
+ "indexType": "input_object",
1540
+ "kind": [
1541
+ "LIST",
1542
+ "NON_NULL",
1543
+ "INPUT_OBJECT"
1544
+ ],
1545
+ "name": "StringFilterInput",
1546
+ "non_null": false
1547
+ },
1548
+ "varName": "stringFilterInput"
1549
+ },
1550
+ "freeText": {
1551
+ "defaultValue": null,
1552
+ "description": "Will use contains operator for the provided text on the location fields",
1553
+ "id_str": "locationList___input___filter___freeText",
1554
+ "name": "freeText",
1555
+ "path": "locationList.input.filter.freeText",
1556
+ "requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
1557
+ "required": false,
1558
+ "responseStr": "freeText:$freeTextFilterInput ",
1559
+ "type": {
1560
+ "definition": {
1561
+ "description": null,
1562
+ "enumValues": null,
1563
+ "fields": null,
1564
+ "inputFields": {
1565
+ "search": {
1566
+ "defaultValue": null,
1567
+ "description": null,
1568
+ "id_str": "locationList___input___filter___freeText___search",
1569
+ "name": "search",
1570
+ "path": "locationList.input.filter.freeText.search",
1571
+ "requestStr": "$search:String! ",
1572
+ "required": true,
1573
+ "responseStr": "search:$search ",
1574
+ "type": {
1575
+ "kind": [
1576
+ "NON_NULL",
1577
+ "SCALAR"
1578
+ ],
1579
+ "name": "String",
1580
+ "non_null": false
1581
+ },
1582
+ "varName": "search"
1583
+ }
1584
+ },
1585
+ "interfaces": null,
1586
+ "kind": "INPUT_OBJECT",
1587
+ "name": "FreeTextFilterInput",
1588
+ "possibleTypes": null
1589
+ },
1590
+ "indexType": "input_object",
1591
+ "kind": [
1592
+ "INPUT_OBJECT"
1593
+ ],
1594
+ "name": "FreeTextFilterInput",
1595
+ "non_null": false
1596
+ },
1597
+ "varName": "freeTextFilterInput"
1598
+ },
1599
+ "id": {
1600
+ "defaultValue": null,
1601
+ "description": null,
1602
+ "id_str": "locationList___input___filter___id",
1603
+ "name": "id",
1604
+ "path": "locationList.input.filter.id",
1605
+ "requestStr": "$idFilterInput:[IdFilterInput] ",
1606
+ "required": false,
1607
+ "responseStr": "id:$idFilterInput ",
1608
+ "type": {
1609
+ "definition": {
1610
+ "description": null,
1611
+ "enumValues": null,
1612
+ "fields": null,
1613
+ "inputFields": {
1614
+ "eq": {
1615
+ "defaultValue": null,
1616
+ "description": null,
1617
+ "id_str": "locationList___input___filter___id___eq",
1618
+ "name": "eq",
1619
+ "path": "locationList.input.filter.id.eq",
1620
+ "requestStr": "$eq:ID ",
1621
+ "required": false,
1622
+ "responseStr": "eq:$eq ",
1623
+ "type": {
1624
+ "kind": [
1625
+ "SCALAR"
1626
+ ],
1627
+ "name": "ID",
1628
+ "non_null": false
1629
+ },
1630
+ "varName": "eq"
1631
+ },
1632
+ "in": {
1633
+ "defaultValue": null,
1634
+ "description": null,
1635
+ "id_str": "locationList___input___filter___id___in",
1636
+ "name": "in",
1637
+ "path": "locationList.input.filter.id.in",
1638
+ "requestStr": "$in:[ID] ",
1639
+ "required": false,
1640
+ "responseStr": "in:$in ",
1641
+ "type": {
1642
+ "kind": [
1643
+ "LIST",
1644
+ "NON_NULL",
1645
+ "SCALAR"
1646
+ ],
1647
+ "name": "ID",
1648
+ "non_null": false
1649
+ },
1650
+ "varName": "in"
1651
+ },
1652
+ "neq": {
1653
+ "defaultValue": null,
1654
+ "description": null,
1655
+ "id_str": "locationList___input___filter___id___neq",
1656
+ "name": "neq",
1657
+ "path": "locationList.input.filter.id.neq",
1658
+ "requestStr": "$neq:ID ",
1659
+ "required": false,
1660
+ "responseStr": "neq:$neq ",
1661
+ "type": {
1662
+ "kind": [
1663
+ "SCALAR"
1664
+ ],
1665
+ "name": "ID",
1666
+ "non_null": false
1667
+ },
1668
+ "varName": "neq"
1669
+ },
1670
+ "nin": {
1671
+ "defaultValue": null,
1672
+ "description": null,
1673
+ "id_str": "locationList___input___filter___id___nin",
1674
+ "name": "nin",
1675
+ "path": "locationList.input.filter.id.nin",
1676
+ "requestStr": "$nin:[ID] ",
1677
+ "required": false,
1678
+ "responseStr": "nin:$nin ",
1679
+ "type": {
1680
+ "kind": [
1681
+ "LIST",
1682
+ "NON_NULL",
1683
+ "SCALAR"
1684
+ ],
1685
+ "name": "ID",
1686
+ "non_null": false
1687
+ },
1688
+ "varName": "nin"
1689
+ }
1690
+ },
1691
+ "interfaces": null,
1692
+ "kind": "INPUT_OBJECT",
1693
+ "name": "IdFilterInput",
1694
+ "possibleTypes": null
1695
+ },
1696
+ "indexType": "input_object",
1697
+ "kind": [
1698
+ "LIST",
1699
+ "NON_NULL",
1700
+ "INPUT_OBJECT"
1701
+ ],
1702
+ "name": "IdFilterInput",
1703
+ "non_null": false
1704
+ },
1705
+ "varName": "idFilterInput"
1706
+ },
1707
+ "includeArchived": {
1708
+ "defaultValue": "false",
1709
+ "description": null,
1710
+ "id_str": "locationList___input___filter___includeArchived",
1711
+ "name": "includeArchived",
1712
+ "path": "locationList.input.filter.includeArchived",
1713
+ "requestStr": "$includeArchived:Boolean ",
1714
+ "required": false,
1715
+ "responseStr": "includeArchived:$includeArchived ",
1716
+ "type": {
1717
+ "kind": [
1718
+ "SCALAR"
1719
+ ],
1720
+ "name": "Boolean",
1721
+ "non_null": false
1722
+ },
1723
+ "varName": "includeArchived"
1724
+ },
1725
+ "isShippingLocation": {
1726
+ "defaultValue": null,
1727
+ "description": null,
1728
+ "id_str": "locationList___input___filter___isShippingLocation",
1729
+ "name": "isShippingLocation",
1730
+ "path": "locationList.input.filter.isShippingLocation",
1731
+ "requestStr": "$isShippingLocation:Boolean ",
1732
+ "required": false,
1733
+ "responseStr": "isShippingLocation:$isShippingLocation ",
1734
+ "type": {
1735
+ "kind": [
1736
+ "SCALAR"
1737
+ ],
1738
+ "name": "Boolean",
1739
+ "non_null": false
1740
+ },
1741
+ "varName": "isShippingLocation"
1742
+ },
1743
+ "name": {
1744
+ "defaultValue": null,
1745
+ "description": null,
1746
+ "id_str": "locationList___input___filter___name",
1747
+ "name": "name",
1748
+ "path": "locationList.input.filter.name",
1749
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
1750
+ "required": false,
1751
+ "responseStr": "name:$stringFilterInput ",
1752
+ "type": {
1753
+ "definition": {
1754
+ "description": null,
1755
+ "enumValues": null,
1756
+ "fields": null,
1757
+ "inputFields": {
1758
+ "eq": {
1759
+ "defaultValue": null,
1760
+ "description": null,
1761
+ "id_str": "locationList___input___filter___name___eq",
1762
+ "name": "eq",
1763
+ "path": "locationList.input.filter.name.eq",
1764
+ "requestStr": "$eq:String ",
1765
+ "required": false,
1766
+ "responseStr": "eq:$eq ",
1767
+ "type": {
1768
+ "kind": [
1769
+ "SCALAR"
1770
+ ],
1771
+ "name": "String",
1772
+ "non_null": false
1773
+ },
1774
+ "varName": "eq"
1775
+ },
1776
+ "in": {
1777
+ "defaultValue": null,
1778
+ "description": null,
1779
+ "id_str": "locationList___input___filter___name___in",
1780
+ "name": "in",
1781
+ "path": "locationList.input.filter.name.in",
1782
+ "requestStr": "$in:[String] ",
1783
+ "required": false,
1784
+ "responseStr": "in:$in ",
1785
+ "type": {
1786
+ "kind": [
1787
+ "LIST",
1788
+ "NON_NULL",
1789
+ "SCALAR"
1790
+ ],
1791
+ "name": "String",
1792
+ "non_null": false
1793
+ },
1794
+ "varName": "in"
1795
+ },
1796
+ "neq": {
1797
+ "defaultValue": null,
1798
+ "description": null,
1799
+ "id_str": "locationList___input___filter___name___neq",
1800
+ "name": "neq",
1801
+ "path": "locationList.input.filter.name.neq",
1802
+ "requestStr": "$neq:String ",
1803
+ "required": false,
1804
+ "responseStr": "neq:$neq ",
1805
+ "type": {
1806
+ "kind": [
1807
+ "SCALAR"
1808
+ ],
1809
+ "name": "String",
1810
+ "non_null": false
1811
+ },
1812
+ "varName": "neq"
1813
+ },
1814
+ "nin": {
1815
+ "defaultValue": null,
1816
+ "description": null,
1817
+ "id_str": "locationList___input___filter___name___nin",
1818
+ "name": "nin",
1819
+ "path": "locationList.input.filter.name.nin",
1820
+ "requestStr": "$nin:[String] ",
1821
+ "required": false,
1822
+ "responseStr": "nin:$nin ",
1823
+ "type": {
1824
+ "kind": [
1825
+ "LIST",
1826
+ "NON_NULL",
1827
+ "SCALAR"
1828
+ ],
1829
+ "name": "String",
1830
+ "non_null": false
1831
+ },
1832
+ "varName": "nin"
1833
+ }
1834
+ },
1835
+ "interfaces": null,
1836
+ "kind": "INPUT_OBJECT",
1837
+ "name": "StringFilterInput",
1838
+ "possibleTypes": null
1839
+ },
1840
+ "indexType": "input_object",
1841
+ "kind": [
1842
+ "LIST",
1843
+ "NON_NULL",
1844
+ "INPUT_OBJECT"
1845
+ ],
1846
+ "name": "StringFilterInput",
1847
+ "non_null": false
1848
+ },
1849
+ "varName": "stringFilterInput"
1850
+ },
1851
+ "type": {
1852
+ "defaultValue": null,
1853
+ "description": null,
1854
+ "id_str": "locationList___input___filter___type",
1855
+ "name": "type",
1856
+ "path": "locationList.input.filter.type",
1857
+ "requestStr": "$locationTypeFilterInput:[LocationTypeFilterInput] ",
1858
+ "required": false,
1859
+ "responseStr": "type:$locationTypeFilterInput ",
1860
+ "type": {
1861
+ "definition": {
1862
+ "description": null,
1863
+ "enumValues": null,
1864
+ "fields": null,
1865
+ "inputFields": {
1866
+ "eq": {
1867
+ "defaultValue": null,
1868
+ "description": null,
1869
+ "id_str": "locationList___input___filter___type___eq",
1870
+ "name": "eq",
1871
+ "path": "locationList.input.filter.type.eq",
1872
+ "requestStr": "$eq:LocationType ",
1873
+ "required": false,
1874
+ "responseStr": "eq:$eq ",
1875
+ "type": {
1876
+ "definition": {
1877
+ "description": null,
1878
+ "enumValues": [
1879
+ {
1880
+ "deprecationReason": null,
1881
+ "description": null,
1882
+ "isDeprecated": false,
1883
+ "name": "BRANCH"
1884
+ },
1885
+ {
1886
+ "deprecationReason": null,
1887
+ "description": null,
1888
+ "isDeprecated": false,
1889
+ "name": "HEADQUARTERS"
1890
+ },
1891
+ {
1892
+ "deprecationReason": null,
1893
+ "description": null,
1894
+ "isDeprecated": false,
1895
+ "name": "DATA_CENTER"
1896
+ },
1897
+ {
1898
+ "deprecationReason": null,
1899
+ "description": null,
1900
+ "isDeprecated": false,
1901
+ "name": "CLOUD_DATA_CENTER"
1902
+ },
1903
+ {
1904
+ "deprecationReason": null,
1905
+ "description": null,
1906
+ "isDeprecated": false,
1907
+ "name": "WAREHOUSE"
1908
+ },
1909
+ {
1910
+ "deprecationReason": null,
1911
+ "description": null,
1912
+ "isDeprecated": false,
1913
+ "name": "OTHER"
1914
+ }
1915
+ ],
1916
+ "fields": null,
1917
+ "inputFields": null,
1918
+ "interfaces": null,
1919
+ "kind": "ENUM",
1920
+ "name": "LocationType",
1921
+ "possibleTypes": null
1922
+ },
1923
+ "indexType": "enum",
1924
+ "kind": [
1925
+ "ENUM"
1926
+ ],
1927
+ "name": "LocationType",
1928
+ "non_null": false
1929
+ },
1930
+ "varName": "eq"
1931
+ },
1932
+ "in": {
1933
+ "defaultValue": null,
1934
+ "description": null,
1935
+ "id_str": "locationList___input___filter___type___in",
1936
+ "name": "in",
1937
+ "path": "locationList.input.filter.type.in",
1938
+ "requestStr": "$in:[LocationType] ",
1939
+ "required": false,
1940
+ "responseStr": "in:$in ",
1941
+ "type": {
1942
+ "definition": {
1943
+ "description": null,
1944
+ "enumValues": [
1945
+ {
1946
+ "deprecationReason": null,
1947
+ "description": null,
1948
+ "isDeprecated": false,
1949
+ "name": "BRANCH"
1950
+ },
1951
+ {
1952
+ "deprecationReason": null,
1953
+ "description": null,
1954
+ "isDeprecated": false,
1955
+ "name": "HEADQUARTERS"
1956
+ },
1957
+ {
1958
+ "deprecationReason": null,
1959
+ "description": null,
1960
+ "isDeprecated": false,
1961
+ "name": "DATA_CENTER"
1962
+ },
1963
+ {
1964
+ "deprecationReason": null,
1965
+ "description": null,
1966
+ "isDeprecated": false,
1967
+ "name": "CLOUD_DATA_CENTER"
1968
+ },
1969
+ {
1970
+ "deprecationReason": null,
1971
+ "description": null,
1972
+ "isDeprecated": false,
1973
+ "name": "WAREHOUSE"
1974
+ },
1975
+ {
1976
+ "deprecationReason": null,
1977
+ "description": null,
1978
+ "isDeprecated": false,
1979
+ "name": "OTHER"
1980
+ }
1981
+ ],
1982
+ "fields": null,
1983
+ "inputFields": null,
1984
+ "interfaces": null,
1985
+ "kind": "ENUM",
1986
+ "name": "LocationType",
1987
+ "possibleTypes": null
1988
+ },
1989
+ "indexType": "enum",
1990
+ "kind": [
1991
+ "LIST",
1992
+ "NON_NULL",
1993
+ "ENUM"
1994
+ ],
1995
+ "name": "LocationType",
1996
+ "non_null": false
1997
+ },
1998
+ "varName": "in"
1999
+ },
2000
+ "neq": {
2001
+ "defaultValue": null,
2002
+ "description": null,
2003
+ "id_str": "locationList___input___filter___type___neq",
2004
+ "name": "neq",
2005
+ "path": "locationList.input.filter.type.neq",
2006
+ "requestStr": "$neq:LocationType ",
2007
+ "required": false,
2008
+ "responseStr": "neq:$neq ",
2009
+ "type": {
2010
+ "definition": {
2011
+ "description": null,
2012
+ "enumValues": [
2013
+ {
2014
+ "deprecationReason": null,
2015
+ "description": null,
2016
+ "isDeprecated": false,
2017
+ "name": "BRANCH"
2018
+ },
2019
+ {
2020
+ "deprecationReason": null,
2021
+ "description": null,
2022
+ "isDeprecated": false,
2023
+ "name": "HEADQUARTERS"
2024
+ },
2025
+ {
2026
+ "deprecationReason": null,
2027
+ "description": null,
2028
+ "isDeprecated": false,
2029
+ "name": "DATA_CENTER"
2030
+ },
2031
+ {
2032
+ "deprecationReason": null,
2033
+ "description": null,
2034
+ "isDeprecated": false,
2035
+ "name": "CLOUD_DATA_CENTER"
2036
+ },
2037
+ {
2038
+ "deprecationReason": null,
2039
+ "description": null,
2040
+ "isDeprecated": false,
2041
+ "name": "WAREHOUSE"
2042
+ },
2043
+ {
2044
+ "deprecationReason": null,
2045
+ "description": null,
2046
+ "isDeprecated": false,
2047
+ "name": "OTHER"
2048
+ }
2049
+ ],
2050
+ "fields": null,
2051
+ "inputFields": null,
2052
+ "interfaces": null,
2053
+ "kind": "ENUM",
2054
+ "name": "LocationType",
2055
+ "possibleTypes": null
2056
+ },
2057
+ "indexType": "enum",
2058
+ "kind": [
2059
+ "ENUM"
2060
+ ],
2061
+ "name": "LocationType",
2062
+ "non_null": false
2063
+ },
2064
+ "varName": "neq"
2065
+ },
2066
+ "nin": {
2067
+ "defaultValue": null,
2068
+ "description": null,
2069
+ "id_str": "locationList___input___filter___type___nin",
2070
+ "name": "nin",
2071
+ "path": "locationList.input.filter.type.nin",
2072
+ "requestStr": "$nin:[LocationType] ",
2073
+ "required": false,
2074
+ "responseStr": "nin:$nin ",
2075
+ "type": {
2076
+ "definition": {
2077
+ "description": null,
2078
+ "enumValues": [
2079
+ {
2080
+ "deprecationReason": null,
2081
+ "description": null,
2082
+ "isDeprecated": false,
2083
+ "name": "BRANCH"
2084
+ },
2085
+ {
2086
+ "deprecationReason": null,
2087
+ "description": null,
2088
+ "isDeprecated": false,
2089
+ "name": "HEADQUARTERS"
2090
+ },
2091
+ {
2092
+ "deprecationReason": null,
2093
+ "description": null,
2094
+ "isDeprecated": false,
2095
+ "name": "DATA_CENTER"
2096
+ },
2097
+ {
2098
+ "deprecationReason": null,
2099
+ "description": null,
2100
+ "isDeprecated": false,
2101
+ "name": "CLOUD_DATA_CENTER"
2102
+ },
2103
+ {
2104
+ "deprecationReason": null,
2105
+ "description": null,
2106
+ "isDeprecated": false,
2107
+ "name": "WAREHOUSE"
2108
+ },
2109
+ {
2110
+ "deprecationReason": null,
2111
+ "description": null,
2112
+ "isDeprecated": false,
2113
+ "name": "OTHER"
2114
+ }
2115
+ ],
2116
+ "fields": null,
2117
+ "inputFields": null,
2118
+ "interfaces": null,
2119
+ "kind": "ENUM",
2120
+ "name": "LocationType",
2121
+ "possibleTypes": null
2122
+ },
2123
+ "indexType": "enum",
2124
+ "kind": [
2125
+ "LIST",
2126
+ "NON_NULL",
2127
+ "ENUM"
2128
+ ],
2129
+ "name": "LocationType",
2130
+ "non_null": false
2131
+ },
2132
+ "varName": "nin"
2133
+ }
2134
+ },
2135
+ "interfaces": null,
2136
+ "kind": "INPUT_OBJECT",
2137
+ "name": "LocationTypeFilterInput",
2138
+ "possibleTypes": null
2139
+ },
2140
+ "indexType": "input_object",
2141
+ "kind": [
2142
+ "LIST",
2143
+ "NON_NULL",
2144
+ "INPUT_OBJECT"
2145
+ ],
2146
+ "name": "LocationTypeFilterInput",
2147
+ "non_null": false
2148
+ },
2149
+ "varName": "locationTypeFilterInput"
2150
+ }
2151
+ },
2152
+ "interfaces": null,
2153
+ "kind": "INPUT_OBJECT",
2154
+ "name": "LocationFilterInput",
2155
+ "possibleTypes": null
2156
+ },
2157
+ "indexType": "input_object",
2158
+ "kind": [
2159
+ "INPUT_OBJECT"
2160
+ ],
2161
+ "name": "LocationFilterInput",
2162
+ "non_null": false
2163
+ },
2164
+ "varName": "locationFilterInput"
2165
+ },
2166
+ "paging": {
2167
+ "defaultValue": "{limit: 100, from: 0}",
2168
+ "description": null,
2169
+ "id_str": "locationList___input___paging",
2170
+ "name": "paging",
2171
+ "path": "locationList.input.paging",
2172
+ "requestStr": "$pagingInput:PagingInput ",
2173
+ "required": false,
2174
+ "responseStr": "paging:$pagingInput ",
2175
+ "type": {
2176
+ "definition": {
2177
+ "description": null,
2178
+ "enumValues": null,
2179
+ "fields": null,
2180
+ "inputFields": {
2181
+ "from": {
2182
+ "defaultValue": "0",
2183
+ "description": null,
2184
+ "id_str": "locationList___input___paging___from",
2185
+ "name": "from",
2186
+ "path": "locationList.input.paging.from",
2187
+ "requestStr": "$from:Int! ",
2188
+ "required": true,
2189
+ "responseStr": "from:$from ",
2190
+ "type": {
2191
+ "kind": [
2192
+ "NON_NULL",
2193
+ "SCALAR"
2194
+ ],
2195
+ "name": "Int",
2196
+ "non_null": false
2197
+ },
2198
+ "varName": "from"
2199
+ },
2200
+ "limit": {
2201
+ "defaultValue": "100",
2202
+ "description": null,
2203
+ "id_str": "locationList___input___paging___limit",
2204
+ "name": "limit",
2205
+ "path": "locationList.input.paging.limit",
2206
+ "requestStr": "$limit:Int! ",
2207
+ "required": true,
2208
+ "responseStr": "limit:$limit ",
2209
+ "type": {
2210
+ "kind": [
2211
+ "NON_NULL",
2212
+ "SCALAR"
2213
+ ],
2214
+ "name": "Int",
2215
+ "non_null": false
2216
+ },
2217
+ "varName": "limit"
2218
+ }
2219
+ },
2220
+ "interfaces": null,
2221
+ "kind": "INPUT_OBJECT",
2222
+ "name": "PagingInput",
2223
+ "possibleTypes": null
2224
+ },
2225
+ "indexType": "input_object",
2226
+ "kind": [
2227
+ "INPUT_OBJECT"
2228
+ ],
2229
+ "name": "PagingInput",
2230
+ "non_null": false
2231
+ },
2232
+ "varName": "pagingInput"
2233
+ },
2234
+ "sort": {
2235
+ "defaultValue": "{name: {direction: ASC, priority: 1}}",
2236
+ "description": null,
2237
+ "id_str": "locationList___input___sort",
2238
+ "name": "sort",
2239
+ "path": "locationList.input.sort",
2240
+ "requestStr": "$locationSortInput:LocationSortInput ",
2241
+ "required": false,
2242
+ "responseStr": "sort:$locationSortInput ",
2243
+ "type": {
2244
+ "definition": {
2245
+ "description": null,
2246
+ "enumValues": null,
2247
+ "fields": null,
2248
+ "inputFields": {
2249
+ "country": {
2250
+ "defaultValue": null,
2251
+ "description": null,
2252
+ "id_str": "locationList___input___sort___country",
2253
+ "name": "country",
2254
+ "path": "locationList.input.sort.country",
2255
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2256
+ "required": false,
2257
+ "responseStr": "country:$sortOrderInput ",
2258
+ "type": {
2259
+ "definition": {
2260
+ "description": null,
2261
+ "enumValues": null,
2262
+ "fields": null,
2263
+ "inputFields": {
2264
+ "direction": {
2265
+ "defaultValue": "ASC",
2266
+ "description": null,
2267
+ "id_str": "locationList___input___sort___country___direction",
2268
+ "name": "direction",
2269
+ "path": "locationList.input.sort.country.direction",
2270
+ "requestStr": "$direction:SortOrder! ",
2271
+ "required": true,
2272
+ "responseStr": "direction:$direction ",
2273
+ "type": {
2274
+ "definition": {
2275
+ "description": null,
2276
+ "enumValues": [
2277
+ {
2278
+ "deprecationReason": null,
2279
+ "description": null,
2280
+ "isDeprecated": false,
2281
+ "name": "ASC"
2282
+ },
2283
+ {
2284
+ "deprecationReason": null,
2285
+ "description": null,
2286
+ "isDeprecated": false,
2287
+ "name": "DESC"
2288
+ }
2289
+ ],
2290
+ "fields": null,
2291
+ "inputFields": null,
2292
+ "interfaces": null,
2293
+ "kind": "ENUM",
2294
+ "name": "SortOrder",
2295
+ "possibleTypes": null
2296
+ },
2297
+ "indexType": "enum",
2298
+ "kind": [
2299
+ "NON_NULL",
2300
+ "ENUM"
2301
+ ],
2302
+ "name": "SortOrder",
2303
+ "non_null": false
2304
+ },
2305
+ "varName": "direction"
2306
+ },
2307
+ "priority": {
2308
+ "defaultValue": "1",
2309
+ "description": null,
2310
+ "id_str": "locationList___input___sort___country___priority",
2311
+ "name": "priority",
2312
+ "path": "locationList.input.sort.country.priority",
2313
+ "requestStr": "$priority:Int! ",
2314
+ "required": true,
2315
+ "responseStr": "priority:$priority ",
2316
+ "type": {
2317
+ "kind": [
2318
+ "NON_NULL",
2319
+ "SCALAR"
2320
+ ],
2321
+ "name": "Int",
2322
+ "non_null": false
2323
+ },
2324
+ "varName": "priority"
2325
+ }
2326
+ },
2327
+ "interfaces": null,
2328
+ "kind": "INPUT_OBJECT",
2329
+ "name": "SortOrderInput",
2330
+ "possibleTypes": null
2331
+ },
2332
+ "indexType": "input_object",
2333
+ "kind": [
2334
+ "INPUT_OBJECT"
2335
+ ],
2336
+ "name": "SortOrderInput",
2337
+ "non_null": false
2338
+ },
2339
+ "varName": "sortOrderInput"
2340
+ },
2341
+ "name": {
2342
+ "defaultValue": null,
2343
+ "description": "Default sort field",
2344
+ "id_str": "locationList___input___sort___name",
2345
+ "name": "name",
2346
+ "path": "locationList.input.sort.name",
2347
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2348
+ "required": false,
2349
+ "responseStr": "name:$sortOrderInput ",
2350
+ "type": {
2351
+ "definition": {
2352
+ "description": null,
2353
+ "enumValues": null,
2354
+ "fields": null,
2355
+ "inputFields": {
2356
+ "direction": {
2357
+ "defaultValue": "ASC",
2358
+ "description": null,
2359
+ "id_str": "locationList___input___sort___name___direction",
2360
+ "name": "direction",
2361
+ "path": "locationList.input.sort.name.direction",
2362
+ "requestStr": "$direction:SortOrder! ",
2363
+ "required": true,
2364
+ "responseStr": "direction:$direction ",
2365
+ "type": {
2366
+ "definition": {
2367
+ "description": null,
2368
+ "enumValues": [
2369
+ {
2370
+ "deprecationReason": null,
2371
+ "description": null,
2372
+ "isDeprecated": false,
2373
+ "name": "ASC"
2374
+ },
2375
+ {
2376
+ "deprecationReason": null,
2377
+ "description": null,
2378
+ "isDeprecated": false,
2379
+ "name": "DESC"
2380
+ }
2381
+ ],
2382
+ "fields": null,
2383
+ "inputFields": null,
2384
+ "interfaces": null,
2385
+ "kind": "ENUM",
2386
+ "name": "SortOrder",
2387
+ "possibleTypes": null
2388
+ },
2389
+ "indexType": "enum",
2390
+ "kind": [
2391
+ "NON_NULL",
2392
+ "ENUM"
2393
+ ],
2394
+ "name": "SortOrder",
2395
+ "non_null": false
2396
+ },
2397
+ "varName": "direction"
2398
+ },
2399
+ "priority": {
2400
+ "defaultValue": "1",
2401
+ "description": null,
2402
+ "id_str": "locationList___input___sort___name___priority",
2403
+ "name": "priority",
2404
+ "path": "locationList.input.sort.name.priority",
2405
+ "requestStr": "$priority:Int! ",
2406
+ "required": true,
2407
+ "responseStr": "priority:$priority ",
2408
+ "type": {
2409
+ "kind": [
2410
+ "NON_NULL",
2411
+ "SCALAR"
2412
+ ],
2413
+ "name": "Int",
2414
+ "non_null": false
2415
+ },
2416
+ "varName": "priority"
2417
+ }
2418
+ },
2419
+ "interfaces": null,
2420
+ "kind": "INPUT_OBJECT",
2421
+ "name": "SortOrderInput",
2422
+ "possibleTypes": null
2423
+ },
2424
+ "indexType": "input_object",
2425
+ "kind": [
2426
+ "INPUT_OBJECT"
2427
+ ],
2428
+ "name": "SortOrderInput",
2429
+ "non_null": false
2430
+ },
2431
+ "varName": "sortOrderInput"
2432
+ },
2433
+ "type": {
2434
+ "defaultValue": null,
2435
+ "description": null,
2436
+ "id_str": "locationList___input___sort___type",
2437
+ "name": "type",
2438
+ "path": "locationList.input.sort.type",
2439
+ "requestStr": "$sortOrderInput:SortOrderInput ",
2440
+ "required": false,
2441
+ "responseStr": "type:$sortOrderInput ",
2442
+ "type": {
2443
+ "definition": {
2444
+ "description": null,
2445
+ "enumValues": null,
2446
+ "fields": null,
2447
+ "inputFields": {
2448
+ "direction": {
2449
+ "defaultValue": "ASC",
2450
+ "description": null,
2451
+ "id_str": "locationList___input___sort___type___direction",
2452
+ "name": "direction",
2453
+ "path": "locationList.input.sort.type.direction",
2454
+ "requestStr": "$direction:SortOrder! ",
2455
+ "required": true,
2456
+ "responseStr": "direction:$direction ",
2457
+ "type": {
2458
+ "definition": {
2459
+ "description": null,
2460
+ "enumValues": [
2461
+ {
2462
+ "deprecationReason": null,
2463
+ "description": null,
2464
+ "isDeprecated": false,
2465
+ "name": "ASC"
2466
+ },
2467
+ {
2468
+ "deprecationReason": null,
2469
+ "description": null,
2470
+ "isDeprecated": false,
2471
+ "name": "DESC"
2472
+ }
2473
+ ],
2474
+ "fields": null,
2475
+ "inputFields": null,
2476
+ "interfaces": null,
2477
+ "kind": "ENUM",
2478
+ "name": "SortOrder",
2479
+ "possibleTypes": null
2480
+ },
2481
+ "indexType": "enum",
2482
+ "kind": [
2483
+ "NON_NULL",
2484
+ "ENUM"
2485
+ ],
2486
+ "name": "SortOrder",
2487
+ "non_null": false
2488
+ },
2489
+ "varName": "direction"
2490
+ },
2491
+ "priority": {
2492
+ "defaultValue": "1",
2493
+ "description": null,
2494
+ "id_str": "locationList___input___sort___type___priority",
2495
+ "name": "priority",
2496
+ "path": "locationList.input.sort.type.priority",
2497
+ "requestStr": "$priority:Int! ",
2498
+ "required": true,
2499
+ "responseStr": "priority:$priority ",
2500
+ "type": {
2501
+ "kind": [
2502
+ "NON_NULL",
2503
+ "SCALAR"
2504
+ ],
2505
+ "name": "Int",
2506
+ "non_null": false
2507
+ },
2508
+ "varName": "priority"
2509
+ }
2510
+ },
2511
+ "interfaces": null,
2512
+ "kind": "INPUT_OBJECT",
2513
+ "name": "SortOrderInput",
2514
+ "possibleTypes": null
2515
+ },
2516
+ "indexType": "input_object",
2517
+ "kind": [
2518
+ "INPUT_OBJECT"
2519
+ ],
2520
+ "name": "SortOrderInput",
2521
+ "non_null": false
2522
+ },
2523
+ "varName": "sortOrderInput"
2524
+ }
2525
+ },
2526
+ "interfaces": null,
2527
+ "kind": "INPUT_OBJECT",
2528
+ "name": "LocationSortInput",
2529
+ "possibleTypes": null
2530
+ },
2531
+ "indexType": "input_object",
2532
+ "kind": [
2533
+ "INPUT_OBJECT"
2534
+ ],
2535
+ "name": "LocationSortInput",
2536
+ "non_null": false
2537
+ },
2538
+ "varName": "locationSortInput"
2539
+ }
2540
+ },
2541
+ "interfaces": null,
2542
+ "kind": "INPUT_OBJECT",
2543
+ "name": "EnterpriseDirectoryLocationListInput",
2544
+ "possibleTypes": null
2545
+ },
2546
+ "indexType": "input_object",
2547
+ "kind": [
2548
+ "INPUT_OBJECT"
2549
+ ],
2550
+ "name": "EnterpriseDirectoryLocationListInput",
2551
+ "non_null": false
2552
+ },
2553
+ "varName": "enterpriseDirectoryLocationListInput"
2554
+ }
2555
+ },
2556
+ "deprecationReason": null,
2557
+ "description": "Retrieve the account location items",
2558
+ "id_str": "locationList",
2559
+ "isDeprecated": false,
2560
+ "name": "locationList",
2561
+ "path": "locationList",
2562
+ "requestStr": "$enterpriseDirectoryLocationListPayload:EnterpriseDirectoryLocationListPayload! ",
2563
+ "required": true,
2564
+ "responseStr": "locationList:$enterpriseDirectoryLocationListPayload ",
2565
+ "type": {
2566
+ "definition": {
2567
+ "description": null,
2568
+ "enumValues": null,
2569
+ "fields": {
2570
+ "items": {
2571
+ "alias": "itemsEnterpriseDirectoryLocationListPayload: items",
2572
+ "args": {},
2573
+ "deprecationReason": null,
2574
+ "description": "The results",
2575
+ "id_str": "locationList___items",
2576
+ "isDeprecated": false,
2577
+ "name": "items",
2578
+ "path": "locationList.items",
2579
+ "requestStr": "$location:[Location]! ",
2580
+ "required": true,
2581
+ "responseStr": "items:$location ",
2582
+ "type": {
2583
+ "definition": {
2584
+ "description": null,
2585
+ "enumValues": null,
2586
+ "fields": {
2587
+ "account": {
2588
+ "alias": "accountLocation: account",
2589
+ "args": {},
2590
+ "deprecationReason": null,
2591
+ "description": "Cma account",
2592
+ "id_str": "locationList___items___account",
2593
+ "isDeprecated": false,
2594
+ "name": "account",
2595
+ "path": "locationList.items.account",
2596
+ "requestStr": "$accountRef:AccountRef! ",
2597
+ "required": true,
2598
+ "responseStr": "account:$accountRef ",
2599
+ "type": {
2600
+ "definition": {
2601
+ "description": "A reference identifying the Account object. ID: Unique Account Identifier, Name: The Account Name",
2602
+ "enumValues": null,
2603
+ "fields": {
2604
+ "id": {
2605
+ "args": {},
2606
+ "deprecationReason": null,
2607
+ "description": null,
2608
+ "id_str": "locationList___items___account___id",
2609
+ "isDeprecated": false,
2610
+ "name": "id",
2611
+ "path": "locationList.items.account.id",
2612
+ "requestStr": "$id:ID! ",
2613
+ "required": true,
2614
+ "responseStr": "id:$id ",
2615
+ "type": {
2616
+ "kind": [
2617
+ "NON_NULL",
2618
+ "SCALAR"
2619
+ ],
2620
+ "name": "ID",
2621
+ "non_null": false
2622
+ },
2623
+ "varName": "id"
2624
+ },
2625
+ "name": {
2626
+ "args": {},
2627
+ "deprecationReason": null,
2628
+ "description": null,
2629
+ "id_str": "locationList___items___account___name",
2630
+ "isDeprecated": false,
2631
+ "name": "name",
2632
+ "path": "locationList.items.account.name",
2633
+ "requestStr": "$name:String! ",
2634
+ "required": true,
2635
+ "responseStr": "name:$name ",
2636
+ "type": {
2637
+ "kind": [
2638
+ "NON_NULL",
2639
+ "SCALAR"
2640
+ ],
2641
+ "name": "String",
2642
+ "non_null": false
2643
+ },
2644
+ "varName": "name"
2645
+ }
2646
+ },
2647
+ "inputFields": null,
2648
+ "interfaces": {},
2649
+ "kind": "OBJECT",
2650
+ "name": "AccountRef",
2651
+ "possibleTypes": null
2652
+ },
2653
+ "indexType": "object",
2654
+ "kind": [
2655
+ "NON_NULL",
2656
+ "OBJECT"
2657
+ ],
2658
+ "name": "AccountRef",
2659
+ "non_null": false
2660
+ },
2661
+ "varName": "accountRef"
2662
+ },
2663
+ "archived": {
2664
+ "args": {},
2665
+ "deprecationReason": null,
2666
+ "description": "Is archived",
2667
+ "id_str": "locationList___items___archived",
2668
+ "isDeprecated": false,
2669
+ "name": "archived",
2670
+ "path": "locationList.items.archived",
2671
+ "requestStr": "$archived:Boolean! ",
2672
+ "required": true,
2673
+ "responseStr": "archived:$archived ",
2674
+ "type": {
2675
+ "kind": [
2676
+ "NON_NULL",
2677
+ "SCALAR"
2678
+ ],
2679
+ "name": "Boolean",
2680
+ "non_null": false
2681
+ },
2682
+ "varName": "archived"
2683
+ },
2684
+ "audit": {
2685
+ "alias": "auditLocation: audit",
2686
+ "args": {},
2687
+ "deprecationReason": null,
2688
+ "description": "Audit data",
2689
+ "id_str": "locationList___items___audit",
2690
+ "isDeprecated": false,
2691
+ "name": "audit",
2692
+ "path": "locationList.items.audit",
2693
+ "requestStr": "$auditingMetadata:AuditingMetadata! ",
2694
+ "required": true,
2695
+ "responseStr": "audit:$auditingMetadata ",
2696
+ "type": {
2697
+ "definition": {
2698
+ "description": null,
2699
+ "enumValues": null,
2700
+ "fields": {
2701
+ "updatedBy": {
2702
+ "alias": "updatedByAuditingMetadata: updatedBy",
2703
+ "args": {},
2704
+ "deprecationReason": null,
2705
+ "description": null,
2706
+ "id_str": "locationList___items___audit___updatedBy",
2707
+ "isDeprecated": false,
2708
+ "name": "updatedBy",
2709
+ "path": "locationList.items.audit.updatedBy",
2710
+ "requestStr": "$actorRef:ActorRef! ",
2711
+ "required": true,
2712
+ "responseStr": "updatedBy:$actorRef ",
2713
+ "type": {
2714
+ "definition": {
2715
+ "description": null,
2716
+ "enumValues": null,
2717
+ "fields": {
2718
+ "id": {
2719
+ "args": {},
2720
+ "deprecationReason": null,
2721
+ "description": null,
2722
+ "id_str": "locationList___items___audit___updatedBy___id",
2723
+ "isDeprecated": false,
2724
+ "name": "id",
2725
+ "path": "locationList.items.audit.updatedBy.id",
2726
+ "requestStr": "$id:ID! ",
2727
+ "required": true,
2728
+ "responseStr": "id:$id ",
2729
+ "type": {
2730
+ "kind": [
2731
+ "NON_NULL",
2732
+ "SCALAR"
2733
+ ],
2734
+ "name": "ID",
2735
+ "non_null": false
2736
+ },
2737
+ "varName": "id"
2738
+ },
2739
+ "name": {
2740
+ "args": {},
2741
+ "deprecationReason": null,
2742
+ "description": null,
2743
+ "id_str": "locationList___items___audit___updatedBy___name",
2744
+ "isDeprecated": false,
2745
+ "name": "name",
2746
+ "path": "locationList.items.audit.updatedBy.name",
2747
+ "requestStr": "$name:String! ",
2748
+ "required": true,
2749
+ "responseStr": "name:$name ",
2750
+ "type": {
2751
+ "kind": [
2752
+ "NON_NULL",
2753
+ "SCALAR"
2754
+ ],
2755
+ "name": "String",
2756
+ "non_null": false
2757
+ },
2758
+ "varName": "name"
2759
+ }
2760
+ },
2761
+ "inputFields": null,
2762
+ "interfaces": [
2763
+ {
2764
+ "kind": "INTERFACE",
2765
+ "name": "ObjectRef",
2766
+ "ofType": null
2767
+ }
2768
+ ],
2769
+ "kind": "INTERFACE",
2770
+ "name": "ActorRef",
2771
+ "possibleTypes": [
2772
+ {
2773
+ "kind": "OBJECT",
2774
+ "name": "AdminRef",
2775
+ "ofType": null
2776
+ },
2777
+ {
2778
+ "kind": "OBJECT",
2779
+ "name": "ApiKeyRef",
2780
+ "ofType": null
2781
+ }
2782
+ ]
2783
+ },
2784
+ "indexType": "interface",
2785
+ "kind": [
2786
+ "NON_NULL",
2787
+ "INTERFACE"
2788
+ ],
2789
+ "name": "ActorRef",
2790
+ "non_null": false
2791
+ },
2792
+ "varName": "actorRef"
2793
+ },
2794
+ "updatedTime": {
2795
+ "args": {},
2796
+ "deprecationReason": null,
2797
+ "description": null,
2798
+ "id_str": "locationList___items___audit___updatedTime",
2799
+ "isDeprecated": false,
2800
+ "name": "updatedTime",
2801
+ "path": "locationList.items.audit.updatedTime",
2802
+ "requestStr": "$updatedTime:DateTime! ",
2803
+ "required": true,
2804
+ "responseStr": "updatedTime:$updatedTime ",
2805
+ "type": {
2806
+ "kind": [
2807
+ "NON_NULL",
2808
+ "SCALAR"
2809
+ ],
2810
+ "name": "DateTime",
2811
+ "non_null": false
2812
+ },
2813
+ "varName": "updatedTime"
2814
+ }
2815
+ },
2816
+ "inputFields": null,
2817
+ "interfaces": {},
2818
+ "kind": "OBJECT",
2819
+ "name": "AuditingMetadata",
2820
+ "possibleTypes": null
2821
+ },
2822
+ "indexType": "object",
2823
+ "kind": [
2824
+ "NON_NULL",
2825
+ "OBJECT"
2826
+ ],
2827
+ "name": "AuditingMetadata",
2828
+ "non_null": false
2829
+ },
2830
+ "varName": "auditingMetadata"
2831
+ },
2832
+ "businessUnit": {
2833
+ "args": {},
2834
+ "deprecationReason": null,
2835
+ "description": "Business unit",
2836
+ "id_str": "locationList___items___businessUnit",
2837
+ "isDeprecated": false,
2838
+ "name": "businessUnit",
2839
+ "path": "locationList.items.businessUnit",
2840
+ "requestStr": "$businessUnit:String ",
2841
+ "required": false,
2842
+ "responseStr": "businessUnit:$businessUnit ",
2843
+ "type": {
2844
+ "kind": [
2845
+ "SCALAR"
2846
+ ],
2847
+ "name": "String",
2848
+ "non_null": false
2849
+ },
2850
+ "varName": "businessUnit"
2851
+ },
2852
+ "description": {
2853
+ "args": {},
2854
+ "deprecationReason": null,
2855
+ "description": "Location description",
2856
+ "id_str": "locationList___items___description",
2857
+ "isDeprecated": false,
2858
+ "name": "description",
2859
+ "path": "locationList.items.description",
2860
+ "requestStr": "$description:String ",
2861
+ "required": false,
2862
+ "responseStr": "description:$description ",
2863
+ "type": {
2864
+ "kind": [
2865
+ "SCALAR"
2866
+ ],
2867
+ "name": "String",
2868
+ "non_null": false
2869
+ },
2870
+ "varName": "description"
2871
+ },
2872
+ "details": {
2873
+ "alias": "detailsLocation: details",
2874
+ "args": {},
2875
+ "deprecationReason": null,
2876
+ "description": "Location details",
2877
+ "id_str": "locationList___items___details",
2878
+ "isDeprecated": false,
2879
+ "name": "details",
2880
+ "path": "locationList.items.details",
2881
+ "requestStr": "$locationDetails:LocationDetails! ",
2882
+ "required": true,
2883
+ "responseStr": "details:$locationDetails ",
2884
+ "type": {
2885
+ "definition": {
2886
+ "description": null,
2887
+ "enumValues": null,
2888
+ "fields": {
2889
+ "companyName": {
2890
+ "args": {},
2891
+ "deprecationReason": null,
2892
+ "description": "Company name (recipient)",
2893
+ "id_str": "locationList___items___details___companyName",
2894
+ "isDeprecated": false,
2895
+ "name": "companyName",
2896
+ "path": "locationList.items.details.companyName",
2897
+ "requestStr": "$companyName:String ",
2898
+ "required": false,
2899
+ "responseStr": "companyName:$companyName ",
2900
+ "type": {
2901
+ "kind": [
2902
+ "SCALAR"
2903
+ ],
2904
+ "name": "String",
2905
+ "non_null": false
2906
+ },
2907
+ "varName": "companyName"
2908
+ },
2909
+ "contact": {
2910
+ "alias": "contactLocationDetails: contact",
2911
+ "args": {},
2912
+ "deprecationReason": null,
2913
+ "description": "Delivery contact detail",
2914
+ "id_str": "locationList___items___details___contact",
2915
+ "isDeprecated": false,
2916
+ "name": "contact",
2917
+ "path": "locationList.items.details.contact",
2918
+ "requestStr": "$contactDetails:ContactDetails ",
2919
+ "required": false,
2920
+ "responseStr": "contact:$contactDetails ",
2921
+ "type": {
2922
+ "definition": {
2923
+ "description": null,
2924
+ "enumValues": null,
2925
+ "fields": {
2926
+ "email": {
2927
+ "args": {},
2928
+ "deprecationReason": null,
2929
+ "description": "Contact email address",
2930
+ "id_str": "locationList___items___details___contact___email",
2931
+ "isDeprecated": false,
2932
+ "name": "email",
2933
+ "path": "locationList.items.details.contact.email",
2934
+ "requestStr": "$email:Email ",
2935
+ "required": false,
2936
+ "responseStr": "email:$email ",
2937
+ "type": {
2938
+ "kind": [
2939
+ "SCALAR"
2940
+ ],
2941
+ "name": "Email",
2942
+ "non_null": false
2943
+ },
2944
+ "varName": "email"
2945
+ },
2946
+ "name": {
2947
+ "args": {},
2948
+ "deprecationReason": null,
2949
+ "description": "Contact name",
2950
+ "id_str": "locationList___items___details___contact___name",
2951
+ "isDeprecated": false,
2952
+ "name": "name",
2953
+ "path": "locationList.items.details.contact.name",
2954
+ "requestStr": "$name:String ",
2955
+ "required": false,
2956
+ "responseStr": "name:$name ",
2957
+ "type": {
2958
+ "kind": [
2959
+ "SCALAR"
2960
+ ],
2961
+ "name": "String",
2962
+ "non_null": false
2963
+ },
2964
+ "varName": "name"
2965
+ },
2966
+ "phone": {
2967
+ "args": {},
2968
+ "deprecationReason": null,
2969
+ "description": "Contact phone number",
2970
+ "id_str": "locationList___items___details___contact___phone",
2971
+ "isDeprecated": false,
2972
+ "name": "phone",
2973
+ "path": "locationList.items.details.contact.phone",
2974
+ "requestStr": "$phone:Phone ",
2975
+ "required": false,
2976
+ "responseStr": "phone:$phone ",
2977
+ "type": {
2978
+ "kind": [
2979
+ "SCALAR"
2980
+ ],
2981
+ "name": "Phone",
2982
+ "non_null": false
2983
+ },
2984
+ "varName": "phone"
2985
+ }
2986
+ },
2987
+ "inputFields": null,
2988
+ "interfaces": {},
2989
+ "kind": "OBJECT",
2990
+ "name": "ContactDetails",
2991
+ "possibleTypes": null
2992
+ },
2993
+ "indexType": "object",
2994
+ "kind": [
2995
+ "OBJECT"
2996
+ ],
2997
+ "name": "ContactDetails",
2998
+ "non_null": false
2999
+ },
3000
+ "varName": "contactDetails"
3001
+ },
3002
+ "postalAddress": {
3003
+ "alias": "postalAddressLocationDetails: postalAddress",
3004
+ "args": {},
3005
+ "deprecationReason": null,
3006
+ "description": "Postal location",
3007
+ "id_str": "locationList___items___details___postalAddress",
3008
+ "isDeprecated": false,
3009
+ "name": "postalAddress",
3010
+ "path": "locationList.items.details.postalAddress",
3011
+ "requestStr": "$postalAddress:PostalAddress! ",
3012
+ "required": true,
3013
+ "responseStr": "postalAddress:$postalAddress ",
3014
+ "type": {
3015
+ "definition": {
3016
+ "description": null,
3017
+ "enumValues": null,
3018
+ "fields": {
3019
+ "addressValidated": {
3020
+ "alias": "addressValidatedPostalAddress: addressValidated",
3021
+ "args": {},
3022
+ "deprecationReason": null,
3023
+ "description": "Address validation status",
3024
+ "id_str": "locationList___items___details___postalAddress___addressValidated",
3025
+ "isDeprecated": false,
3026
+ "name": "addressValidated",
3027
+ "path": "locationList.items.details.postalAddress.addressValidated",
3028
+ "requestStr": "$addressValidated:AddressValidationStatus! ",
3029
+ "required": true,
3030
+ "responseStr": "addressValidated:$addressValidated ",
3031
+ "type": {
3032
+ "definition": {
3033
+ "description": null,
3034
+ "enumValues": [
3035
+ {
3036
+ "deprecationReason": null,
3037
+ "description": null,
3038
+ "isDeprecated": false,
3039
+ "name": "VALID"
3040
+ },
3041
+ {
3042
+ "deprecationReason": null,
3043
+ "description": null,
3044
+ "isDeprecated": false,
3045
+ "name": "INVALID"
3046
+ },
3047
+ {
3048
+ "deprecationReason": null,
3049
+ "description": null,
3050
+ "isDeprecated": false,
3051
+ "name": "NA"
3052
+ }
3053
+ ],
3054
+ "fields": null,
3055
+ "inputFields": null,
3056
+ "interfaces": null,
3057
+ "kind": "ENUM",
3058
+ "name": "AddressValidationStatus",
3059
+ "possibleTypes": null
3060
+ },
3061
+ "indexType": "enum",
3062
+ "kind": [
3063
+ "NON_NULL",
3064
+ "ENUM"
3065
+ ],
3066
+ "name": "AddressValidationStatus",
3067
+ "non_null": false
3068
+ },
3069
+ "varName": "addressValidated"
3070
+ },
3071
+ "cityName": {
3072
+ "args": {},
3073
+ "deprecationReason": null,
3074
+ "description": "City",
3075
+ "id_str": "locationList___items___details___postalAddress___cityName",
3076
+ "isDeprecated": false,
3077
+ "name": "cityName",
3078
+ "path": "locationList.items.details.postalAddress.cityName",
3079
+ "requestStr": "$cityName:String ",
3080
+ "required": false,
3081
+ "responseStr": "cityName:$cityName ",
3082
+ "type": {
3083
+ "kind": [
3084
+ "SCALAR"
3085
+ ],
3086
+ "name": "String",
3087
+ "non_null": false
3088
+ },
3089
+ "varName": "cityName"
3090
+ },
3091
+ "country": {
3092
+ "alias": "countryPostalAddress: country",
3093
+ "args": {},
3094
+ "deprecationReason": null,
3095
+ "description": "Country",
3096
+ "id_str": "locationList___items___details___postalAddress___country",
3097
+ "isDeprecated": false,
3098
+ "name": "country",
3099
+ "path": "locationList.items.details.postalAddress.country",
3100
+ "requestStr": "$countryRef:CountryRef! ",
3101
+ "required": true,
3102
+ "responseStr": "country:$countryRef ",
3103
+ "type": {
3104
+ "definition": {
3105
+ "description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
3106
+ "enumValues": null,
3107
+ "fields": {
3108
+ "id": {
3109
+ "args": {},
3110
+ "deprecationReason": null,
3111
+ "description": null,
3112
+ "id_str": "locationList___items___details___postalAddress___country___id",
3113
+ "isDeprecated": false,
3114
+ "name": "id",
3115
+ "path": "locationList.items.details.postalAddress.country.id",
3116
+ "requestStr": "$id:ID! ",
3117
+ "required": true,
3118
+ "responseStr": "id:$id ",
3119
+ "type": {
3120
+ "kind": [
3121
+ "NON_NULL",
3122
+ "SCALAR"
3123
+ ],
3124
+ "name": "ID",
3125
+ "non_null": false
3126
+ },
3127
+ "varName": "id"
3128
+ },
3129
+ "name": {
3130
+ "args": {},
3131
+ "deprecationReason": null,
3132
+ "description": null,
3133
+ "id_str": "locationList___items___details___postalAddress___country___name",
3134
+ "isDeprecated": false,
3135
+ "name": "name",
3136
+ "path": "locationList.items.details.postalAddress.country.name",
3137
+ "requestStr": "$name:String! ",
3138
+ "required": true,
3139
+ "responseStr": "name:$name ",
3140
+ "type": {
3141
+ "kind": [
3142
+ "NON_NULL",
3143
+ "SCALAR"
3144
+ ],
3145
+ "name": "String",
3146
+ "non_null": false
3147
+ },
3148
+ "varName": "name"
3149
+ }
3150
+ },
3151
+ "inputFields": null,
3152
+ "interfaces": {},
3153
+ "kind": "OBJECT",
3154
+ "name": "CountryRef",
3155
+ "possibleTypes": null
3156
+ },
3157
+ "indexType": "object",
3158
+ "kind": [
3159
+ "NON_NULL",
3160
+ "OBJECT"
3161
+ ],
3162
+ "name": "CountryRef",
3163
+ "non_null": false
3164
+ },
3165
+ "varName": "countryRef"
3166
+ },
3167
+ "stateName": {
3168
+ "args": {},
3169
+ "deprecationReason": null,
3170
+ "description": "State (only for USA)",
3171
+ "id_str": "locationList___items___details___postalAddress___stateName",
3172
+ "isDeprecated": false,
3173
+ "name": "stateName",
3174
+ "path": "locationList.items.details.postalAddress.stateName",
3175
+ "requestStr": "$stateName:String ",
3176
+ "required": false,
3177
+ "responseStr": "stateName:$stateName ",
3178
+ "type": {
3179
+ "kind": [
3180
+ "SCALAR"
3181
+ ],
3182
+ "name": "String",
3183
+ "non_null": false
3184
+ },
3185
+ "varName": "stateName"
3186
+ },
3187
+ "street": {
3188
+ "args": {},
3189
+ "deprecationReason": null,
3190
+ "description": "Street name and number",
3191
+ "id_str": "locationList___items___details___postalAddress___street",
3192
+ "isDeprecated": false,
3193
+ "name": "street",
3194
+ "path": "locationList.items.details.postalAddress.street",
3195
+ "requestStr": "$street:String ",
3196
+ "required": false,
3197
+ "responseStr": "street:$street ",
3198
+ "type": {
3199
+ "kind": [
3200
+ "SCALAR"
3201
+ ],
3202
+ "name": "String",
3203
+ "non_null": false
3204
+ },
3205
+ "varName": "street"
3206
+ },
3207
+ "zipCode": {
3208
+ "args": {},
3209
+ "deprecationReason": null,
3210
+ "description": "Zip Code",
3211
+ "id_str": "locationList___items___details___postalAddress___zipCode",
3212
+ "isDeprecated": false,
3213
+ "name": "zipCode",
3214
+ "path": "locationList.items.details.postalAddress.zipCode",
3215
+ "requestStr": "$zipCode:String ",
3216
+ "required": false,
3217
+ "responseStr": "zipCode:$zipCode ",
3218
+ "type": {
3219
+ "kind": [
3220
+ "SCALAR"
3221
+ ],
3222
+ "name": "String",
3223
+ "non_null": false
3224
+ },
3225
+ "varName": "zipCode"
3226
+ }
3227
+ },
3228
+ "inputFields": null,
3229
+ "interfaces": {},
3230
+ "kind": "OBJECT",
3231
+ "name": "PostalAddress",
3232
+ "possibleTypes": null
3233
+ },
3234
+ "indexType": "object",
3235
+ "kind": [
3236
+ "NON_NULL",
3237
+ "OBJECT"
3238
+ ],
3239
+ "name": "PostalAddress",
3240
+ "non_null": false
3241
+ },
3242
+ "varName": "postalAddress"
3243
+ },
3244
+ "shippingLocation": {
3245
+ "args": {},
3246
+ "deprecationReason": null,
3247
+ "description": "Is shipping location",
3248
+ "id_str": "locationList___items___details___shippingLocation",
3249
+ "isDeprecated": false,
3250
+ "name": "shippingLocation",
3251
+ "path": "locationList.items.details.shippingLocation",
3252
+ "requestStr": "$shippingLocation:Boolean! ",
3253
+ "required": true,
3254
+ "responseStr": "shippingLocation:$shippingLocation ",
3255
+ "type": {
3256
+ "kind": [
3257
+ "NON_NULL",
3258
+ "SCALAR"
3259
+ ],
3260
+ "name": "Boolean",
3261
+ "non_null": false
3262
+ },
3263
+ "varName": "shippingLocation"
3264
+ },
3265
+ "vatId": {
3266
+ "args": {},
3267
+ "deprecationReason": null,
3268
+ "description": "Vat id (required for Brazil)",
3269
+ "id_str": "locationList___items___details___vatId",
3270
+ "isDeprecated": false,
3271
+ "name": "vatId",
3272
+ "path": "locationList.items.details.vatId",
3273
+ "requestStr": "$vatId:String ",
3274
+ "required": false,
3275
+ "responseStr": "vatId:$vatId ",
3276
+ "type": {
3277
+ "kind": [
3278
+ "SCALAR"
3279
+ ],
3280
+ "name": "String",
3281
+ "non_null": false
3282
+ },
3283
+ "varName": "vatId"
3284
+ }
3285
+ },
3286
+ "inputFields": null,
3287
+ "interfaces": {},
3288
+ "kind": "OBJECT",
3289
+ "name": "LocationDetails",
3290
+ "possibleTypes": null
3291
+ },
3292
+ "indexType": "object",
3293
+ "kind": [
3294
+ "NON_NULL",
3295
+ "OBJECT"
3296
+ ],
3297
+ "name": "LocationDetails",
3298
+ "non_null": false
3299
+ },
3300
+ "varName": "locationDetails"
3301
+ },
3302
+ "id": {
3303
+ "args": {},
3304
+ "deprecationReason": null,
3305
+ "description": "Location id",
3306
+ "id_str": "locationList___items___id",
3307
+ "isDeprecated": false,
3308
+ "name": "id",
3309
+ "path": "locationList.items.id",
3310
+ "requestStr": "$id:ID! ",
3311
+ "required": true,
3312
+ "responseStr": "id:$id ",
3313
+ "type": {
3314
+ "kind": [
3315
+ "NON_NULL",
3316
+ "SCALAR"
3317
+ ],
3318
+ "name": "ID",
3319
+ "non_null": false
3320
+ },
3321
+ "varName": "id"
3322
+ },
3323
+ "name": {
3324
+ "args": {},
3325
+ "deprecationReason": null,
3326
+ "description": "Location name",
3327
+ "id_str": "locationList___items___name",
3328
+ "isDeprecated": false,
3329
+ "name": "name",
3330
+ "path": "locationList.items.name",
3331
+ "requestStr": "$name:String! ",
3332
+ "required": true,
3333
+ "responseStr": "name:$name ",
3334
+ "type": {
3335
+ "kind": [
3336
+ "NON_NULL",
3337
+ "SCALAR"
3338
+ ],
3339
+ "name": "String",
3340
+ "non_null": false
3341
+ },
3342
+ "varName": "name"
3343
+ },
3344
+ "type": {
3345
+ "alias": "typeLocation: type",
3346
+ "args": {},
3347
+ "deprecationReason": null,
3348
+ "description": "Location type",
3349
+ "id_str": "locationList___items___type",
3350
+ "isDeprecated": false,
3351
+ "name": "type",
3352
+ "path": "locationList.items.type",
3353
+ "requestStr": "$type:LocationType! ",
3354
+ "required": true,
3355
+ "responseStr": "type:$type ",
3356
+ "type": {
3357
+ "definition": {
3358
+ "description": null,
3359
+ "enumValues": [
3360
+ {
3361
+ "deprecationReason": null,
3362
+ "description": null,
3363
+ "isDeprecated": false,
3364
+ "name": "BRANCH"
3365
+ },
3366
+ {
3367
+ "deprecationReason": null,
3368
+ "description": null,
3369
+ "isDeprecated": false,
3370
+ "name": "HEADQUARTERS"
3371
+ },
3372
+ {
3373
+ "deprecationReason": null,
3374
+ "description": null,
3375
+ "isDeprecated": false,
3376
+ "name": "DATA_CENTER"
3377
+ },
3378
+ {
3379
+ "deprecationReason": null,
3380
+ "description": null,
3381
+ "isDeprecated": false,
3382
+ "name": "CLOUD_DATA_CENTER"
3383
+ },
3384
+ {
3385
+ "deprecationReason": null,
3386
+ "description": null,
3387
+ "isDeprecated": false,
3388
+ "name": "WAREHOUSE"
3389
+ },
3390
+ {
3391
+ "deprecationReason": null,
3392
+ "description": null,
3393
+ "isDeprecated": false,
3394
+ "name": "OTHER"
3395
+ }
3396
+ ],
3397
+ "fields": null,
3398
+ "inputFields": null,
3399
+ "interfaces": null,
3400
+ "kind": "ENUM",
3401
+ "name": "LocationType",
3402
+ "possibleTypes": null
3403
+ },
3404
+ "indexType": "enum",
3405
+ "kind": [
3406
+ "NON_NULL",
3407
+ "ENUM"
3408
+ ],
3409
+ "name": "LocationType",
3410
+ "non_null": false
3411
+ },
3412
+ "varName": "type"
3413
+ }
3414
+ },
3415
+ "inputFields": null,
3416
+ "interfaces": {},
3417
+ "kind": "OBJECT",
3418
+ "name": "Location",
3419
+ "possibleTypes": null
3420
+ },
3421
+ "indexType": "object",
3422
+ "kind": [
3423
+ "NON_NULL",
3424
+ "LIST",
3425
+ "NON_NULL",
3426
+ "OBJECT"
3427
+ ],
3428
+ "name": "Location",
3429
+ "non_null": false
3430
+ },
3431
+ "varName": "location"
3432
+ },
3433
+ "pageInfo": {
3434
+ "alias": "pageInfoEnterpriseDirectoryLocationListPayload: pageInfo",
3435
+ "args": {},
3436
+ "deprecationReason": null,
3437
+ "description": "Pagination details",
3438
+ "id_str": "locationList___pageInfo",
3439
+ "isDeprecated": false,
3440
+ "name": "pageInfo",
3441
+ "path": "locationList.pageInfo",
3442
+ "requestStr": "$pageInfo:PageInfo ",
3443
+ "required": false,
3444
+ "responseStr": "pageInfo:$pageInfo ",
3445
+ "type": {
3446
+ "definition": {
3447
+ "description": null,
3448
+ "enumValues": null,
3449
+ "fields": {
3450
+ "total": {
3451
+ "args": {},
3452
+ "deprecationReason": null,
3453
+ "description": null,
3454
+ "id_str": "locationList___pageInfo___total",
3455
+ "isDeprecated": false,
3456
+ "name": "total",
3457
+ "path": "locationList.pageInfo.total",
3458
+ "requestStr": "$total:Int! ",
3459
+ "required": true,
3460
+ "responseStr": "total:$total ",
3461
+ "type": {
3462
+ "kind": [
3463
+ "NON_NULL",
3464
+ "SCALAR"
3465
+ ],
3466
+ "name": "Int",
3467
+ "non_null": false
3468
+ },
3469
+ "varName": "total"
3470
+ }
3471
+ },
3472
+ "inputFields": null,
3473
+ "interfaces": {},
3474
+ "kind": "OBJECT",
3475
+ "name": "PageInfo",
3476
+ "possibleTypes": null
3477
+ },
3478
+ "indexType": "object",
3479
+ "kind": [
3480
+ "OBJECT"
3481
+ ],
3482
+ "name": "PageInfo",
3483
+ "non_null": false
3484
+ },
3485
+ "varName": "pageInfo"
3486
+ }
3487
+ },
3488
+ "inputFields": null,
3489
+ "interfaces": {},
3490
+ "kind": "OBJECT",
3491
+ "name": "EnterpriseDirectoryLocationListPayload",
3492
+ "possibleTypes": null
3493
+ },
3494
+ "indexType": "object",
3495
+ "kind": [
3496
+ "NON_NULL",
3497
+ "OBJECT"
3498
+ ],
3499
+ "name": "EnterpriseDirectoryLocationListPayload",
3500
+ "non_null": false
3501
+ },
3502
+ "varName": "enterpriseDirectoryLocationListPayload"
3503
+ }
3504
+ },
3505
+ "inputFields": null,
3506
+ "interfaces": [],
3507
+ "kind": "OBJECT",
3508
+ "name": "EnterpriseDirectoryQueries",
3509
+ "possibleTypes": null
3510
+ },
3511
+ "indexType": "object",
3512
+ "kind": [
3513
+ "OBJECT"
3514
+ ],
3515
+ "name": "EnterpriseDirectoryQueries",
3516
+ "non_null": false
3517
+ },
3518
+ "variablesPayload": {
3519
+ "enterpriseDirectoryLocationListInput": {
3520
+ "locationFilterInput": {
3521
+ "account": {
3522
+ "accountInclusion": "ALL_ACCOUNTS",
3523
+ "in": [
3524
+ "id1",
3525
+ "id2"
3526
+ ]
3527
+ },
3528
+ "countryCode": {
3529
+ "eq": "string",
3530
+ "in": [
3531
+ "string1",
3532
+ "string2"
3533
+ ],
3534
+ "neq": "string",
3535
+ "nin": [
3536
+ "string1",
3537
+ "string2"
3538
+ ]
3539
+ },
3540
+ "freeText": {
3541
+ "search": "string"
3542
+ },
3543
+ "id": {
3544
+ "eq": "id",
3545
+ "in": [
3546
+ "id1",
3547
+ "id2"
3548
+ ],
3549
+ "neq": "id",
3550
+ "nin": [
3551
+ "id1",
3552
+ "id2"
3553
+ ]
3554
+ },
3555
+ "includeArchived": true,
3556
+ "isShippingLocation": true,
3557
+ "name": {
3558
+ "eq": "string",
3559
+ "in": [
3560
+ "string1",
3561
+ "string2"
3562
+ ],
3563
+ "neq": "string",
3564
+ "nin": [
3565
+ "string1",
3566
+ "string2"
3567
+ ]
3568
+ },
3569
+ "type": {
3570
+ "eq": "BRANCH",
3571
+ "in": "BRANCH",
3572
+ "neq": "BRANCH",
3573
+ "nin": "BRANCH"
3574
+ }
3575
+ },
3576
+ "locationSortInput": {
3577
+ "country": {
3578
+ "direction": "ASC",
3579
+ "priority": 1
3580
+ },
3581
+ "name": {
3582
+ "direction": "ASC",
3583
+ "priority": 1
3584
+ },
3585
+ "type": {
3586
+ "direction": "ASC",
3587
+ "priority": 1
3588
+ }
3589
+ },
3590
+ "pagingInput": {
3591
+ "from": 1,
3592
+ "limit": 1
3593
+ }
3594
+ }
3595
+ }
3596
+ }