diff --git "a/assets/manifest-Djs-hJ1x.json" "b/assets/manifest-Djs-hJ1x.json" new file mode 100644--- /dev/null +++ "b/assets/manifest-Djs-hJ1x.json" @@ -0,0 +1,5257 @@ +{ + "manifest_version": 3, + "name": "manifest", + "version": "1.0.0", + "short_name": "CitibankDemobusinessinc", + "start_url": "https://citibankdemobusiness.dev/", + "scope": "https://citibankdemobusiness.dev/", + "display": "standalone", + "background_color": "#ffffff", + "theme_color": "#003b70", + "icons": { + "48": "favicon.ico" + }, + "apolloPersistedQueries": { + "format": "apollo-persisted-query-manifest", + "operations": [ + { + "id": "https://citibankdemobusiness.dev/ACHSettingDetailsTable", + "name": "ACHSettingDetailsTable", + "type": "query", + "body": "query ACHSettingDetailsTable($id: ID!) {\n achSetting(id: $id) {\n id\n path\n prettyImmediateOrigin\n immediateOriginName\n immediateDestination\n immediateDestinationName\n createdAt\n discardedAt\n __typename\n }\n displayColumns(resource: ach_setting, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}" + }, + { + "id": "https://citibankdemobusiness.dev/ACHSettingListView", + "name": "ACHSettingListView", + "type": "query", + "body": "query ACHSettingListView($id: ID, $showDeleted: String, $immediateOrigin: String, $immediateOriginName: String, $immediateDestination: String, $immediateDestinationName: String, $first: Int, $after: String, $last: Int, $before: String) {\n achSettings(\n id: $id\n showDeleted: $showDeleted\n immediateOrigin: $immediateOrigin\n immediateOriginName: $immediateOriginName\n immediateDestination: $immediateDestination\n immediateDestinationName: $immediateDestinationName\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ACHSettingList\n __typename\n }\n}\n\nfragment ACHSettingList on ACHSettingConnection {\n edges {\n node {\n typename: __typename\n id\n prettyImmediateOrigin\n immediateOriginName\n immediateDestination\n immediateDestinationName\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/APIKeyDetailsTable", + "name": "APIKeyDetailsTable", + "type": "query", + "body": "query APIKeyDetailsTable($id: ID!) {\n apiKey(id: $id) {\n id\n path\n name\n prettyIpAllowlist\n createdAt\n safeApiKeySecret\n decommissionedAt\n organizationId\n rolesV2 {\n typename: __typename\n id\n name\n path\n }\n prettyRateLimit\n liveMode\n creator {\n typename: __typename\n id\n name\n path\n }\n __typename\n }\n displayColumns(resource: api_key, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/APIKeyListView", + "name": "APIKeyListView", + "type": "query", + "body": "query APIKeyListView($name: String, $showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n apiKeys(\n name: $name\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...APIKeyList\n __typename\n }\n}\n\nfragment APIKeyList on APIKeyConnection {\n edges {\n node {\n typename: __typename\n id\n name\n prettyIpAllowlist\n createdAt\n decommissionedAt\n organizationId\n rolesV2 {\n typename: __typename\n id\n name\n path\n }\n prettyRateLimit\n liveMode\n creator {\n typename: __typename\n id\n name\n path\n }\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/APIKeysHome", + "name": "APIKeysHome", + "type": "query", + "body": "query APIKeysHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $showDeleted: String) {\n apiKeys(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n showDeleted: $showDeleted\n ) {\n ...APIKeyList\n __typename\n }\n abilities {\n APIKey {\n canUpdate\n __typename\n }\n __typename\n }\n currentOrganization {\n id\n __typename\n }\n}\n\nfragment APIKeyList on APIKeyConnection {\n edges {\n node {\n typename: __typename\n id\n name\n prettyIpAllowlist\n createdAt\n decommissionedAt\n organizationId\n rolesV2 {\n typename: __typename\n id\n name\n path\n }\n prettyRateLimit\n liveMode\n creator {\n typename: __typename\n id\n name\n path\n }\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountACHSettingDetailsTable", + "name": "AccountACHSettingDetailsTable", + "type": "query", + "body": "query AccountACHSettingDetailsTable($id: ID!) {\n accountAchSetting(id: $id) {\n id\n path\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n prettyDirection\n achSetting {\n typename: __typename\n id\n path\n }\n prettyImmediateOrigin\n immediateOriginName\n immediateDestination\n immediateDestinationName\n connectionEndpointLabel\n discardedAt\n createdAt\n __typename\n }\n displayColumns(resource: account_ach_setting, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountACHSettingListView", + "name": "AccountACHSettingListView", + "type": "query", + "body": "query AccountACHSettingListView($showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n accountAchSettings(\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...AccountACHSettingList\n __typename\n }\n}\n\nfragment AccountACHSettingList on AccountACHSettingConnection {\n edges {\n node {\n typename: __typename\n id\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n prettyDirection\n achSetting {\n typename: __typename\n id\n path\n }\n prettyImmediateOrigin\n immediateOriginName\n immediateDestination\n immediateDestinationName\n connectionEndpointLabel\n discardedAt\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountCapabilityDetailsTable", + "name": "AccountCapabilityDetailsTable", + "type": "query", + "body": "query AccountCapabilityDetailsTable($id: ID!) {\n accountCapability(id: $id) {\n id\n path\n prettyPaymentType\n prettyDirection\n identifier\n partyName\n currencies\n currencyTagColors\n anyCurrency\n prettyPaymentSubtypes\n paymentSubtypeTagColors\n connection {\n typename: __typename\n id\n bestName\n path\n }\n address {\n typename: __typename\n id\n full\n }\n discardedAt\n __typename\n }\n displayColumns(resource: account_capability, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountCapabilityListView", + "name": "AccountCapabilityListView", + "type": "query", + "body": "query AccountCapabilityListView($showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n accountCapabilities(\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...AccountCapabilityList\n __typename\n }\n}\n\nfragment AccountCapabilityList on AccountCapabilityConnection {\n edges {\n node {\n typename: __typename\n id\n prettyPaymentType\n prettyDirection\n identifier\n partyName\n currencies\n currencyTagColors\n anyCurrency\n prettyPaymentSubtypes\n paymentSubtypeTagColors\n connection {\n typename: __typename\n id\n bestName\n path\n }\n address {\n typename: __typename\n id\n full\n }\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountCollectionEmbeddableFlowDemo", + "name": "AccountCollectionEmbeddableFlowDemo", + "type": "query", + "body": "query AccountCollectionEmbeddableFlowDemo($id: ID!) {\n accountCollectionFlow(id: $id) {\n id\n clientToken\n counterpartyId\n paymentTypes\n receivingCountries\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountCurrencies", + "name": "AccountCurrencies", + "type": "query", + "body": "query AccountCurrencies {\n accountCurrencies {\n currencies\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountCurrencyBalanceWidget", + "name": "AccountCurrencyBalanceWidget", + "type": "query", + "body": "query AccountCurrencyBalanceWidget($currency: CurrencyEnum) {\n accountCurrencyMetrics(currency: $currency) {\n edges {\n node {\n typename: __typename\n id\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountCurrencyMetricListView", + "name": "AccountCurrencyMetricListView", + "type": "query", + "body": "query AccountCurrencyMetricListView($currency: CurrencyEnum, $first: Int, $after: String, $last: Int, $before: String) {\n accountCurrencyMetrics(\n currency: $currency\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...AccountCurrencyMetricList\n __typename\n }\n}\n\nfragment AccountCurrencyMetricList on AccountCurrencyMetricConnection {\n edges {\n node {\n typename: __typename\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n ledgerVariance\n highlightLedgerVariance\n unreconciledAmount\n unreconciledPercent\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountCurrencyMetricsHome", + "name": "AccountCurrencyMetricsHome", + "type": "query", + "body": "query AccountCurrencyMetricsHome($first: Int, $after: String, $last: Int, $before: String, $currency: CurrencyEnum) {\n accountCurrencyMetrics(\n first: $first\n after: $after\n last: $last\n before: $before\n currency: $currency\n ) {\n ...AccountCurrencyMetricList\n edges {\n node {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment AccountCurrencyMetricList on AccountCurrencyMetricConnection {\n edges {\n node {\n typename: __typename\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n ledgerVariance\n highlightLedgerVariance\n unreconciledAmount\n unreconciledPercent\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountGroupAccounts", + "name": "AccountGroupAccounts", + "type": "query", + "body": "query AccountGroupAccounts($first: Int, $after: String, $last: Int, $before: String, $accountGroupIds: [ID!], $accountSearchName: String, $currency: String, $activeOnly: Boolean, $operationalStatuses: [String!]) {\n internalAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n accountGroupIds: $accountGroupIds\n accountSearchName: $accountSearchName\n currency: $currency\n activeOnly: $activeOnly\n operationalStatuses: $operationalStatuses\n ) {\n ...InternalAccountList\n __typename\n }\n}\n\nfragment InternalAccountList on InternalAccountConnection {\n edges {\n node {\n typename: __typename\n vendorId\n id\n bestName\n childrenCount\n prettyChildrenCount\n bankName\n currency\n operationalStatus\n parentAccountName\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountGroupDetailsTable", + "name": "AccountGroupDetailsTable", + "type": "query", + "body": "query AccountGroupDetailsTable($id: ID!) {\n accountGroup(id: $id) {\n name\n currency\n description\n internalAccountsUnpaginated {\n typename: __typename\n id\n bestName\n path\n }\n internalAccountCount\n __typename\n }\n displayColumns(resource: account_group, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountGroupMetricListView", + "name": "AccountGroupMetricListView", + "type": "query", + "body": "query AccountGroupMetricListView($name: String, $currency: CurrencyEnum, $first: Int, $after: String, $last: Int, $before: String) {\n accountGroupMetrics(\n name: $name\n currency: $currency\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...AccountGroupMetricList\n __typename\n }\n}\n\nfragment AccountGroupMetricList on AccountGroupMetricConnection {\n edges {\n node {\n typename: __typename\n bestName\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n ledgerVariance\n highlightLedgerVariance\n unreconciledAmount\n unreconciledPercent\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountGroupMetricsHome", + "name": "AccountGroupMetricsHome", + "type": "query", + "body": "query AccountGroupMetricsHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $currency: CurrencyEnum) {\n accountGroupMetrics(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n currency: $currency\n ) {\n ...AccountGroupMetricList\n edges {\n node {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment AccountGroupMetricList on AccountGroupMetricConnection {\n edges {\n node {\n typename: __typename\n bestName\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n ledgerVariance\n highlightLedgerVariance\n unreconciledAmount\n unreconciledPercent\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountGroupSelectOptions", + "name": "AccountGroupSelectOptions", + "type": "query", + "body": "query AccountGroupSelectOptions($currencies: [String!]) {\n accountGroupSelectOptions(currencies: $currencies) {\n ... on SelectSimpleOption {\n value\n label\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountGroupView", + "name": "AccountGroupView", + "type": "query", + "body": "query AccountGroupView($id: ID!, $first: Int, $after: String, $last: Int, $before: String) {\n accountGroup(id: $id) {\n id\n name\n currency\n description\n internalAccounts(first: $first, after: $after, last: $last, before: $before) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n longName\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountGroupsHome", + "name": "AccountGroupsHome", + "type": "query", + "body": "query AccountGroupsHome($first: Int, $after: String, $last: Int, $before: String) {\n accountGroups(first: $first, after: $after, last: $last, before: $before) {\n ...AccountGroupList\n edges {\n node {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment AccountGroupList on AccountGroupConnection {\n edges {\n node {\n typename: __typename\n name\n currency\n description\n internalAccountsUnpaginated {\n typename: __typename\n id\n bestName\n path\n }\n internalAccountCount\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountGroupsSelect", + "name": "AccountGroupsSelect", + "type": "query", + "body": "query AccountGroupsSelect($first: Int, $after: String, $last: Int, $before: String, $name: String) {\n accountGroups(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n ) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n __typename\n }\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountingLedgerEntitiesSelect", + "name": "AccountingLedgerEntitiesSelect", + "type": "query", + "body": "query AccountingLedgerEntitiesSelect($first: Int, $after: String, $last: Int, $before: String, $ledgerSyncType: Accounting__LedgerSyncEnum!, $ledgerEntityName: String, $ledgerEntityId: ID!, $initialFetch: Boolean!) {\n accountingLedgerEntities(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerSyncType: $ledgerSyncType\n ledgerEntityName: $ledgerEntityName\n ) {\n edges {\n node {\n id\n ledgerSyncType\n name\n classification\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n __typename\n }\n __typename\n }\n accountingLedgerEntity(id: $ledgerEntityId) @include(if: $initialFetch) {\n id\n ledgerSyncType\n name\n classification\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AccountingLedgerView", + "name": "AccountingLedgerView", + "type": "query", + "body": "query AccountingLedgerView {\n accountingLedger {\n id\n vendor\n autoSyncCounterpartiesEnabled\n defaultSubsidiaryId\n ledgerClassesEnabled\n mustReconnectLedger\n autoSyncPaymentOrdersEnabled\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AddGroupRoles", + "name": "AddGroupRoles", + "type": "mutation", + "body": "mutation AddGroupRoles($input: AddGroupRolesInput!) {\n addGroupRoles(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminCreateDirectoryOrganization", + "name": "AdminCreateDirectoryOrganization", + "type": "mutation", + "body": "mutation AdminCreateDirectoryOrganization($input: AdminCreateDirectoryOrganizationInput!) {\n adminCreateDirectoryOrganization(input: $input) {\n directoryOrganization {\n id\n vendorId\n vendorName\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminDeleteOrganization", + "name": "AdminDeleteOrganization", + "type": "mutation", + "body": "mutation AdminDeleteOrganization($input: AdminDeleteOrganizationInput!) {\n adminDeleteOrganization(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminOffboardOrganization", + "name": "AdminOffboardOrganization", + "type": "mutation", + "body": "mutation AdminOffboardOrganization($input: AdminOffboardOrganizationInput!) {\n adminOffboardOrganization(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminOrganizationCreateProduct", + "name": "AdminOrganizationCreateProduct", + "type": "mutation", + "body": "mutation AdminOrganizationCreateProduct($input: AdminOrganizationCreateProductInput!) {\n adminOrganizationCreateProduct(input: $input) {\n product {\n id\n productType\n status\n liveMode\n organizationId\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminOrganizationInternalSettings", + "name": "AdminOrganizationInternalSettings", + "type": "query", + "body": "query AdminOrganizationInternalSettings($organizationId: ID!) {\n adminOrganizationInternalSettings(organizationId: $organizationId) {\n id\n name\n cell\n live\n sendEmailsEnabled\n billingCustomerId\n billingSubscriptionId\n mtInternalAdminTags\n webhookEndpointsLimit\n webhookEndpointsThrottlingEnabled\n domainName\n showPii\n prebuiltUisWhitelabelingEnabled\n authorizePrebuiltUisWhitelabeling\n scimEnabled\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n hideSandboxBorder\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminOrganizationOnboardingInformation", + "name": "AdminOrganizationOnboardingInformation", + "type": "query", + "body": "query AdminOrganizationOnboardingInformation($organizationId: ID!) {\n adminOrganizationOnboardingInformation(organizationId: $organizationId) {\n id\n live\n creationSource\n onboardingData\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminOrganizationOnboardingLegalEntities", + "name": "AdminOrganizationOnboardingLegalEntities", + "type": "query", + "body": "query AdminOrganizationOnboardingLegalEntities($organizationId: ID!) {\n adminOrganizationOnboardingLegalEntities(organizationId: $organizationId) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n name\n address {\n full\n __typename\n }\n applicationRelationship\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminOrganizationProductsSetting", + "name": "AdminOrganizationProductsSetting", + "type": "query", + "body": "query AdminOrganizationProductsSetting($organizationId: ID!, $first: Int, $after: String, $last: Int, $before: String) {\n adminOrganizationProductsSetting(\n organizationId: $organizationId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n productType\n liveMode\n status\n organizationId\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminOrganizationUpdateProduct", + "name": "AdminOrganizationUpdateProduct", + "type": "mutation", + "body": "mutation AdminOrganizationUpdateProduct($input: AdminOrganizationUpdateProductInput!) {\n adminOrganizationUpdateProduct(input: $input) {\n product {\n id\n status\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminOrganizationView", + "name": "AdminOrganizationView", + "type": "query", + "body": "query AdminOrganizationView($organizationId: ID!) {\n organization(id: $organizationId) {\n id\n name\n live\n sendEmailsEnabled\n billingCustomerId\n billingSubscriptionId\n mtInternalAdminTags\n webhookEndpointsLimit\n webhookEndpointsThrottlingEnabled\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminUpdateOrganizationInternalSettings", + "name": "AdminUpdateOrganizationInternalSettings", + "type": "mutation", + "body": "mutation AdminUpdateOrganizationInternalSettings($input: AdminUpdateOrganizationInternalSettingsInput!) {\n adminUpdateOrganizationInternalSettings(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AdminVendorTemplateDetailsTable", + "name": "AdminVendorTemplateDetailsTable", + "type": "query", + "body": "query AdminVendorTemplateDetailsTable($id: ID!) {\n adminVendorTemplate(id: $id) {\n id\n name\n entity\n description\n createdAt\n createdBy\n __typename\n }\n displayColumns(resource: admin_vendor_template, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ApiKeyForm", + "name": "ApiKeyForm", + "type": "query", + "body": "query ApiKeyForm($roleType: [String!] = [], $actorSource: String, $id: ID!) {\n rolesUnpaginated(roleType: $roleType, actorSource: $actorSource) {\n id\n mtManaged\n name\n __typename\n }\n apiKey(id: $id) {\n id\n name\n keySecret\n createdAt\n decommissionedAt\n ipAllowlist\n organizationId\n path\n default\n roles\n liveMode\n rateLimit\n creator {\n id\n path\n name\n __typename\n }\n internalAccounts {\n id\n longName\n __typename\n }\n rolesV2 {\n name\n mtManaged\n id\n roleType\n __typename\n }\n permissions {\n resource\n actions\n includes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n excludes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n __typename\n }\n __typename\n }\n abilities {\n APIKey {\n canUpdate\n __typename\n }\n __typename\n }\n currentOrganization {\n id\n canEdit\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ApiKeySelect", + "name": "ApiKeySelect", + "type": "query", + "body": "query ApiKeySelect($first: Int, $after: String, $name: String) {\n apiKeys(first: $first, after: $after, name: $name) {\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ApiKeyView", + "name": "ApiKeyView", + "type": "query", + "body": "query ApiKeyView($id: ID!) {\n apiKey(id: $id) {\n id\n name\n roles\n default\n decommissionedAt\n internalAccounts {\n id\n longName\n __typename\n }\n rolesV2 {\n name\n mtManaged\n id\n roleType\n __typename\n }\n permissions {\n resource\n actions\n includes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n excludes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n __typename\n }\n __typename\n }\n abilities {\n APIKey {\n canUpdate\n __typename\n }\n __typename\n }\n currentOrganization {\n id\n canEdit\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ApprovalsExternalAccountListView", + "name": "ApprovalsExternalAccountListView", + "type": "query", + "body": "query ApprovalsExternalAccountListView($first: Int, $after: String, $last: Int, $before: String, $status: ExternalAccount__StatusEnum, $name: String, $metadata: JSON, $scopeByPendingMyCurrentApproval: Boolean, $scopeByPendingReviewer: Boolean, $reviewAsGroupId: ID, $includeFutureApprovals: Boolean, $createdAt: DateTimeFilterInput) {\n externalAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n status: $status\n name: $name\n metadata: $metadata\n scopeByPendingMyCurrentApproval: $scopeByPendingMyCurrentApproval\n scopeByPendingReviewer: $scopeByPendingReviewer\n reviewAsGroupId: $reviewAsGroupId\n includeFutureApprovals: $includeFutureApprovals\n createdAt: $createdAt\n ) {\n ...ExternalAccountList\n totalCount\n edges {\n node {\n waitingOn\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment ExternalAccountList on ExternalAccountConnection {\n edges {\n node {\n typename: __typename\n name\n id\n safeAccountNumber\n waitingOn\n swiftCode\n abaRoutingNumber\n counterpartyName\n prettyStatus\n partyAddressFull\n prettyVerificationStatus\n auBsbRoutingNumber\n caCpaRoutingNumber\n createdAt\n dkInterbankClearingCodeRoutingNumber\n gbSortCodeRoutingNumber\n huInterbankClearingCodeRoutingNumber\n idSknbiCodeRoutingNumber\n ilBankCodeRoutingNumber\n inIfscRoutingNumber\n jpZenginCodeRoutingNumber\n zaNationalClearingCodeRoutingNumber\n cnapsRoutingNumber\n nzNationalClearingCodeRoutingNumber\n seBankgiroClearingCodeRoutingNumber\n sgInterbankClearingCodeRoutingNumber\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ApprovalsPaymentOrderListView", + "name": "ApprovalsPaymentOrderListView", + "type": "query", + "body": "query ApprovalsPaymentOrderListView($first: Int, $after: String, $last: Int, $before: String, $status: PaymentOrder__StatusEnum, $typeWithPriority: PaymentTypeWithPriorityEnum, $direction: String, $amount: AmountFilterInput, $description: String, $effectiveDate: DateFilterInput, $createdAt: DateTimeFilterInput, $processAfter: DateTimeFilterInput, $ledgerSyncStatus: String, $counterpartyId: ID, $originatingAccountIds: [ID!], $metadata: JSON, $transactionId: ID, $currency: CurrencyEnum, $referenceNumber: String, $id: ID, $batchId: ID, $orderBy: JSON, $bulkRequestId: ID, $invoiceId: ID, $entityId: ID, $entityAType: String, $entityBType: String, $entityLinkCount: AmountFilterInput, $connectionId: ID, $templateIds: [ID!], $scopeByPendingMyCurrentApproval: Boolean, $scopeByPendingReviewer: Boolean, $reviewAsGroupId: ID, $includeFutureApprovals: String) {\n paymentOrders(\n first: $first\n after: $after\n last: $last\n before: $before\n status: $status\n typeWithPriority: $typeWithPriority\n direction: $direction\n amount: $amount\n description: $description\n effectiveDate: $effectiveDate\n processAfter: $processAfter\n ledgerSyncStatus: $ledgerSyncStatus\n counterpartyId: $counterpartyId\n originatingAccountIds: $originatingAccountIds\n metadata: $metadata\n transactionId: $transactionId\n currency: $currency\n referenceNumber: $referenceNumber\n id: $id\n batchId: $batchId\n orderBy: $orderBy\n bulkRequestId: $bulkRequestId\n invoiceId: $invoiceId\n entityId: $entityId\n entityAType: $entityAType\n entityBType: $entityBType\n entityLinkCount: $entityLinkCount\n connectionId: $connectionId\n templateIds: $templateIds\n scopeByPendingMyCurrentApproval: $scopeByPendingMyCurrentApproval\n scopeByPendingReviewer: $scopeByPendingReviewer\n createdAt: $createdAt\n reviewAsGroupId: $reviewAsGroupId\n includeFutureApprovals: $includeFutureApprovals\n ) {\n totalCount\n ...PaymentOrderList\n __typename\n }\n}\n\nfragment PaymentOrderList on PaymentOrderConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n expectedCompletedAt\n entityLinkCount\n failureReason\n id\n beneficiaryName\n prettyAmount\n description\n prettyType\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n receivingEntity {\n ... on ExternalAccount {\n typename: __typename\n id\n path\n }\n ... on InternalAccount {\n typename: __typename\n id\n path\n }\n __typename\n }\n waitingOn\n paymentSubtype\n prettyPriority\n prettyDirection\n currency\n prettyPaymentCurrency\n prettyBaseCurrency\n prettyTargetCurrency\n effectiveDate\n processAfter\n statementDescriptor\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n remittanceInformation\n originatingPartyName\n sendRemittanceAdvice\n prettyForeignExchangeIndicator\n nsfProtected\n bulkImport {\n typename: __typename\n id\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n endToEndId\n templateVersion {\n typename: __typename\n id\n prettyName\n path\n }\n direction\n prettyRate\n prettyTargetAmount\n prettyChargeBearer\n unreconciledAmount\n stampedReceivingEntityName\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ApprovalsProposedChangeListView", + "name": "ApprovalsProposedChangeListView", + "type": "query", + "body": "query ApprovalsProposedChangeListView($first: Int, $after: String, $last: Int, $before: String) {\n proposedChanges(first: $first, after: $after, last: $last, before: $before) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n changesList\n prettyEntityType\n entityName\n entityId\n entityPath\n review {\n user {\n name\n __typename\n }\n __typename\n }\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ApprovalsTemplateVersionListView", + "name": "ApprovalsTemplateVersionListView", + "type": "query", + "body": "query ApprovalsTemplateVersionListView($first: Int, $after: String, $last: Int, $before: String, $status: TemplateVersion__StatusEnum, $description: String, $name: String, $id: ID, $createdAt: DateTimeFilterInput, $scopeByPendingMyCurrentApproval: Boolean, $scopeByPendingReviewer: Boolean, $includeFutureApprovals: Boolean, $reviewAsGroupId: ID) {\n templateVersions(\n first: $first\n after: $after\n last: $last\n before: $before\n status: $status\n scopeByPendingMyCurrentApproval: $scopeByPendingMyCurrentApproval\n scopeByPendingReviewer: $scopeByPendingReviewer\n includeFutureApprovals: $includeFutureApprovals\n reviewAsGroupId: $reviewAsGroupId\n description: $description\n name: $name\n id: $id\n createdAt: $createdAt\n ) {\n totalCount\n ...TemplateVersionList\n __typename\n }\n}\n\nfragment TemplateVersionList on TemplateVersionConnection {\n edges {\n node {\n typename: __typename\n id\n createdBy\n description\n prettyName\n waitingOn\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ApproverFieldList", + "name": "ApproverFieldList", + "type": "query", + "body": "query ApproverFieldList {\n groupsUnpaginated {\n id\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AuditRecordDetailsTable", + "name": "AuditRecordDetailsTable", + "type": "query", + "body": "query AuditRecordDetailsTable($id: ID!, $showPiiFields: Boolean) {\n auditRecord(id: $id, showPiiFields: $showPiiFields) {\n prettyEvent\n prettyEventName\n eventTime\n actorName\n ipAddress\n geoLocation\n __typename\n }\n displayColumns(resource: audit_record, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AuditRecordListView", + "name": "AuditRecordListView", + "type": "query", + "body": "query AuditRecordListView($actorId: ID, $actorType: String, $entityId: ID, $entityType: String, $eventName: String, $eventTime: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n auditRecords(\n actorId: $actorId\n actorType: $actorType\n entityId: $entityId\n entityType: $entityType\n eventName: $eventName\n eventTime: $eventTime\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...AuditRecordList\n __typename\n }\n}\n\nfragment AuditRecordList on AuditRecordConnection {\n edges {\n node {\n typename: __typename\n prettyEvent\n prettyEventName\n eventTime\n actorName\n ipAddress\n geoLocation\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AuditRecordView", + "name": "AuditRecordView", + "type": "query", + "body": "query AuditRecordView($id: ID!, $showPiiFields: Boolean!) {\n auditRecord(id: $id, showPiiFields: $showPiiFields) {\n id\n eventTime\n actorId\n actorType\n actorName\n data\n ipAddress\n eventEntity\n eventAction\n entityPath\n geoLocation\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AuditRecordsHome", + "name": "AuditRecordsHome", + "type": "query", + "body": "query AuditRecordsHome($first: Int, $after: String, $last: Int, $before: String, $actorId: ID, $actorType: String, $entityId: ID, $entityType: String, $eventName: String, $eventTime: DateTimeFilterInput, $fuzzyEventName: String, $includeAssociations: Boolean, $includeAdminActions: Boolean, $skipRelatedRecordsCheck: Boolean = false) {\n relatedRecordsAreArchived(\n archivedRecordType: \"AuditRecord\"\n resourceType: $entityType\n resourceId: $entityId\n ) @skip(if: $skipRelatedRecordsCheck)\n auditRecords(\n first: $first\n after: $after\n last: $last\n before: $before\n actorId: $actorId\n actorType: $actorType\n entityId: $entityId\n entityType: $entityType\n eventName: $eventName\n eventTime: $eventTime\n fuzzyEventName: $fuzzyEventName\n includeAssociations: $includeAssociations\n includeAdminActions: $includeAdminActions\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n typename: __typename\n id\n eventTime\n path\n actorId\n actorType\n actorName\n ipAddress\n prettyEvent\n prettyEventName\n geoLocation\n eventName\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AuditableJsonField", + "name": "AuditableJsonField", + "type": "query", + "body": "query AuditableJsonField($id: ID!, $resourceName: String!, $fieldName: String!) {\n auditableJsonField(id: $id, resourceName: $resourceName, fieldName: $fieldName)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AuditableTextField", + "name": "AuditableTextField", + "type": "query", + "body": "query AuditableTextField($id: ID!, $resourceName: String!, $fieldName: String!) {\n auditableTextField(id: $id, resourceName: $resourceName, fieldName: $fieldName)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/AuthorizationFilters", + "name": "AuthorizationFilters", + "type": "query", + "body": "query AuthorizationFilters($resource: ResourceEnum) {\n logicalFormFields(\n logicalFormKey: AuthorizationFilters\n resource: $resource\n includeFieldDetails: true\n ) {\n methodName\n camelizeMethodName\n prettyMethodName\n logicalType\n methodReturnFormat\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n operators {\n operatorName\n negate\n prettyOperatorName\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BalanceListView", + "name": "BalanceListView", + "type": "query", + "body": "query BalanceListView($id: ID, $asOfDate: ISO8601Date, $first: Int, $after: String, $last: Int, $before: String) {\n balances(\n id: $id\n asOfDate: $asOfDate\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...BalanceList\n __typename\n }\n}\n\nfragment BalanceList on BalanceConnection {\n edges {\n node {\n typename: __typename\n id\n amount\n asOfDate\n asOfTime\n currency\n balanceType\n valueDate\n vendorCode\n vendorCodeType\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BalanceReportDetailsTable", + "name": "BalanceReportDetailsTable", + "type": "query", + "body": "query BalanceReportDetailsTable($id: ID!) {\n balanceReport(id: $id) {\n id\n asOf\n accountShort\n currency\n prettyAvailableAmount\n prettyLedgerAmount\n balanceReportType\n __typename\n }\n displayColumns(resource: balance_report, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BalanceReportListView", + "name": "BalanceReportListView", + "type": "query", + "body": "query BalanceReportListView($internalAccountIds: [String!]!, $asOfDate: DateFilterInput, $balanceReportType: BalanceReportTypeEnum, $first: Int, $after: String, $last: Int, $before: String) {\n balanceReports(\n internalAccountIds: $internalAccountIds\n asOfDate: $asOfDate\n balanceReportType: $balanceReportType\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...BalanceReportList\n __typename\n }\n}\n\nfragment BalanceReportList on BalanceReportConnection {\n edges {\n node {\n typename: __typename\n id\n asOf\n accountShort\n currency\n prettyAvailableAmount\n prettyLedgerAmount\n balanceReportType\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BalanceReportsReportsView", + "name": "BalanceReportsReportsView", + "type": "query", + "body": "query BalanceReportsReportsView($first: Int, $after: String, $last: Int, $before: String, $asOfDate: DateFilterInput, $internalAccountIds: [String!] = [], $balanceReportType: BalanceReportTypeEnum) {\n balanceReports(\n first: $first\n after: $after\n last: $last\n before: $before\n asOfDate: $asOfDate\n internalAccountIds: $internalAccountIds\n balanceReportType: $balanceReportType\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n ...balanceReport\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n\nfragment balanceReport on BalanceReport {\n id\n internalAccountId\n accountShort\n availableAmount\n currency\n prettyAvailableAmount\n prettyLedgerAmount\n balanceReportType\n asOf\n asOfDate\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BankingHolidays", + "name": "BankingHolidays", + "type": "query", + "body": "query BankingHolidays {\n bankingHolidays {\n vendorName\n vendorTime\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BillingDataView", + "name": "BillingDataView", + "type": "query", + "body": "query BillingDataView {\n billingData {\n ordwaySubscriptionSettings {\n planId\n isActiveSubscription\n nextChargeDate\n billingContacts {\n name\n email\n path\n __typename\n }\n invoices {\n id\n date\n amount\n pdfUrl\n __typename\n }\n selfServePlanId\n __typename\n }\n billingSettings {\n last4\n network\n expiry\n __typename\n }\n canViewBillingUsage\n __typename\n }\n currentOrganization {\n creationSource\n __typename\n }\n usersUnpaginated {\n name\n email\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkCreateAccountAchSettings", + "name": "BulkCreateAccountAchSettings", + "type": "mutation", + "body": "mutation BulkCreateAccountAchSettings($input: BulkCreateAccountACHSettingsInput!) {\n bulkCreateAccountAchSettings(input: $input) {\n connectionBulkImport {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkCreateAccountCapabilities", + "name": "BulkCreateAccountCapabilities", + "type": "mutation", + "body": "mutation BulkCreateAccountCapabilities($input: BulkCreateAccountCapabilitiesInput!) {\n bulkCreateAccountCapabilities(input: $input) {\n connectionBulkImport {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkCreateCounterparties", + "name": "BulkCreateCounterparties", + "type": "mutation", + "body": "mutation BulkCreateCounterparties($input: BulkCreateCounterpartiesInput!) {\n bulkCreateCounterparties(input: $input) {\n bulkImportId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkCreateExpectedPayments", + "name": "BulkCreateExpectedPayments", + "type": "mutation", + "body": "mutation BulkCreateExpectedPayments($input: BulkCreateExpectedPaymentsInput!) {\n bulkCreateExpectedPayments(input: $input) {\n bulkImportId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkCreateInternalAccounts", + "name": "BulkCreateInternalAccounts", + "type": "mutation", + "body": "mutation BulkCreateInternalAccounts($input: BulkCreateInternalAccountsInput!) {\n bulkCreateInternalAccounts(input: $input) {\n connectionBulkImport {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkCreateInvoices", + "name": "BulkCreateInvoices", + "type": "mutation", + "body": "mutation BulkCreateInvoices($input: BulkCreateInvoicesInput!) {\n bulkCreateInvoices(input: $input) {\n bulkImportId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkCreatePaymentOrders", + "name": "BulkCreatePaymentOrders", + "type": "mutation", + "body": "mutation BulkCreatePaymentOrders($input: BulkCreatePaymentOrdersInput!) {\n bulkCreatePaymentOrders(input: $input) {\n bulkImportId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkErrorDetailsTable", + "name": "BulkErrorDetailsTable", + "type": "query", + "body": "query BulkErrorDetailsTable($id: ID!) {\n bulkError(id: $id) {\n id\n requestErrors\n createdAt\n __typename\n }\n displayColumns(resource: bulk_error, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkImportDetailsTable", + "name": "BulkImportDetailsTable", + "type": "query", + "body": "query BulkImportDetailsTable($id: ID, $entityId: ID, $entityType: String) {\n bulkImport(id: $id, entityId: $entityId, entityType: $entityType) {\n id\n user {\n typename: __typename\n id\n name\n path\n }\n createdAt\n prettyResourceType\n filename\n prettyStatus\n __typename\n }\n displayColumns(resource: bulk_import, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkImportEntitiesView", + "name": "BulkImportEntitiesView", + "type": "query", + "body": "query BulkImportEntitiesView($bulkImportId: ID!, $first: Int, $after: String, $last: Int, $before: String) {\n bulkImportEntities(\n bulkImportId: $bulkImportId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n typename: __typename\n ... on PaymentOrder {\n id\n prettyAmount\n beneficiaryName\n prettyStatus\n prettyType\n path\n description\n __typename\n }\n ... on Invoice {\n id\n number\n prettyTotalAmount\n prettyStatus\n dueDate\n counterpartyName\n path\n externalBulkImportIdentifier\n __typename\n }\n ... on Counterparty {\n id\n name\n path\n __typename\n }\n ... on ExpectedPayment {\n id\n path\n accountShort\n description\n direction\n prettyAmountRange\n prettyStatus\n __typename\n }\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkImportListView", + "name": "BulkImportListView", + "type": "query", + "body": "query BulkImportListView($bulkImportId: ID, $resourceType: String, $createdAt: DateTimeFilterInput, $userId: ID, $filename: String, $first: Int, $after: String, $last: Int, $before: String) {\n bulkImports(\n bulkImportId: $bulkImportId\n resourceType: $resourceType\n createdAt: $createdAt\n userId: $userId\n filename: $filename\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...BulkImportList\n __typename\n }\n}\n\nfragment BulkImportList on BulkImportConnection {\n edges {\n node {\n typename: __typename\n id\n user {\n typename: __typename\n id\n name\n path\n }\n createdAt\n prettyResourceType\n filename\n prettyStatus\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkImportView", + "name": "BulkImportView", + "type": "query", + "body": "query BulkImportView($id: ID!) {\n bulkImport(id: $id) {\n id\n createdAt\n resourceType\n liveMode\n userId\n resourceCount\n prettyResourceType\n visibleResourceCount\n user {\n id\n name\n __typename\n }\n fileUrl\n filename\n prettyStatus\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkImportsHome", + "name": "BulkImportsHome", + "type": "query", + "body": "query BulkImportsHome($first: Int, $after: String, $last: Int, $before: String, $resourceType: String, $createdAt: DateTimeFilterInput, $bulkImportId: ID, $userId: ID, $filename: String) {\n bulkImports(\n first: $first\n after: $after\n last: $last\n before: $before\n resourceType: $resourceType\n createdAt: $createdAt\n bulkImportId: $bulkImportId\n userId: $userId\n filename: $filename\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n createdAt\n path\n resourceType\n prettyResourceType\n user {\n typename: __typename\n name\n id\n path\n }\n filename\n prettyStatus\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkLinkEntities", + "name": "BulkLinkEntities", + "type": "mutation", + "body": "mutation BulkLinkEntities($input: BulkLinkEntitiesInput!) {\n bulkLinkEntities(input: $input) {\n jobId\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkRefreshCustomEmailDomainVerificationStatus", + "name": "BulkRefreshCustomEmailDomainVerificationStatus", + "type": "mutation", + "body": "mutation BulkRefreshCustomEmailDomainVerificationStatus($input: BulkRefreshCustomEmailDomainVerificationStatusInput!) {\n bulkRefreshCustomEmailDomainVerificationStatus(input: $input) {\n customEmailDomains {\n id\n domain\n customerDnsRecords {\n name\n value\n type\n __typename\n }\n verificationStatus\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkRequestDetailsTable", + "name": "BulkRequestDetailsTable", + "type": "query", + "body": "query BulkRequestDetailsTable($id: ID!) {\n bulkRequest(id: $id) {\n id\n path\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n prettyActionType\n prettyResourceType\n totalResourceCount\n successResultCount\n failedResultCount\n createdAt\n updatedAt\n __typename\n }\n displayColumns(resource: bulk_request, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkRequestListView", + "name": "BulkRequestListView", + "type": "query", + "body": "query BulkRequestListView($id: ID, $status: BulkRequestStatusEnum, $resourceType: BulkRequestResourceEnum, $first: Int, $after: String, $last: Int, $before: String) {\n bulkRequests(\n id: $id\n status: $status\n resourceType: $resourceType\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...BulkRequestList\n __typename\n }\n}\n\nfragment BulkRequestList on BulkRequestConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n prettyActionType\n prettyResourceType\n totalResourceCount\n successResultCount\n failedResultCount\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkResultDetailsTable", + "name": "BulkResultDetailsTable", + "type": "query", + "body": "query BulkResultDetailsTable($id: ID!, $showPii: Boolean) {\n bulkResult(id: $id, showPii: $showPii) {\n id\n path\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n bulkResultableType\n bulkResultableId\n bulkResultablePath\n errors\n createdAt\n updatedAt\n __typename\n }\n displayColumns(resource: bulk_result, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkResultListView", + "name": "BulkResultListView", + "type": "query", + "body": "query BulkResultListView($status: BulkResultStatusEnum, $bulkResultableType: BulkResultableEnum, $bulkResultableId: ID, $first: Int, $after: String, $last: Int, $before: String) {\n bulkResults(\n status: $status\n bulkResultableType: $bulkResultableType\n bulkResultableId: $bulkResultableId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...BulkResultList\n __typename\n }\n}\n\nfragment BulkResultList on BulkResultConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n bulkResultableType\n bulkResultableId\n errors\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkResultView", + "name": "BulkResultView", + "type": "query", + "body": "query BulkResultView($id: ID!, $showPii: Boolean) {\n bulkResult(id: $id, showPii: $showPii) {\n requestParams\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkReviewPaymentOrders", + "name": "BulkReviewPaymentOrders", + "type": "mutation", + "body": "mutation BulkReviewPaymentOrders($input: BulkReviewPaymentOrdersInput!) {\n bulkReviewPaymentOrders(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkReviewReviewables", + "name": "BulkReviewReviewables", + "type": "mutation", + "body": "mutation BulkReviewReviewables($input: BulkReviewReviewablesInput!) {\n bulkReviewReviewables(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkValidateAccountAchSettings", + "name": "BulkValidateAccountAchSettings", + "type": "mutation", + "body": "mutation BulkValidateAccountAchSettings($input: BulkValidateAccountACHSettingsInput!) {\n bulkValidateAccountAchSettings(input: $input) {\n recordErrors {\n recordIndex\n errors {\n fieldName\n messages\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkValidateAccountCapabilities", + "name": "BulkValidateAccountCapabilities", + "type": "mutation", + "body": "mutation BulkValidateAccountCapabilities($input: BulkValidateAccountCapabilitiesInput!) {\n bulkValidateAccountCapabilities(input: $input) {\n recordErrors {\n recordIndex\n errors {\n fieldName\n messages\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkValidateInternalAccounts", + "name": "BulkValidateInternalAccounts", + "type": "mutation", + "body": "mutation BulkValidateInternalAccounts($input: BulkValidateInternalAccountsInput!) {\n bulkValidateInternalAccounts(input: $input) {\n recordErrors {\n recordIndex\n errors {\n fieldName\n messages\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkValidateInvoiceImport", + "name": "BulkValidateInvoiceImport", + "type": "mutation", + "body": "mutation BulkValidateInvoiceImport($input: BulkValidateInvoiceImportInput!) {\n bulkValidateInvoiceImport(input: $input) {\n recordErrors {\n recordIndex\n errors {\n fieldName\n messages\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/BulkValidatePaymentOrders", + "name": "BulkValidatePaymentOrders", + "type": "mutation", + "body": "mutation BulkValidatePaymentOrders($input: BulkValidatePaymentOrdersInput!) {\n bulkValidatePaymentOrders(input: $input) {\n recordErrors {\n recordIndex\n errors {\n fieldName\n messages\n __typename\n }\n missingDetails {\n resourceId\n resourceName\n fieldNames\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CalculateExpectedPaymentDelta", + "name": "CalculateExpectedPaymentDelta", + "type": "query", + "body": "query CalculateExpectedPaymentDelta($ids: [ID!]) {\n transactions(findTransactionsInput: {ids: $ids}) {\n edges {\n node {\n id\n amount\n amountWithDirection\n currency\n prettyAmountUnreconciledToExpectedPayment\n expectedPaymentDelta {\n unreconcilable\n expectedPaymentCount\n prettyExpectedPaymentAmount\n prettyTransactionExpectedPaymentDifference\n expectedPaymentIds\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n abilities {\n ExpectedPayment {\n canReconcile\n canUnreconcile\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CalculatePaymentOrderReviewsTotalAmount", + "name": "CalculatePaymentOrderReviewsTotalAmount", + "type": "query", + "body": "query CalculatePaymentOrderReviewsTotalAmount($filters: ReviewPaymentOrdersFilterInput!) {\n calculatePaymentOrderReviewsTotalAmount(filters: $filters) {\n prettyTotalDebits\n prettyTotalCredits\n paymentOrdersTotalCount\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CalculatePaymentOrderTotals", + "name": "CalculatePaymentOrderTotals", + "type": "query", + "body": "query CalculatePaymentOrderTotals($bulkImportId: ID!) {\n calculatePaymentOrderTotals(bulkImportId: $bulkImportId) {\n paymentOrdersTotalCount\n prettyTotals {\n amount\n currency\n direction\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CalculateResourceTotals", + "name": "CalculateResourceTotals", + "type": "query", + "body": "query CalculateResourceTotals($filters: ResourceFinder!, $resourceType: String!) {\n calculateResourceTotals(filters: $filters, resourceType: $resourceType) {\n creditCount\n creditRange {\n max\n min\n __typename\n }\n currency\n debitCount\n debitRange {\n max\n min\n __typename\n }\n totalCount\n totalRange {\n max\n min\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CanRequestQuote", + "name": "CanRequestQuote", + "type": "query", + "body": "query CanRequestQuote($internalAccountId: ID!) {\n canRequestQuote(internalAccountId: $internalAccountId) {\n foreignExchangePaymentSupport\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CancelReconciliationRuleEditingSession", + "name": "CancelReconciliationRuleEditingSession", + "type": "mutation", + "body": "mutation CancelReconciliationRuleEditingSession($input: CancelReconciliationRuleEditingSessionInput!) {\n cancelReconciliationRuleEditingSession(input: $input) {\n errors\n editingSessionId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CancelReconciliationRulePreview", + "name": "CancelReconciliationRulePreview", + "type": "mutation", + "body": "mutation CancelReconciliationRulePreview($input: CancelReconciliationRulePreviewInput!) {\n cancelReconciliationRulePreview(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CashFlowMetricsWidget", + "name": "CashFlowMetricsWidget", + "type": "query", + "body": "query CashFlowMetricsWidget($period: String!, $originatingAccount: String) {\n keyMetrics(period: $period, originatingAccount: $originatingAccount) {\n name\n prettyThisPeriod\n prettyLastPeriod\n prettyChange\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CategorizationMetadataKeyAsyncSelect", + "name": "CategorizationMetadataKeyAsyncSelect", + "type": "query", + "body": "query CategorizationMetadataKeyAsyncSelect($first: Int, $after: String, $name: String) {\n categorizationMetadataKeys(first: $first, after: $after, name: $name) {\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CategorizationMetadataKeyDetailsTable", + "name": "CategorizationMetadataKeyDetailsTable", + "type": "query", + "body": "query CategorizationMetadataKeyDetailsTable($id: ID!) {\n categorizationMetadataKey(id: $id) {\n id\n path\n name\n uniqueValues\n description\n createdAt\n updatedAt\n __typename\n }\n displayColumns(resource: categorization_metadata_key, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CategorizationMetadataKeysHome", + "name": "CategorizationMetadataKeysHome", + "type": "query", + "body": "query CategorizationMetadataKeysHome($first: Int, $after: String, $last: Int, $before: String) {\n categorizationMetadataKeys(\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...CategorizationMetadataKeyList\n __typename\n }\n}\n\nfragment CategorizationMetadataKeyList on CategorizationMetadataKeyConnection {\n edges {\n node {\n typename: __typename\n id\n name\n uniqueValues\n description\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CategorizationMetadataValueAsyncSelect", + "name": "CategorizationMetadataValueAsyncSelect", + "type": "query", + "body": "query CategorizationMetadataValueAsyncSelect($first: Int, $after: String, $name: String, $categorizationMetadataKeyId: String!) {\n categorizationMetadataValues(\n first: $first\n after: $after\n name: $name\n categorizationMetadataKeyId: $categorizationMetadataKeyId\n ) {\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CategorizationMetadataValuesForAssociatedEntities", + "name": "CategorizationMetadataValuesForAssociatedEntities", + "type": "query", + "body": "query CategorizationMetadataValuesForAssociatedEntities($first: Int, $after: String, $last: Int, $before: String, $categorizationMetadataKeyId: String!) {\n categorizationMetadataValues(\n first: $first\n after: $after\n last: $last\n before: $before\n categorizationMetadataKeyId: $categorizationMetadataKeyId\n ) {\n ...CategorizationMetadataValueList\n __typename\n }\n}\n\nfragment CategorizationMetadataValueList on CategorizationMetadataValueConnection {\n edges {\n node {\n typename: __typename\n name\n createdAt\n updatedAt\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CategorizationMetadataValuesHome", + "name": "CategorizationMetadataValuesHome", + "type": "query", + "body": "query CategorizationMetadataValuesHome($first: Int, $after: String, $last: Int, $before: String, $categorizationMetadataKeyId: String!) {\n categorizationMetadataValues(\n first: $first\n after: $after\n last: $last\n before: $before\n categorizationMetadataKeyId: $categorizationMetadataKeyId\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n name\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CertificateDetailsTable", + "name": "CertificateDetailsTable", + "type": "query", + "body": "query CertificateDetailsTable($id: ID!) {\n operationsCertificate(id: $id) {\n id\n name\n shareable\n shareableTagColor\n cryptographicKeyId\n createdAt\n updatedAt\n expiresAt\n discardedAt\n __typename\n }\n displayColumns(resource: certificate, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ChilipiperUserEvents", + "name": "ChilipiperUserEvents", + "type": "query", + "body": "query ChilipiperUserEvents($routerName: String!, $slotStart: DateTimeFilterInput, $slotEnd: DateTimeFilterInput, $reschedulable: Boolean) {\n chilipiperUserEvents(\n routerName: $routerName\n slotStart: $slotStart\n slotEnd: $slotEnd\n reschedulable: $reschedulable\n ) {\n edges {\n node {\n id\n slotStart\n slotEnd\n eventId\n routerName\n reschedulable\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ColumnSelectorDropdown", + "name": "ColumnSelectorDropdown", + "type": "query", + "body": "query ColumnSelectorDropdown($resource: String!, $key: String, $first: Int, $after: String) {\n resourceMetadataKeys(\n resource: $resource\n key: $key\n first: $first\n after: $after\n ) {\n edges {\n node {\n metadataKey\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n customIdentifierKeys(\n property: $resource\n key: $key\n first: $first\n after: $after\n ) {\n edges {\n node {\n key\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionAsyncSelect", + "name": "ConnectionAsyncSelect", + "type": "query", + "body": "query ConnectionAsyncSelect($first: Int, $after: String, $id: ID, $name: String) {\n connections(first: $first, after: $after, id: $id, name: $name) {\n edges {\n node {\n id\n name: bestName\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionBulkImportDetailsTable", + "name": "ConnectionBulkImportDetailsTable", + "type": "query", + "body": "query ConnectionBulkImportDetailsTable($id: ID!) {\n connectionBulkImport(id: $id) {\n id\n path\n connection {\n typename: __typename\n id\n entity\n path\n }\n filename\n status\n statusTagColor\n importErrors\n resourceType\n resourceCount\n user {\n typename: __typename\n id\n name\n }\n createdAt\n __typename\n }\n displayColumns(resource: connection_bulk_import, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionBulkImportListView", + "name": "ConnectionBulkImportListView", + "type": "query", + "body": "query ConnectionBulkImportListView($connectionBulkImportId: ID, $status: ConnectionBulkImport__StatusEnum, $resourceType: ConnectionBulkImportResourceTypeEnum, $filename: String, $userId: ID, $entityId: ID, $first: Int, $after: String, $last: Int, $before: String) {\n connectionBulkImports(\n connectionBulkImportId: $connectionBulkImportId\n status: $status\n resourceType: $resourceType\n filename: $filename\n userId: $userId\n entityId: $entityId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ConnectionBulkImportList\n __typename\n }\n}\n\nfragment ConnectionBulkImportList on ConnectionBulkImportConnection {\n edges {\n node {\n typename: __typename\n id\n connection {\n typename: __typename\n id\n entity\n path\n }\n filename\n status\n statusTagColor\n importErrors\n resourceType\n resourceCount\n user {\n typename: __typename\n id\n name\n }\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionBulkImportsForConnection", + "name": "ConnectionBulkImportsForConnection", + "type": "query", + "body": "query ConnectionBulkImportsForConnection($first: Int, $after: String, $last: Int, $before: String, $connectionId: ID!, $connectionBulkImportId: ID, $userId: ID, $filename: String, $status: ConnectionBulkImport__StatusEnum, $entityId: ID, $resourceType: ConnectionBulkImportResourceTypeEnum) {\n connectionBulkImports(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionId: $connectionId\n connectionBulkImportId: $connectionBulkImportId\n userId: $userId\n filename: $filename\n status: $status\n entityId: $entityId\n resourceType: $resourceType\n ) {\n ...ConnectionBulkImportList\n __typename\n }\n}\n\nfragment ConnectionBulkImportList on ConnectionBulkImportConnection {\n edges {\n node {\n typename: __typename\n id\n connection {\n typename: __typename\n id\n entity\n path\n }\n filename\n status\n statusTagColor\n importErrors\n resourceType\n resourceCount\n user {\n typename: __typename\n id\n name\n }\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionCreateForm", + "name": "ConnectionCreateForm", + "type": "query", + "body": "query ConnectionCreateForm {\n connectionCreateForm {\n entitySelectOptions {\n label\n value\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionCurrencyMetricListView", + "name": "ConnectionCurrencyMetricListView", + "type": "query", + "body": "query ConnectionCurrencyMetricListView($id: ID, $currency: CurrencyEnum, $first: Int, $after: String, $last: Int, $before: String) {\n connectionCurrencyMetrics(\n id: $id\n currency: $currency\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ConnectionCurrencyMetricList\n __typename\n }\n}\n\nfragment ConnectionCurrencyMetricList on ConnectionCurrencyMetricConnection {\n edges {\n node {\n typename: __typename\n nickname\n bestName\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n ledgerVariance\n highlightLedgerVariance\n unreconciledAmount\n unreconciledPercent\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionDetailsTable", + "name": "ConnectionDetailsTable", + "type": "query", + "body": "query ConnectionDetailsTable($id: ID!) {\n connection(id: $id) {\n id\n path\n entity\n nickname\n vendorCustomerId\n extra\n operationalStatus\n createdAt\n discardedAt\n __typename\n }\n displayColumns(resource: connection, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionEndpointDetailsTable", + "name": "ConnectionEndpointDetailsTable", + "type": "query", + "body": "query ConnectionEndpointDetailsTable($id: ID!) {\n connectionEndpoint(id: $id) {\n id\n path\n operationalStatus\n label\n vendorEndpoint {\n typename: __typename\n id\n description\n path\n }\n relayEndpointId\n filters\n connection {\n typename: __typename\n id\n entity\n path\n }\n createdAt\n discardedAt\n __typename\n }\n displayColumns(resource: connection_endpoint, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionEndpointListView", + "name": "ConnectionEndpointListView", + "type": "query", + "body": "query ConnectionEndpointListView($id: ID, $connectionId: ID, $label: EndpointLabelEnum, $endpointId: ID, $showDeleted: String, $operationalStatuses: [OperationalStatusEnum!], $first: Int, $after: String, $last: Int, $before: String) {\n connectionEndpoints(\n id: $id\n connectionId: $connectionId\n label: $label\n endpointId: $endpointId\n showDeleted: $showDeleted\n operationalStatuses: $operationalStatuses\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ConnectionEndpointList\n __typename\n }\n}\n\nfragment ConnectionEndpointList on ConnectionEndpointConnection {\n edges {\n node {\n typename: __typename\n id\n operationalStatus\n label\n vendorEndpoint {\n typename: __typename\n id\n description\n path\n }\n relayEndpointId\n filters\n connection {\n typename: __typename\n id\n entity\n path\n }\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionExtraFields", + "name": "ConnectionExtraFields", + "type": "query", + "body": "query ConnectionExtraFields($entity: String!) {\n connectionExtraFields(entity: $entity) {\n entity\n fields {\n label\n name\n description\n inputType\n required\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionListView", + "name": "ConnectionListView", + "type": "query", + "body": "query ConnectionListView($id: ID, $showDeleted: String, $entity: VendorIdEnum, $first: Int, $after: String, $last: Int, $before: String) {\n connections(\n id: $id\n showDeleted: $showDeleted\n entity: $entity\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ConnectionList\n __typename\n }\n}\n\nfragment ConnectionList on ConnectionConnection {\n edges {\n node {\n typename: __typename\n id\n entity\n nickname\n vendorCustomerId\n extra\n operationalStatus\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionMetricsDashboard", + "name": "ConnectionMetricsDashboard", + "type": "query", + "body": "query ConnectionMetricsDashboard {\n connectionCurrencyMetrics(first: 100) {\n edges {\n node {\n typename: __typename\n id\n bestName\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n path\n vendor {\n onlyPriorDayBalance\n onlyRealTimeBalance\n __typename\n }\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ConnectionMetricsHome", + "name": "ConnectionMetricsHome", + "type": "query", + "body": "query ConnectionMetricsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $currency: CurrencyEnum) {\n connectionCurrencyMetrics(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n currency: $currency\n ) {\n ...ConnectionCurrencyMetricList\n edges {\n node {\n id\n vendor {\n onlyPriorDayBalance\n onlyRealTimeBalance\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment ConnectionCurrencyMetricList on ConnectionCurrencyMetricConnection {\n edges {\n node {\n typename: __typename\n nickname\n bestName\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n ledgerVariance\n highlightLedgerVariance\n unreconciledAmount\n unreconciledPercent\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartiesAsyncSelect", + "name": "CounterpartiesAsyncSelect", + "type": "query", + "body": "query CounterpartiesAsyncSelect($first: Int, $after: String, $name: String) {\n counterparties(first: $first, after: $after, name: $name) {\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n edges {\n node {\n id\n name\n email\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartiesForAssociatedEntity", + "name": "CounterpartiesForAssociatedEntity", + "type": "query", + "body": "query CounterpartiesForAssociatedEntity($first: Int, $after: String, $last: Int, $before: String, $legalEntityId: ID) {\n counterparties(\n first: $first\n after: $after\n last: $last\n before: $before\n legalEntityId: $legalEntityId\n ) {\n ...CounterpartyList\n __typename\n }\n}\n\nfragment CounterpartyList on CounterpartyConnection {\n edges {\n node {\n typename: __typename\n id\n legalEntity {\n typename: __typename\n id\n path\n }\n name\n email\n externalAccountCount\n safeTaxpayerIdentifier\n prettySendRemittanceAdvice\n prettyAccountCollectionPending\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n prettyVerificationStatus\n createdAt\n updatedAt\n bulkImport {\n typename: __typename\n id\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartiesHome", + "name": "CounterpartiesHome", + "type": "query", + "body": "query CounterpartiesHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $email: String, $createdAt: DateTimeFilterInput, $updatedAt: DateTimeFilterInput, $showDeleted: String, $ledgerSyncStatus: String, $accountCollectionPending: String, $metadata: JSON, $orderBy: JSON) {\n counterparties(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n email: $email\n showDeleted: $showDeleted\n ledgerSyncStatus: $ledgerSyncStatus\n accountCollectionPending: $accountCollectionPending\n metadata: $metadata\n createdAt: $createdAt\n updatedAt: $updatedAt\n orderBy: $orderBy\n ) {\n ...CounterpartyList\n __typename\n }\n}\n\nfragment CounterpartyList on CounterpartyConnection {\n edges {\n node {\n typename: __typename\n id\n legalEntity {\n typename: __typename\n id\n path\n }\n name\n email\n externalAccountCount\n safeTaxpayerIdentifier\n prettySendRemittanceAdvice\n prettyAccountCollectionPending\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n prettyVerificationStatus\n createdAt\n updatedAt\n bulkImport {\n typename: __typename\n id\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartiesOverview", + "name": "CounterpartiesOverview", + "type": "query", + "body": "query CounterpartiesOverview {\n abilities {\n Counterparty {\n canCreate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartyDetailsTable", + "name": "CounterpartyDetailsTable", + "type": "query", + "body": "query CounterpartyDetailsTable($id: ID!) {\n counterparty(id: $id) {\n id\n path\n legalEntity {\n typename: __typename\n id\n path\n }\n name\n email\n safeTaxpayerIdentifier\n prettySendRemittanceAdvice\n prettyAccountCollectionPending\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n prettyVerificationStatus\n createdAt\n updatedAt\n bulkImport {\n typename: __typename\n id\n path\n }\n externalId\n __typename\n }\n displayColumns(resource: counterparty, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartyDetailsView", + "name": "CounterpartyDetailsView", + "type": "query", + "body": "query CounterpartyDetailsView($id: ID!) {\n counterparty(id: $id) {\n id\n name\n email\n prettyVerificationStatus\n safeTaxpayerIdentifier\n prettySendRemittanceAdvice\n sendRemittanceAdvice\n prettyAccountCollectionPending\n accountingCategory {\n id\n name\n __typename\n }\n accountingLedgerClass {\n id\n name\n __typename\n }\n legalEntity {\n id\n __typename\n }\n createdAt\n __typename\n }\n bulkImport(entityId: $id, entityType: \"Counterparty\") {\n id\n path\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartyListView", + "name": "CounterpartyListView", + "type": "query", + "body": "query CounterpartyListView($name: String, $email: String, $showDeleted: String, $ledgerSyncStatus: String, $accountCollectionPending: String, $metadata: JSON, $updatedAt: DateTimeFilterInput, $createdAt: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n counterparties(\n name: $name\n email: $email\n showDeleted: $showDeleted\n ledgerSyncStatus: $ledgerSyncStatus\n accountCollectionPending: $accountCollectionPending\n metadata: $metadata\n updatedAt: $updatedAt\n createdAt: $createdAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...CounterpartyList\n __typename\n }\n}\n\nfragment CounterpartyList on CounterpartyConnection {\n edges {\n node {\n typename: __typename\n id\n legalEntity {\n typename: __typename\n id\n path\n }\n name\n email\n externalAccountCount\n safeTaxpayerIdentifier\n prettySendRemittanceAdvice\n prettyAccountCollectionPending\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n prettyVerificationStatus\n createdAt\n updatedAt\n bulkImport {\n typename: __typename\n id\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartyReadAbility", + "name": "CounterpartyReadAbility", + "type": "query", + "body": "query CounterpartyReadAbility {\n abilities {\n Counterparty {\n canRead\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartySelectFilter", + "name": "CounterpartySelectFilter", + "type": "query", + "body": "query CounterpartySelectFilter($first: Int, $after: String, $last: Int, $before: String, $name: String) {\n counterparties(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n ) {\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CounterpartyView", + "name": "CounterpartyView", + "type": "query", + "body": "query CounterpartyView($id: ID!) {\n counterparty(id: $id) {\n id\n name\n createdAt\n discardedAt\n metadata\n canUpdate\n externalAccounts(first: 10) {\n edges {\n node {\n name\n id\n path\n status\n discardedAt\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n abilities {\n ExternalAccount {\n canRead\n __typename\n }\n CustomEmailDomain {\n canRead\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateAccountCollectionFlow", + "name": "CreateAccountCollectionFlow", + "type": "mutation", + "body": "mutation CreateAccountCollectionFlow($input: CreateAccountCollectionFlowInput!) {\n createAccountCollectionFlow(input: $input) {\n accountCollectionFlow {\n id\n clientToken\n paymentTypes\n counterpartyId\n receivingCountries\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateAccountGroup", + "name": "CreateAccountGroup", + "type": "mutation", + "body": "mutation CreateAccountGroup($input: CreateAccountGroupInput!) {\n createAccountGroup(input: $input) {\n accountGroup {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateCategorizationMetadataKey", + "name": "CreateCategorizationMetadataKey", + "type": "mutation", + "body": "mutation CreateCategorizationMetadataKey($input: CreateCategorizationMetadataKeyInput!) {\n createCategorizationMetadataKey(input: $input) {\n categorizationMetadataKey {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateConnection", + "name": "CreateConnection", + "type": "mutation", + "body": "mutation CreateConnection($input: CreateConnectionInput!) {\n createConnection(input: $input) {\n connection {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateCustomEmailDomain", + "name": "CreateCustomEmailDomain", + "type": "mutation", + "body": "mutation CreateCustomEmailDomain($input: CreateCustomEmailDomainInput!) {\n createCustomEmailDomain(input: $input) {\n customEmailDomain {\n id\n domain\n customerDnsRecords {\n name\n value\n type\n __typename\n }\n verificationStatus\n __typename\n }\n errors\n serializedErrors {\n customEmailDomain\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateDownloadAuditRecord", + "name": "CreateDownloadAuditRecord", + "type": "mutation", + "body": "mutation CreateDownloadAuditRecord($input: CreateDownloadAuditRecordInput!) {\n createDownloadAuditRecord(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateEntityLink", + "name": "CreateEntityLink", + "type": "mutation", + "body": "mutation CreateEntityLink($input: CreateEntityLinkInput!) {\n createEntityLink(input: $input) {\n errors\n entities\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateExternalAccount", + "name": "CreateExternalAccount", + "type": "mutation", + "body": "mutation CreateExternalAccount($input: CreateExternalAccountInput!) {\n createExternalAccount(input: $input) {\n externalAccount {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateFavorite", + "name": "CreateFavorite", + "type": "mutation", + "body": "mutation CreateFavorite($input: CreateFavoriteInput!) {\n createFavorite(input: $input) {\n favorite {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateJournalReport", + "name": "CreateJournalReport", + "type": "mutation", + "body": "mutation CreateJournalReport($input: CreateJournalReportInput!) {\n createJournalReport(input: $input) {\n errors\n report {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateLedger", + "name": "CreateLedger", + "type": "mutation", + "body": "mutation CreateLedger($input: CreateLedgerInput!) {\n createLedger(input: $input) {\n ledger {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateNotificationGroup", + "name": "CreateNotificationGroup", + "type": "mutation", + "body": "mutation CreateNotificationGroup($input: CreateNotificationGroupInput!) {\n createNotificationGroup(input: $input) {\n notificationGroup {\n id\n event\n groupId\n topic\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateOrganizationCustomization", + "name": "CreateOrganizationCustomization", + "type": "mutation", + "body": "mutation CreateOrganizationCustomization($input: CreateOrganizationCustomizationInput!) {\n createOrganizationCustomization(input: $input) {\n organizationCustomization {\n id\n enabled\n emailReplyTo\n emailSignoff\n helpCenterLink\n primaryColor\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreatePaymentAction", + "name": "CreatePaymentAction", + "type": "mutation", + "body": "mutation CreatePaymentAction($input: CreatePaymentActionInput!) {\n createPaymentAction(input: $input) {\n paymentAction {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreatePaymentFlow", + "name": "CreatePaymentFlow", + "type": "mutation", + "body": "mutation CreatePaymentFlow($input: CreatePaymentFlowInput!) {\n createPaymentFlow(input: $input) {\n paymentFlow {\n id\n clientToken\n amount\n currency\n direction\n effectiveDateSelectionEnabled\n dueDate\n externalAccountCollection\n existingExternalAccountsFilter\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateQuote", + "name": "CreateQuote", + "type": "mutation", + "body": "mutation CreateQuote($input: RequestQuoteInput!) {\n requestQuote(input: $input) {\n quote {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateQuoteInline", + "name": "CreateQuoteInline", + "type": "mutation", + "body": "mutation CreateQuoteInline($input: RequestQuoteInput!) {\n requestQuote(input: $input) {\n quote {\n id\n rate {\n prettyRate\n prettyBaseAmount\n prettyTargetAmount\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateReconConfig", + "name": "CreateReconConfig", + "type": "mutation", + "body": "mutation CreateReconConfig($input: CreateReconConfigInput!) {\n createReconConfig(input: $input) {\n reconConfig {\n id\n configType\n vendorId\n transactableType\n role\n paymentType\n direction\n internalAccount {\n id\n __typename\n }\n intrabank\n priority\n delayBusinessDays\n burnListPriority\n ignore\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateReconciliationRuleEditingSession", + "name": "CreateReconciliationRuleEditingSession", + "type": "mutation", + "body": "mutation CreateReconciliationRuleEditingSession($input: CreateReconciliationRuleEditingSessionInput!) {\n createReconciliationRuleEditingSession(input: $input) {\n errors\n editingSessionId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateReconciliationRulePreview", + "name": "CreateReconciliationRulePreview", + "type": "mutation", + "body": "mutation CreateReconciliationRulePreview($input: CreateReconciliationRulePreviewInput!) {\n createReconciliationRulePreview(input: $input) {\n errors\n previewId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateReconciliationSuggestion", + "name": "CreateReconciliationSuggestion", + "type": "mutation", + "body": "mutation CreateReconciliationSuggestion($input: CreateReconciliationSuggestionInput!) {\n createReconciliationSuggestion(input: $input) {\n errors\n reconciliationSuggestion {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateSandboxAccount", + "name": "CreateSandboxAccount", + "type": "mutation", + "body": "mutation CreateSandboxAccount($input: CreateSandboxAccountInput!) {\n createSandboxAccount(input: $input) {\n errors\n internalAccount {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateTemplate", + "name": "CreateTemplate", + "type": "mutation", + "body": "mutation CreateTemplate($input: CreateTemplateInput!) {\n createTemplate(input: $input) {\n template {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateUserInvitation", + "name": "CreateUserInvitation", + "type": "mutation", + "body": "mutation CreateUserInvitation($input: CreateUserInvitationInput!) {\n createUserInvitation(input: $input) {\n userInvitation {\n ...userInvitation\n __typename\n }\n errors\n __typename\n }\n}\n\nfragment userInvitation on UserInvitation {\n id\n email\n createdAt\n updatedAt\n expiresAt\n status\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateVendorEndpointTemplate", + "name": "CreateVendorEndpointTemplate", + "type": "mutation", + "body": "mutation CreateVendorEndpointTemplate($input: Operations__CreateVendorEndpointTemplateInput!) {\n operationsCreateVendorEndpointTemplate(input: $input) {\n vendorEndpointTemplate {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateView", + "name": "CreateView", + "type": "mutation", + "body": "mutation CreateView($input: CreateViewInput!) {\n createView(input: $input) {\n view {\n ...view\n __typename\n }\n errors\n __typename\n }\n}\n\nfragment view on View {\n id\n name\n viewDocuments {\n id\n document\n viewDocumentType\n __typename\n }\n belongsToUser\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateVirtualAccount", + "name": "CreateVirtualAccount", + "type": "mutation", + "body": "mutation CreateVirtualAccount($input: CreateVirtualAccountInput!) {\n createVirtualAccount(input: $input) {\n virtualAccount {\n id\n name\n description\n metadata\n accountNumber\n path\n counterparty {\n id\n __typename\n }\n internalAccount {\n id\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CreateWebhookEndpoint", + "name": "CreateWebhookEndpoint", + "type": "mutation", + "body": "mutation CreateWebhookEndpoint($input: CreateWebhookEndpointInput!) {\n createWebhookEndpoint(input: $input) {\n webhookEndpoint {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CryptographicKeyDetailsTable", + "name": "CryptographicKeyDetailsTable", + "type": "query", + "body": "query CryptographicKeyDetailsTable($id: ID!) {\n operationsCryptographicKey(id: $id) {\n id\n name\n cryptographicKeyType\n keyTypeTagColor\n shareable\n shareableTagColor\n hasPrivateKey\n privateKeyTagColor\n createdAt\n updatedAt\n expiresAt\n discardedAt\n __typename\n }\n displayColumns(resource: cryptographic_key, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CurrentOrganization", + "name": "CurrentOrganization", + "type": "query", + "body": "query CurrentOrganization {\n currentOrganization {\n cell\n canEdit\n canUpdate\n canRead\n canUpdate\n canUpdate\n createdAt\n discardedAt\n emailLogoUrl\n id\n live\n name\n nsfProtectionEnabled\n nsfProtectionFallbackEnabled\n path\n plaidIdentityEnabled\n ticker\n showPii\n scimEnabled\n simulateLiveSandboxData\n authorizePrebuiltUisWhitelabeling\n prebuiltUisWhitelabelingEnabled\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n globalMfa\n organizationCustomization {\n id\n enabled\n emailReplyTo\n emailSignoff\n helpCenterLink\n primaryColor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CurrentUser", + "name": "CurrentUser", + "type": "query", + "body": "query CurrentUser {\n currentUser {\n id\n name\n email\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CustomColumnsViewDocument", + "name": "CustomColumnsViewDocument", + "type": "query", + "body": "query CustomColumnsViewDocument($viewId: ID!) {\n viewDocuments(viewId: $viewId, viewDocumentType: \"custom_columns\") {\n edges {\n node {\n ...viewDocument\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment viewDocument on ViewDocument {\n id\n viewDocumentType\n document\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CustomEmailDomainView", + "name": "CustomEmailDomainView", + "type": "query", + "body": "query CustomEmailDomainView($first: Int, $after: String, $last: Int, $before: String, $default: Boolean, $canViewCustomEmailDomains: Boolean = true) {\n customEmailDomains(\n first: $first\n after: $after\n last: $last\n before: $before\n default: $default\n ) @include(if: $canViewCustomEmailDomains) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n domain\n customerDnsRecords {\n name\n value\n type\n __typename\n }\n verificationStatus\n default\n updatedAt\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CustomIdentifierKeys", + "name": "CustomIdentifierKeys", + "type": "query", + "body": "query CustomIdentifierKeys($property: String, $key: String, $first: Int, $after: String) {\n customIdentifierKeys(\n key: $key\n property: $property\n first: $first\n after: $after\n ) {\n edges {\n node {\n key\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CustomProcessingWindowDetailsTable", + "name": "CustomProcessingWindowDetailsTable", + "type": "query", + "body": "query CustomProcessingWindowDetailsTable($id: ID!) {\n customProcessingWindow(id: $id) {\n id\n path\n connection {\n typename: __typename\n id\n entity\n path\n }\n configId\n cutoffTime\n timeZone\n createdAt\n __typename\n }\n displayColumns(resource: custom_processing_window, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/CustomProcessingWindowListView", + "name": "CustomProcessingWindowListView", + "type": "query", + "body": "query CustomProcessingWindowListView($configId: String, $showDeleted: Boolean, $first: Int, $after: String, $last: Int, $before: String) {\n customProcessingWindows(\n configId: $configId\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...CustomProcessingWindowList\n __typename\n }\n}\n\nfragment CustomProcessingWindowList on CustomProcessingWindowConnection {\n edges {\n node {\n typename: __typename\n id\n connection {\n typename: __typename\n id\n entity\n path\n }\n configId\n cutoffTime\n timeZone\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DailyBillingMetrics", + "name": "DailyBillingMetrics", + "type": "query", + "body": "query DailyBillingMetrics($dateRange: DateFilterInput!, $metricName: BillingMetricNameEnum!) {\n dailyBillingMetrics(dateRange: $dateRange, metricName: $metricName) {\n date\n metricName\n metricValue\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteAPIKey", + "name": "DeleteAPIKey", + "type": "mutation", + "body": "mutation DeleteAPIKey($input: DeleteAPIKeyInput!) {\n deleteApiKey(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteAccountGroup", + "name": "DeleteAccountGroup", + "type": "mutation", + "body": "mutation DeleteAccountGroup($input: DeleteAccountGroupInput!) {\n deleteAccountGroup(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteCustomEmailDomain", + "name": "DeleteCustomEmailDomain", + "type": "mutation", + "body": "mutation DeleteCustomEmailDomain($input: DeleteCustomEmailDomainInput!) {\n deleteCustomEmailDomain(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteEntityLink", + "name": "DeleteEntityLink", + "type": "mutation", + "body": "mutation DeleteEntityLink($input: DeleteEntityLinkInput!) {\n deleteEntityLink(input: $input) {\n errors\n deletedLinkIds\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteExternalAccount", + "name": "DeleteExternalAccount", + "type": "mutation", + "body": "mutation DeleteExternalAccount($input: DeleteExternalAccountInput!) {\n deleteExternalAccount(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteFavorite", + "name": "DeleteFavorite", + "type": "mutation", + "body": "mutation DeleteFavorite($input: DeleteFavoriteInput!) {\n deleteFavorite(input: $input) {\n favorite {\n id\n entityId\n entityType\n user {\n id\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteFundFlow", + "name": "DeleteFundFlow", + "type": "mutation", + "body": "mutation DeleteFundFlow($input: DeleteFundFlowInput!) {\n deleteFundFlow(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteGroup", + "name": "DeleteGroup", + "type": "mutation", + "body": "mutation DeleteGroup($input: DiscardGroupInput!) {\n deleteGroup(input: $input) {\n group {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteJournalReport", + "name": "DeleteJournalReport", + "type": "mutation", + "body": "mutation DeleteJournalReport($input: DeleteJournalReportInput!) {\n deleteJournalReport(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteLedger", + "name": "DeleteLedger", + "type": "mutation", + "body": "mutation DeleteLedger($input: DeleteLedgerInput!) {\n deleteLedger(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteLedgerAccount", + "name": "DeleteLedgerAccount", + "type": "mutation", + "body": "mutation DeleteLedgerAccount($input: DeleteLedgerAccountInput!) {\n deleteLedgerAccount(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteNotificationGroup", + "name": "DeleteNotificationGroup", + "type": "mutation", + "body": "mutation DeleteNotificationGroup($input: DeleteNotificationGroupInput!) {\n deleteNotificationGroup(input: $input) {\n notificationGroup {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeletePermissionSet", + "name": "DeletePermissionSet", + "type": "mutation", + "body": "mutation DeletePermissionSet($input: DiscardPermissionSetInput!) {\n deletePermissionSet(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeletePublishableKey", + "name": "DeletePublishableKey", + "type": "mutation", + "body": "mutation DeletePublishableKey($input: DeletePublishableKeyInput!) {\n deletePublishableKey(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteReconciliationSuggestion", + "name": "DeleteReconciliationSuggestion", + "type": "mutation", + "body": "mutation DeleteReconciliationSuggestion($input: DeleteReconciliationSuggestionInput!) {\n deleteReconciliationSuggestion(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteReconciliationSuggestions", + "name": "DeleteReconciliationSuggestions", + "type": "mutation", + "body": "mutation DeleteReconciliationSuggestions($input: DeleteReconciliationSuggestionsInput!) {\n deleteReconciliationSuggestions(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteReport", + "name": "DeleteReport", + "type": "mutation", + "body": "mutation DeleteReport($input: DeleteReportInput!) {\n deleteReport(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteRole", + "name": "DeleteRole", + "type": "mutation", + "body": "mutation DeleteRole($input: DiscardRoleInput!) {\n deleteRole(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteRule", + "name": "DeleteRule", + "type": "mutation", + "body": "mutation DeleteRule($input: DeleteRuleInput!) {\n deleteRule(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteSavedViewModal", + "name": "DeleteSavedViewModal", + "type": "query", + "body": "query DeleteSavedViewModal($selectedViewId: ID!) {\n view(id: $selectedViewId) {\n ...view\n __typename\n }\n}\n\nfragment view on View {\n id\n name\n viewDocuments {\n id\n document\n viewDocumentType\n __typename\n }\n belongsToUser\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteSchedule", + "name": "DeleteSchedule", + "type": "mutation", + "body": "mutation DeleteSchedule($input: DeleteScheduleInput!) {\n deleteSchedule(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteUser", + "name": "DeleteUser", + "type": "mutation", + "body": "mutation DeleteUser($input: DeleteUserInput!) {\n deleteUser(input: $input) {\n user {\n id\n name\n email\n path\n discardedAt\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteUserInvitation", + "name": "DeleteUserInvitation", + "type": "mutation", + "body": "mutation DeleteUserInvitation($input: DeleteUserInvitationInput!) {\n deleteUserInvitation(input: $input) {\n userInvitation {\n ...userInvitation\n __typename\n }\n errors\n __typename\n }\n}\n\nfragment userInvitation on UserInvitation {\n id\n email\n createdAt\n updatedAt\n expiresAt\n status\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteView", + "name": "DeleteView", + "type": "mutation", + "body": "mutation DeleteView($input: DeleteViewInput!) {\n deleteView(input: $input) {\n viewId\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteVirtualAccount", + "name": "DeleteVirtualAccount", + "type": "mutation", + "body": "mutation DeleteVirtualAccount($input: DeleteVirtualAccountInput!) {\n deleteVirtualAccount(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DeleteWebhookEndpoint", + "name": "DeleteWebhookEndpoint", + "type": "mutation", + "body": "mutation DeleteWebhookEndpoint($input: DeleteWebhookEndpointInput!) {\n deleteWebhookEndpoint(input: $input) {\n webhookEndpoint {\n discardedAt\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DestinationDetailsTable", + "name": "DestinationDetailsTable", + "type": "query", + "body": "query DestinationDetailsTable($id: ID!) {\n destination(id: $id) {\n id\n path\n name\n warehouseVendor\n enabled\n frequency\n lastTransferEndedAt\n database\n schema\n bucketName\n bucketRegion\n resources\n __typename\n }\n displayColumns(resource: destination, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DestinationView", + "name": "DestinationView", + "type": "query", + "body": "query DestinationView($id: ID!) {\n destination(id: $id) {\n bucketName\n bucketRegion\n database\n enabled\n frequency\n resources\n name\n schema\n warehouseVendor\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DirectorySyncUrl", + "name": "DirectorySyncUrl", + "type": "query", + "body": "query DirectorySyncUrl {\n directorySyncUrl\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DiscardCategorizationMetadataKey", + "name": "DiscardCategorizationMetadataKey", + "type": "mutation", + "body": "mutation DiscardCategorizationMetadataKey($input: DiscardCategorizationMetadataKeyInput!) {\n discardCategorizationMetadataKey(input: $input) {\n categorizationMetadataKey {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DiscardReconConfig", + "name": "DiscardReconConfig", + "type": "mutation", + "body": "mutation DiscardReconConfig($id: ID!) {\n discardReconConfig(input: {id: $id}) {\n reconConfig {\n id\n disabledAt\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DiscardTemplate", + "name": "DiscardTemplate", + "type": "mutation", + "body": "mutation DiscardTemplate($input: DiscardTemplateInput!) {\n discardTemplate(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DocumentExtensions", + "name": "DocumentExtensions", + "type": "query", + "body": "query DocumentExtensions {\n documentExtensions {\n validExtensions\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DocumentUploadContainer", + "name": "DocumentUploadContainer", + "type": "query", + "body": "query DocumentUploadContainer($documentableId: ID!, $documentableType: String!, $showDeleted: Boolean) {\n documents(\n documentableId: $documentableId\n documentableType: $documentableType\n showDeleted: $showDeleted\n ) {\n id\n documentableType\n documentableId\n filename\n type\n contentType\n createdAt\n discardedAt\n path\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DocumentableDocuments", + "name": "DocumentableDocuments", + "type": "query", + "body": "query DocumentableDocuments($documentableType: String!) {\n documents(documentableType: $documentableType) {\n id\n documentableType\n documentableId\n filename\n type\n contentType\n createdAt\n discardedAt\n path\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/DuplicateReportView", + "name": "DuplicateReportView", + "type": "query", + "body": "query DuplicateReportView($reportId: ID!) {\n duplicateReport(id: $reportId) {\n filters\n reportType\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EFTSettingDetailsTable", + "name": "EFTSettingDetailsTable", + "type": "query", + "body": "query EFTSettingDetailsTable($id: ID!) {\n eftSetting(id: $id) {\n id\n path\n destinationDataCenter\n createdAt\n discardedAt\n __typename\n }\n displayColumns(resource: eft_setting, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EFTSettingListView", + "name": "EFTSettingListView", + "type": "query", + "body": "query EFTSettingListView($id: ID, $showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n eftSettings(\n id: $id\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...EFTSettingList\n __typename\n }\n}\n\nfragment EFTSettingList on EFTSettingConnection {\n edges {\n node {\n typename: __typename\n id\n destinationDataCenter\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EditInvoice", + "name": "EditInvoice", + "type": "query", + "body": "query EditInvoice($id: ID!) {\n invoice(id: $id) {\n id\n number\n currency\n description\n paymentType\n receivingAccountId\n fallbackPaymentMethod\n paymentEffectiveDate\n counterparty {\n id\n email\n __typename\n }\n originatingAccount {\n id\n __typename\n }\n dueDate\n lineItems {\n id\n name\n amount\n unitAmountDecimal\n quantity\n description\n direction\n __typename\n }\n counterpartyBillingAddress {\n id\n country: countryCode\n line1\n line2\n locality\n postalCode\n region\n __typename\n }\n counterpartyShippingAddress {\n id\n country: countryCode\n line1\n line2\n locality\n postalCode\n region\n __typename\n }\n invoicerAddress {\n id\n country: countryCode\n line1\n line2\n locality\n postalCode\n region\n __typename\n }\n recipientName\n recipientEmail\n invoicerName\n issuerPhone\n issuerEmail\n csvAttachmentFilename\n csvLink\n issuerWebsite\n includePaymentFlow\n initiatePayment\n remindAfterOverdueDays\n notificationsEnabled\n notificationEmailAddresses\n virtualAccount {\n id\n fullAccountName\n __typename\n }\n ledgerAccountSettlement {\n id\n amount\n settledLedgerAccount {\n name\n __typename\n }\n contraLedgerAccount {\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EditRuleView", + "name": "EditRuleView", + "type": "query", + "body": "query EditRuleView($id: ID!) {\n rule(id: $id) {\n id\n key\n data\n resourceType\n groups {\n id\n name\n description\n path\n __typename\n }\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EditUserInvitation", + "name": "EditUserInvitation", + "type": "mutation", + "body": "mutation EditUserInvitation($input: EditUserInvitationInput!) {\n editUserInvitation(input: $input) {\n userInvitation {\n ...userInvitation\n __typename\n }\n errors\n __typename\n }\n}\n\nfragment userInvitation on UserInvitation {\n id\n email\n createdAt\n updatedAt\n expiresAt\n status\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EndpointDetailsTable", + "name": "EndpointDetailsTable", + "type": "query", + "body": "query EndpointDetailsTable($id: ID!) {\n operationsEndpoint(id: $id) {\n id\n protocol\n protocolTagColor\n host\n port\n basePath\n description\n entity\n cleanAfterRead\n authenticationStrategy\n authenticationStrategyTagColor\n signingStrategy\n signingStrategyTagColor\n encryptionStrategy\n encryptionStrategyTagColor\n decryptionStrategy\n decryptionStrategyTagColor\n decryptionOptions\n inboundAuthenticationStrategy\n inboundAuthenticationStrategyTagColor\n incomingRequestIdentifier\n createdAt\n updatedAt\n discardedAt\n expiresAt\n __typename\n }\n displayColumns(resource: endpoint, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EndpointDetailsView", + "name": "EndpointDetailsView", + "type": "query", + "body": "query EndpointDetailsView($endpointId: ID!) {\n endpoint(id: $endpointId) {\n ...endpointDetail\n __typename\n }\n}\n\nfragment endpointDetail on Endpoint {\n id\n protocol\n path\n host\n port\n basePath\n publicKey\n cleanAfterRead\n encryptionStrategy\n decryptionStrategy\n clientCertificate\n publicSigningKey\n signingCertificate\n publicEncryptionKey\n createdAt\n fileBased\n username\n organizationName\n description\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EndpointTree", + "name": "EndpointTree", + "type": "query", + "body": "query EndpointTree($endpointId: ID!, $path: String, $pattern: String) {\n endpointTree(endpointId: $endpointId, path: $path, pattern: $pattern)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EntityEventTable", + "name": "EntityEventTable", + "type": "query", + "body": "query EntityEventTable($name: String, $eventTime: DateTimeFilterInput, $entityId: String, $resource: String) {\n events(\n name: $name\n eventTime: $eventTime\n entityId: $entityId\n resource: $resource\n ) {\n edges {\n node {\n id\n name\n path\n createdAt\n entityId\n resource\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EntityLinkAbility", + "name": "EntityLinkAbility", + "type": "query", + "body": "query EntityLinkAbility {\n abilities {\n EntityLink {\n canCreate\n canRead\n canUpdate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EventDetailsTable", + "name": "EventDetailsTable", + "type": "query", + "body": "query EventDetailsTable($id: ID!, $showPiiFields: Boolean) {\n event(id: $id, showPiiFields: $showPiiFields) {\n id\n prettyEventName\n createdAt\n entityType\n entityId\n entityPath\n eventTime\n __typename\n }\n displayColumns(resource: event, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EventListView", + "name": "EventListView", + "type": "query", + "body": "query EventListView($name: String, $eventTime: DateTimeFilterInput, $entityId: String, $resource: String, $first: Int, $after: String, $last: Int, $before: String) {\n events(\n name: $name\n eventTime: $eventTime\n entityId: $entityId\n resource: $resource\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...EventList\n __typename\n }\n}\n\nfragment EventList on EventConnection {\n edges {\n node {\n typename: __typename\n id\n prettyEventName\n createdAt\n entityType\n entityId\n eventTime\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EventView", + "name": "EventView", + "type": "query", + "body": "query EventView($id: ID!, $showPiiFields: Boolean!) {\n event(id: $id, showPiiFields: $showPiiFields) {\n id\n resource\n name\n data\n passedCustomerVisibilityCutoff\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/EventsHome", + "name": "EventsHome", + "type": "query", + "body": "query EventsHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $eventTime: DateTimeFilterInput, $entityId: String, $resource: String) {\n events(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n eventTime: $eventTime\n entityId: $entityId\n resource: $resource\n ) {\n ...EventList\n __typename\n }\n}\n\nfragment EventList on EventConnection {\n edges {\n node {\n typename: __typename\n id\n prettyEventName\n createdAt\n entityType\n entityId\n eventTime\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentCustomIdentifierKeys", + "name": "ExpectedPaymentCustomIdentifierKeys", + "type": "query", + "body": "query ExpectedPaymentCustomIdentifierKeys($key: String, $first: Int, $after: String) {\n expectedPaymentCustomIdentifierKeys(key: $key, first: $first, after: $after) {\n edges {\n node {\n key\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentDetailsTable", + "name": "ExpectedPaymentDetailsTable", + "type": "query", + "body": "query ExpectedPaymentDetailsTable($id: ID!) {\n expectedPayment(id: $id) {\n externalId\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n entityLinkCount\n createdAt\n prettyDateRange\n id\n path\n prettyType\n prettyDirection\n prettyAmountRange\n prettyAmountRangeMidpoint\n prettyAmountUnreconciled\n highlightAmountDifference\n prettyAmountReconciled\n description\n prettyReconciliationMethodDetail\n reconciliationRule {\n typename: __typename\n id\n name\n path\n }\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n reconciliationFilters\n bulkImport {\n typename: __typename\n id\n path\n }\n currency\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n __typename\n }\n displayColumns(resource: expected_payment, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentForm", + "name": "ExpectedPaymentForm", + "type": "query", + "body": "query ExpectedPaymentForm($id: ID!) {\n expectedPayment(id: $id) {\n id\n status\n metadata\n prettyStatus\n direction\n accountId\n accountLong\n currency\n prettyAmountLowerBound\n prettyAmountUpperBound\n dateLowerBound\n dateUpperBound\n type\n externalId\n counterpartyId\n counterpartyName\n description\n customIdentifiers\n ledgerTransaction {\n id\n description\n ledger {\n id\n name\n __typename\n }\n effectiveAt\n metadataJson\n status\n externalId\n amountDecimal\n ledgerEntries {\n amountDecimal\n direction\n metadataJson\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n internalAccountsUnpaginated {\n id\n longName\n canUpdate\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentListView", + "name": "ExpectedPaymentListView", + "type": "query", + "body": "query ExpectedPaymentListView($input: FindExpectedPaymentsInput!, $first: Int, $after: String, $last: Int, $before: String) {\n expectedPayments(\n input: $input\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ExpectedPaymentList\n __typename\n }\n}\n\nfragment ExpectedPaymentList on ExpectedPaymentConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n entityLinkCount\n createdAt\n prettyDateRange\n id\n prettyType\n prettyDirection\n prettyAmountRange\n prettyAmountRangeMidpoint\n prettyAmountUnreconciled\n highlightAmountDifference\n prettyAmountReconciled\n description\n prettyReconciliationMethodList\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n counterpartyName\n prettyAmountLowerBound\n prettyAmountUpperBound\n dateLowerBound\n dateUpperBound\n currency\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n amountUnreconciledUpperBound\n amountUnreconciledLowerBound\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentTimelines", + "name": "ExpectedPaymentTimelines", + "type": "query", + "body": "query ExpectedPaymentTimelines($first: Int, $after: String, $last: Int, $before: String, $expectedPaymentId: ID!, $timelineType: TimelineEnum) {\n relatedRecordsAreArchived(\n resourceType: \"ExpectedPayment\"\n resourceId: $expectedPaymentId\n archivedRecordType: \"AuditRecord\"\n )\n currentOrganization {\n currentLiveMode\n __typename\n }\n expectedPaymentTimelines(\n first: $first\n after: $after\n last: $last\n before: $before\n expectedPaymentId: $expectedPaymentId\n timelineType: $timelineType\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n timelineType\n name\n prettyType\n prettyDetail\n entityId\n eventTime\n actorType\n actor\n path\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentView", + "name": "ExpectedPaymentView", + "type": "query", + "body": "query ExpectedPaymentView($id: ID!) {\n expectedPayment(id: $id) {\n id\n createdAt\n transactions {\n id\n __typename\n }\n canUpdate\n status\n metadata\n prettyAmountRange\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n prettyCustomIdentifiers\n statusTagColor\n reconciliationRuleVariables\n entityLinkCount\n ledgerTransaction {\n id\n __typename\n }\n reconciliationGroups {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentsAbility", + "name": "ExpectedPaymentsAbility", + "type": "query", + "body": "query ExpectedPaymentsAbility {\n abilities {\n ExpectedPayment {\n canCreate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentsForAssociatedEntity", + "name": "ExpectedPaymentsForAssociatedEntity", + "type": "query", + "body": "query ExpectedPaymentsForAssociatedEntity($first: Int, $after: String, $last: Int, $before: String, $counterpartyId: ID, $reconciliationRuleId: ID, $invoiceId: ID, $id: ID) {\n expectedPayments(\n first: $first\n after: $after\n last: $last\n before: $before\n input: {counterpartyId: $counterpartyId, reconciliationRuleId: $reconciliationRuleId, invoiceId: $invoiceId, id: $id}\n ) {\n ...ExpectedPaymentList\n __typename\n }\n}\n\nfragment ExpectedPaymentList on ExpectedPaymentConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n entityLinkCount\n createdAt\n prettyDateRange\n id\n prettyType\n prettyDirection\n prettyAmountRange\n prettyAmountRangeMidpoint\n prettyAmountUnreconciled\n highlightAmountDifference\n prettyAmountReconciled\n description\n prettyReconciliationMethodList\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n counterpartyName\n prettyAmountLowerBound\n prettyAmountUpperBound\n dateLowerBound\n dateUpperBound\n currency\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n amountUnreconciledUpperBound\n amountUnreconciledLowerBound\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentsHome", + "name": "ExpectedPaymentsHome", + "type": "query", + "body": "query ExpectedPaymentsHome($first: Int, $after: String, $last: Int, $before: String, $status: [ExpectedPayment__StatusEnum!] = [], $paymentType: String, $direction: String, $currency: String, $amount: AmountFilterInput, $description: String, $reconciliationMethod: ReconciliationMethodEnum, $virtualAccountName: String, $virtualAccountNumber: String, $date: DateFilterInput, $counterpartyId: ID, $internalAccountIds: [String!], $metadata: JSON, $bulkRequestId: ID, $reconciliationRuleId: ID, $customIdentifiers: JSON, $invoiceId: ID, $createdAt: DateFilterInput, $orderBy: JSON, $id: ID, $externalId: String, $entityLinkCount: AmountFilterInput) {\n expectedPayments(\n first: $first\n after: $after\n last: $last\n before: $before\n input: {status: $status, paymentType: $paymentType, direction: $direction, currency: $currency, amount: $amount, description: $description, reconciliationMethod: $reconciliationMethod, virtualAccountName: $virtualAccountName, virtualAccountNumber: $virtualAccountNumber, date: $date, counterpartyId: $counterpartyId, internalAccountIds: $internalAccountIds, metadata: $metadata, bulkRequestId: $bulkRequestId, reconciliationRuleId: $reconciliationRuleId, customIdentifiers: $customIdentifiers, invoiceId: $invoiceId, createdAt: $createdAt, orderBy: $orderBy, id: $id, externalId: $externalId, entityLinkCount: $entityLinkCount}\n ) {\n ...ExpectedPaymentList\n totalCount\n __typename\n }\n}\n\nfragment ExpectedPaymentList on ExpectedPaymentConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n entityLinkCount\n createdAt\n prettyDateRange\n id\n prettyType\n prettyDirection\n prettyAmountRange\n prettyAmountRangeMidpoint\n prettyAmountUnreconciled\n highlightAmountDifference\n prettyAmountReconciled\n description\n prettyReconciliationMethodList\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n counterpartyName\n prettyAmountLowerBound\n prettyAmountUpperBound\n dateLowerBound\n dateUpperBound\n currency\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n amountUnreconciledUpperBound\n amountUnreconciledLowerBound\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentsTable", + "name": "ExpectedPaymentsTable", + "type": "query", + "body": "query ExpectedPaymentsTable($first: Int, $after: String, $last: Int, $before: String, $status: [ExpectedPayment__StatusEnum!] = [], $paymentType: String, $direction: String, $currency: String, $amount: AmountFilterInput, $description: String, $reconciliationMethod: ReconciliationMethodEnum, $virtualAccountName: String, $virtualAccountNumber: String, $date: DateFilterInput, $counterpartyId: ID, $internalAccountIds: [String!], $metadata: JSON, $bulkRequestId: ID, $reconciliationRuleId: ID, $customIdentifiers: JSON, $invoiceId: ID, $createdAt: DateFilterInput, $orderBy: JSON, $id: ID, $ids: [ID!], $externalId: String, $entityId: ID, $entityAType: String, $entityBType: String, $entityLinkCount: AmountFilterInput) {\n expectedPayments(\n first: $first\n after: $after\n last: $last\n before: $before\n input: {status: $status, paymentType: $paymentType, direction: $direction, currency: $currency, amount: $amount, description: $description, reconciliationMethod: $reconciliationMethod, virtualAccountName: $virtualAccountName, virtualAccountNumber: $virtualAccountNumber, date: $date, counterpartyId: $counterpartyId, internalAccountIds: $internalAccountIds, metadata: $metadata, bulkRequestId: $bulkRequestId, reconciliationRuleId: $reconciliationRuleId, customIdentifiers: $customIdentifiers, invoiceId: $invoiceId, createdAt: $createdAt, orderBy: $orderBy, id: $id, ids: $ids, externalId: $externalId, entityId: $entityId, entityAType: $entityAType, entityBType: $entityBType, entityLinkCount: $entityLinkCount}\n ) {\n ...ExpectedPaymentList\n edges {\n node {\n amountUnreconciledUpperBound\n amountUnreconciledLowerBound\n amountUpperBound\n amountLowerBound\n direction\n __typename\n }\n __typename\n }\n totalCount\n __typename\n }\n}\n\nfragment ExpectedPaymentList on ExpectedPaymentConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n entityLinkCount\n createdAt\n prettyDateRange\n id\n prettyType\n prettyDirection\n prettyAmountRange\n prettyAmountRangeMidpoint\n prettyAmountUnreconciled\n highlightAmountDifference\n prettyAmountReconciled\n description\n prettyReconciliationMethodList\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n counterpartyName\n prettyAmountLowerBound\n prettyAmountUpperBound\n dateLowerBound\n dateUpperBound\n currency\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n amountUnreconciledUpperBound\n amountUnreconciledLowerBound\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExpectedPaymentsTableCount", + "name": "ExpectedPaymentsTableCount", + "type": "query", + "body": "query ExpectedPaymentsTableCount($first: Int, $after: String, $last: Int, $before: String, $status: [ExpectedPayment__StatusEnum!] = [], $paymentType: String, $direction: String, $currency: String, $amount: AmountFilterInput, $description: String, $reconciliationMethod: ReconciliationMethodEnum, $virtualAccountName: String, $virtualAccountNumber: String, $date: DateFilterInput, $counterpartyId: ID, $internalAccountIds: [String!], $metadata: JSON, $bulkRequestId: ID, $reconciliationRuleId: ID, $customIdentifiers: JSON, $invoiceId: ID, $createdAt: DateFilterInput) {\n expectedPayments(\n first: $first\n after: $after\n last: $last\n before: $before\n input: {status: $status, paymentType: $paymentType, direction: $direction, currency: $currency, amount: $amount, description: $description, reconciliationMethod: $reconciliationMethod, virtualAccountName: $virtualAccountName, virtualAccountNumber: $virtualAccountNumber, date: $date, counterpartyId: $counterpartyId, internalAccountIds: $internalAccountIds, metadata: $metadata, bulkRequestId: $bulkRequestId, reconciliationRuleId: $reconciliationRuleId, customIdentifiers: $customIdentifiers, invoiceId: $invoiceId, createdAt: $createdAt}\n ) {\n totalCount\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExploreSolutions", + "name": "ExploreSolutions", + "type": "query", + "body": "query ExploreSolutions {\n currentOrganization {\n products {\n productType\n status\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExportDataToFile", + "name": "ExportDataToFile", + "type": "mutation", + "body": "mutation ExportDataToFile($input: ExportDataToFileInput!) {\n exportDataToFile(input: $input) {\n errors\n export {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExportDetailsTable", + "name": "ExportDetailsTable", + "type": "query", + "body": "query ExportDetailsTable($id: ID!) {\n export(id: $id) {\n id\n path\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n prettyExportableType\n exportableId\n report {\n typename: __typename\n id\n name\n }\n prettyFileType\n createdBy\n prettyRecordCount\n fileSize\n createdAt\n updatedAt\n __typename\n }\n displayColumns(resource: export, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExportDetailsView", + "name": "ExportDetailsView", + "type": "query", + "body": "query ExportDetailsView($id: ID!) {\n export(id: $id) {\n id\n prettyExportableType\n exportableTypeSlug\n prettyFileType\n prettyRecordCount\n filters\n fileSize\n exportableId\n report {\n id\n name\n __typename\n }\n createdBy\n createdAt\n updatedAt\n downloadable\n isCollection\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExportReport", + "name": "ExportReport", + "type": "mutation", + "body": "mutation ExportReport($input: ExportReportInput!) {\n exportReport(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExportsForAssociatedEntity", + "name": "ExportsForAssociatedEntity", + "type": "query", + "body": "query ExportsForAssociatedEntity($first: Int, $after: String, $last: Int, $before: String, $reportId: ID!) {\n exports(\n first: $first\n after: $after\n last: $last\n before: $before\n reportId: $reportId\n ) {\n ...ExportList\n __typename\n }\n}\n\nfragment ExportList on ExportConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n prettyExportableType\n exportableId\n report {\n typename: __typename\n id\n name\n }\n prettyFileType\n createdBy\n prettyRecordCount\n fileSize\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExportsHome", + "name": "ExportsHome", + "type": "query", + "body": "query ExportsHome($first: Int, $after: String, $last: Int, $before: String) {\n exports(first: $first, after: $after, last: $last, before: $before) {\n ...ExportList\n __typename\n }\n}\n\nfragment ExportList on ExportConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n prettyExportableType\n exportableId\n report {\n typename: __typename\n id\n name\n }\n prettyFileType\n createdBy\n prettyRecordCount\n fileSize\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExternalAccount", + "name": "ExternalAccount", + "type": "query", + "body": "query ExternalAccount($id: ID!) {\n externalAccount(id: $id) {\n id\n partyName\n partyType\n prettyPartyType\n partyAddress {\n id\n full\n country: countryCode\n line1\n line2\n line3\n locality\n postal_code: postalCode\n region\n __typename\n }\n routingDetails {\n paymentType\n prettyRoutingNumberType\n routingNumber\n routingNumberType\n __typename\n }\n accountDetails {\n accountNumber\n accountNumberType\n parentAccountType\n __typename\n }\n swiftCode\n cnapsRoutingNumber\n safeClabeAccountNumber\n caCpaRoutingNumber\n auBsbRoutingNumber\n dkInterbankClearingCodeRoutingNumber\n gbSortCodeRoutingNumber\n prettyStatus\n prettyVerificationStatus\n inIfscRoutingNumber\n safeIbanAccountNumber\n hkInterbankClearingCodeRoutingNumber\n huInterbankClearingCodeRoutingNumber\n idSknbiCodeRoutingNumber\n ilBankCodeRoutingNumber\n jpZenginCodeRoutingNumber\n nzNationalClearingCodeRoutingNumber\n seBankgiroClearingCodeRoutingNumber\n sgInterbankClearingCodeRoutingNumber\n zaNationalClearingCodeRoutingNumber\n accountType\n prettyAccountType\n nickname\n safeAccountNumber\n abaRoutingNumber\n counterparty {\n id\n name\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExternalAccountDetailsTable", + "name": "ExternalAccountDetailsTable", + "type": "query", + "body": "query ExternalAccountDetailsTable($id: ID!) {\n externalAccount(id: $id) {\n prettyStatusIndicator\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n id\n path\n partyName\n nickname\n waitingOn\n bankName\n prettyAccountType\n prettyPartyType\n partyAddressFull\n supportedPaymentTypesPretty\n accountCreationSource\n prettyVerificationStatus\n accountVerificationSource\n auBsbRoutingNumber\n counterparty {\n typename: __typename\n id\n name\n path\n }\n ledgerAccount {\n typename: __typename\n id\n name\n path\n }\n createdAt\n externalId\n __typename\n }\n displayColumns(resource: external_account, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExternalAccountListView", + "name": "ExternalAccountListView", + "type": "query", + "body": "query ExternalAccountListView($name: String, $metadata: JSON, $showDeleted: String, $status: ExternalAccount__StatusEnum, $createdAt: DateTimeFilterInput, $verificationStatus: ExternalAccountVerificationStatusEnum, $first: Int, $after: String, $last: Int, $before: String) {\n externalAccounts(\n name: $name\n metadata: $metadata\n showDeleted: $showDeleted\n status: $status\n createdAt: $createdAt\n verificationStatus: $verificationStatus\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ExternalAccountList\n __typename\n }\n}\n\nfragment ExternalAccountList on ExternalAccountConnection {\n edges {\n node {\n typename: __typename\n name\n id\n safeAccountNumber\n waitingOn\n swiftCode\n abaRoutingNumber\n counterpartyName\n prettyStatus\n partyAddressFull\n prettyVerificationStatus\n auBsbRoutingNumber\n caCpaRoutingNumber\n createdAt\n dkInterbankClearingCodeRoutingNumber\n gbSortCodeRoutingNumber\n huInterbankClearingCodeRoutingNumber\n idSknbiCodeRoutingNumber\n ilBankCodeRoutingNumber\n inIfscRoutingNumber\n jpZenginCodeRoutingNumber\n zaNationalClearingCodeRoutingNumber\n cnapsRoutingNumber\n nzNationalClearingCodeRoutingNumber\n seBankgiroClearingCodeRoutingNumber\n sgInterbankClearingCodeRoutingNumber\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExternalAccountView", + "name": "ExternalAccountView", + "type": "query", + "body": "query ExternalAccountView($externalAccountId: ID!) {\n externalAccount(id: $externalAccountId) {\n id\n createdAt\n discardedAt\n metadata\n partyName\n prettyStatus\n status\n lastUpdaterId\n routingDetails {\n id\n prettyRoutingNumberType\n routingNumber\n __typename\n }\n accountDetails {\n id\n accountNumberType\n accountNumber\n parentAccountType\n __typename\n }\n review {\n id\n user {\n id\n __typename\n }\n reviewers {\n id\n canReviewAsGroups {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n abilities {\n ExternalAccount {\n canFullRead\n canRead\n canEdit\n __typename\n }\n __typename\n }\n currentUser {\n id\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExternalAccountsForAssociatedEntity", + "name": "ExternalAccountsForAssociatedEntity", + "type": "query", + "body": "query ExternalAccountsForAssociatedEntity($first: Int, $after: String, $last: Int, $before: String, $ruleId: ID) {\n externalAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n ruleId: $ruleId\n ) {\n ...ExternalAccountList\n __typename\n }\n}\n\nfragment ExternalAccountList on ExternalAccountConnection {\n edges {\n node {\n typename: __typename\n name\n id\n safeAccountNumber\n waitingOn\n swiftCode\n abaRoutingNumber\n counterpartyName\n prettyStatus\n partyAddressFull\n prettyVerificationStatus\n auBsbRoutingNumber\n caCpaRoutingNumber\n createdAt\n dkInterbankClearingCodeRoutingNumber\n gbSortCodeRoutingNumber\n huInterbankClearingCodeRoutingNumber\n idSknbiCodeRoutingNumber\n ilBankCodeRoutingNumber\n inIfscRoutingNumber\n jpZenginCodeRoutingNumber\n zaNationalClearingCodeRoutingNumber\n cnapsRoutingNumber\n nzNationalClearingCodeRoutingNumber\n seBankgiroClearingCodeRoutingNumber\n sgInterbankClearingCodeRoutingNumber\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExternalAccountsHome", + "name": "ExternalAccountsHome", + "type": "query", + "body": "query ExternalAccountsHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $counterpartyId: ID, $createdAt: DateTimeFilterInput, $orderBy: JSON, $showDeleted: String, $status: ExternalAccount__StatusEnum, $verificationStatus: ExternalAccountVerificationStatusEnum, $metadata: JSON) {\n externalAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n counterpartyId: $counterpartyId\n createdAt: $createdAt\n showDeleted: $showDeleted\n orderBy: $orderBy\n status: $status\n verificationStatus: $verificationStatus\n metadata: $metadata\n ) {\n ...ExternalAccountList\n __typename\n }\n}\n\nfragment ExternalAccountList on ExternalAccountConnection {\n edges {\n node {\n typename: __typename\n name\n id\n safeAccountNumber\n waitingOn\n swiftCode\n abaRoutingNumber\n counterpartyName\n prettyStatus\n partyAddressFull\n prettyVerificationStatus\n auBsbRoutingNumber\n caCpaRoutingNumber\n createdAt\n dkInterbankClearingCodeRoutingNumber\n gbSortCodeRoutingNumber\n huInterbankClearingCodeRoutingNumber\n idSknbiCodeRoutingNumber\n ilBankCodeRoutingNumber\n inIfscRoutingNumber\n jpZenginCodeRoutingNumber\n zaNationalClearingCodeRoutingNumber\n cnapsRoutingNumber\n nzNationalClearingCodeRoutingNumber\n seBankgiroClearingCodeRoutingNumber\n sgInterbankClearingCodeRoutingNumber\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExternalAccountsMiniView", + "name": "ExternalAccountsMiniView", + "type": "query", + "body": "query ExternalAccountsMiniView($first: Int, $after: String, $last: Int, $before: String, $showDeleted: String, $counterpartyId: ID, $ruleId: ID) {\n externalAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n showDeleted: $showDeleted\n counterpartyId: $counterpartyId\n ruleId: $ruleId\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n partyName\n partyType\n prettyPartyType\n partyAddress {\n id\n full\n country: countryCode\n line1\n line2\n line3\n locality\n postal_code: postalCode\n region\n __typename\n }\n swiftCode\n caCpaRoutingNumber\n auBsbRoutingNumber\n dkInterbankClearingCodeRoutingNumber\n gbSortCodeRoutingNumber\n prettyStatus\n prettyVerificationStatus\n inIfscRoutingNumber\n safeIbanAccountNumber\n hkInterbankClearingCodeRoutingNumber\n huInterbankClearingCodeRoutingNumber\n idSknbiCodeRoutingNumber\n ilBankCodeRoutingNumber\n jpZenginCodeRoutingNumber\n nzNationalClearingCodeRoutingNumber\n seBankgiroClearingCodeRoutingNumber\n zaNationalClearingCodeRoutingNumber\n accountType\n prettyAccountType\n nickname\n safeAccountNumber\n abaRoutingNumber\n counterparty {\n id\n name\n __typename\n }\n path\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ExternalVendorDocumentation", + "name": "ExternalVendorDocumentation", + "type": "query", + "body": "query ExternalVendorDocumentation($scheduleId: String!) {\n externalVendorDocumentation(scheduleId: $scheduleId) {\n id\n name\n purpose\n version\n sourceFile\n mappings\n fields\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FileTransferBatchTotals", + "name": "FileTransferBatchTotals", + "type": "query", + "body": "query FileTransferBatchTotals($batchId: ID!, $batchType: BatchTypeEnum!) {\n fileTransferCalculateBatchTotals(batchId: $batchId, batchType: $batchType) {\n count\n amount\n currency\n direction\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FileTransferDetailsTable", + "name": "FileTransferDetailsTable", + "type": "query", + "body": "query FileTransferDetailsTable($id: ID!, $vendorId: VendorIdEnum) {\n fileTransfer(id: $id) {\n direction\n filePath\n vendorName(vendorId: $vendorId)\n batchType\n batchId\n createdAt\n __typename\n }\n displayColumns(resource: file_transfer, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FileTransferDetailsView", + "name": "FileTransferDetailsView", + "type": "query", + "body": "query FileTransferDetailsView($fileTransferId: ID!) {\n fileTransfer(id: $fileTransferId) {\n id\n direction\n filePath\n fileName\n fileCreatedAt\n transferredAt\n processed\n vendorName\n batchId\n batchType\n discardedAt\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FileTransferDownload", + "name": "FileTransferDownload", + "type": "query", + "body": "query FileTransferDownload($fileTransferId: ID!) {\n fileTransferDownloadUrl(fileTransferId: $fileTransferId)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FileTransferListView", + "name": "FileTransferListView", + "type": "query", + "body": "query FileTransferListView($connectionId: ID, $batchType: BatchTypeEnum, $filePath: String, $createdAt: DateTimeFilterInput, $vendorId: VendorIdEnum, $first: Int, $after: String, $last: Int, $before: String) {\n fileTransfers(\n connectionId: $connectionId\n batchType: $batchType\n filePath: $filePath\n createdAt: $createdAt\n vendorId: $vendorId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...FileTransferList\n __typename\n }\n}\n\nfragment FileTransferList on FileTransferConnection {\n edges {\n node {\n typename: __typename\n direction\n filePath\n vendorName(vendorId: $vendorId)\n batchType\n batchId\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FileTransfersHome", + "name": "FileTransfersHome", + "type": "query", + "body": "query FileTransfersHome($page: Int, $perPage: Int, $first: Int, $after: String, $last: Int, $before: String, $filePath: String, $processed: Boolean, $vendorId: VendorIdEnum, $connectionId: ID, $batchType: BatchTypeEnum, $createdAt: DateTimeFilterInput) {\n fileTransfers(\n page: $page\n perPage: $perPage\n first: $first\n after: $after\n last: $last\n before: $before\n filePath: $filePath\n processed: $processed\n vendorId: $vendorId\n connectionId: $connectionId\n batchType: $batchType\n createdAt: $createdAt\n ) {\n ...FileTransferList\n __typename\n }\n}\n\nfragment FileTransferList on FileTransferConnection {\n edges {\n node {\n typename: __typename\n direction\n filePath\n vendorName(vendorId: $vendorId)\n batchType\n batchId\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FileTransfersVendorConfig", + "name": "FileTransfersVendorConfig", + "type": "query", + "body": "query FileTransfersVendorConfig($vendorId: VendorIdEnum) {\n fileTransfersVendorConfig(vendorId: $vendorId) {\n id\n vendorId\n vendorName\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterAreaLoader", + "name": "FilterAreaLoader", + "type": "query", + "body": "query FilterAreaLoader($selectedViewId: ID!) {\n view(id: $selectedViewId) {\n ...view\n __typename\n }\n}\n\nfragment view on View {\n id\n name\n viewDocuments {\n id\n document\n viewDocumentType\n __typename\n }\n belongsToUser\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterLogicalValuesLoader", + "name": "FilterLogicalValuesLoader", + "type": "query", + "body": "query FilterLogicalValuesLoader($resource: ResourceEnum!) {\n logicalFormFields(\n logicalFormKey: Filters\n resource: $resource\n includeFieldDetails: true\n ) {\n methodName\n camelizeMethodName\n prettyMethodName\n logicalType\n methodReturnFormat\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n operators {\n operatorName\n negate\n prettyOperatorName\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillAccountGroupText", + "name": "FilterPillAccountGroupText", + "type": "query", + "body": "query FilterPillAccountGroupText($id: ID!) {\n accountGroup(id: $id) {\n id\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillApiKeyText", + "name": "FilterPillApiKeyText", + "type": "query", + "body": "query FilterPillApiKeyText($id: ID!) {\n apiKey(id: $id) {\n id\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillApiKeysText", + "name": "FilterPillApiKeysText", + "type": "query", + "body": "query FilterPillApiKeysText($id: ID!) {\n apiKey(id: $id) {\n id\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillConnectionText", + "name": "FilterPillConnectionText", + "type": "query", + "body": "query FilterPillConnectionText($id: ID!) {\n connection(id: $id) {\n id\n name: bestName\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillCounterpartyText", + "name": "FilterPillCounterpartyText", + "type": "query", + "body": "query FilterPillCounterpartyText($id: ID!) {\n counterparty(id: $id) {\n id\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillInternalAccountsText", + "name": "FilterPillInternalAccountsText", + "type": "query", + "body": "query FilterPillInternalAccountsText($id: ID!) {\n internalAccount(id: $id) {\n id\n bestLongName\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillReceivingEntityText", + "name": "FilterPillReceivingEntityText", + "type": "query", + "body": "query FilterPillReceivingEntityText($receivingAccountId: ID!) {\n receivingEntity(id: $receivingAccountId) {\n __typename\n ... on ExternalAccount {\n __typename\n id\n name\n }\n ... on InternalAccount {\n __typename\n id\n bestLongName\n }\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillReconciliationRuleText", + "name": "FilterPillReconciliationRuleText", + "type": "query", + "body": "query FilterPillReconciliationRuleText($id: ID!) {\n reconciliationRule(id: $id) {\n id\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillTemplatesText", + "name": "FilterPillTemplatesText", + "type": "query", + "body": "query FilterPillTemplatesText($id: ID!) {\n template(id: $id) {\n id\n currentTemplateVersionName\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FilterPillUserText", + "name": "FilterPillUserText", + "type": "query", + "body": "query FilterPillUserText($id: ID!) {\n user(id: $id) {\n id\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FinancialInstitution", + "name": "FinancialInstitution", + "type": "query", + "body": "query FinancialInstitution($id: String!) {\n financialInstitution(id: $id) {\n id\n name\n shortName\n description\n type\n status\n location\n regulatoryInfo\n contact\n vendorProducts\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FinancialInstitutions", + "name": "FinancialInstitutions", + "type": "query", + "body": "query FinancialInstitutions {\n financialInstitutions {\n id\n name\n shortName\n description\n type\n status\n location\n regulatoryInfo\n contact\n vendorProducts\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FullAccountNumber", + "name": "FullAccountNumber", + "type": "query", + "body": "query FullAccountNumber($accountDetailId: ID!) {\n fullAccountNumber(accountDetailId: $accountDetailId)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FullPaymentOrderAttemptAccountNumber", + "name": "FullPaymentOrderAttemptAccountNumber", + "type": "query", + "body": "query FullPaymentOrderAttemptAccountNumber($currentPaymentOrderAttemptId: ID!, $receivingEntityId: ID!) {\n fullPaymentOrderAttemptAccountNumber(\n currentPaymentOrderAttemptId: $currentPaymentOrderAttemptId\n receivingEntityId: $receivingEntityId\n )\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FundFlowBalancesHome", + "name": "FundFlowBalancesHome", + "type": "query", + "body": "query FundFlowBalancesHome($first: Int, $after: String, $last: Int, $before: String, $ledgerId: ID) {\n fundFlowBalances(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerId: $ledgerId\n ) {\n ...FundFlowBalanceList\n __typename\n }\n}\n\nfragment FundFlowBalanceList on FundFlowBalanceConnection {\n edges {\n node {\n typename: __typename\n fundFlowName\n ledgerAccount {\n typename: __typename\n id\n name\n path\n }\n ledgerEntriesCount\n creditAmount\n debitAmount\n openBalanceAmount\n initialEffectiveDate\n lastEffectiveDate\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FundFlowDetailsTable", + "name": "FundFlowDetailsTable", + "type": "query", + "body": "query FundFlowDetailsTable($id: ID!) {\n fundFlow(id: $id) {\n id\n path\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerId\n name\n description\n createdAt\n updatedAt\n pendingLedgerTransactionCount\n postedLedgerTransactionCount\n metadataFilter\n __typename\n }\n displayColumns(resource: fund_flow, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FundFlowView", + "name": "FundFlowView", + "type": "query", + "body": "query FundFlowView($id: ID!) {\n fundFlow(id: $id) {\n id\n name\n description\n ledgerId\n metadataFilter\n createdAt\n updatedAt\n status\n prettyStatus\n pendingLedgerTransactionCount\n postedLedgerTransactionCount\n path\n ledger {\n id\n name\n path\n __typename\n }\n ledgerTransactions {\n id\n status\n description\n effectiveAt\n ledgerableType\n ledgerableId\n ledgerablePath\n ledgerEntries {\n id\n effectiveAt\n amount\n status\n direction\n ledgerAccount {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n ledgerAccounts {\n id\n name\n description\n discarded\n currency\n currencyExponent\n postedBalance\n pendingBalance\n availableBalance\n prettyNormalBalance\n lockVersion\n ledgerableType\n ledgerableId\n ledgerablePath\n ledgerId\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/FundFlowsHome", + "name": "FundFlowsHome", + "type": "query", + "body": "query FundFlowsHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $description: String, $ledgerId: ID, $id: ID, $createdAt: DateTimeFilterInput, $orderBy: JSON) {\n fundFlows(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n description: $description\n ledgerId: $ledgerId\n id: $id\n createdAt: $createdAt\n orderBy: $orderBy\n ) {\n ...FundFlowList\n __typename\n }\n}\n\nfragment FundFlowList on FundFlowConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerId\n name\n description\n createdAt\n updatedAt\n pendingLedgerTransactionCount\n postedLedgerTransactionCount\n metadataFilter\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GenerateLedgerTransaction", + "name": "GenerateLedgerTransaction", + "type": "query", + "body": "query GenerateLedgerTransaction($amount: Int!, $direction: String!, $originatingLedgerAccountId: ID, $receivingLedgerAccountId: ID, $description: String) {\n ledgerTransactionTemplate(\n amount: $amount\n direction: $direction\n originatingLedgerAccountId: $originatingLedgerAccountId\n receivingLedgerAccountId: $receivingLedgerAccountId\n description: $description\n ) {\n description\n ledgerEntryTemplates {\n direction\n amountDecimal\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n ledger {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GenericObjectSearch", + "name": "GenericObjectSearch", + "type": "query", + "body": "query GenericObjectSearch($query: String!) {\n genericObjectSearch(query: $query) {\n objectClass\n path\n title\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GetBulkRequests", + "name": "GetBulkRequests", + "type": "query", + "body": "query GetBulkRequests($first: Int, $after: String, $last: Int, $before: String, $id: ID, $status: BulkRequestStatusEnum, $resourceType: BulkRequestResourceEnum, $actionType: BulkRequestActionEnum) {\n bulkRequests(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n status: $status\n resourceType: $resourceType\n actionType: $actionType\n ) {\n ...BulkRequestList\n __typename\n }\n}\n\nfragment BulkRequestList on BulkRequestConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n prettyActionType\n prettyResourceType\n totalResourceCount\n successResultCount\n failedResultCount\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GetBulkResults", + "name": "GetBulkResults", + "type": "query", + "body": "query GetBulkResults($first: Int, $after: String, $last: Int, $before: String, $status: BulkResultStatusEnum, $bulkResultableType: BulkResultableEnum, $bulkRequesterType: String, $bulkResultableId: ID, $bulkRequesterId: ID) {\n bulkResults(\n first: $first\n after: $after\n last: $last\n before: $before\n status: $status\n bulkResultableType: $bulkResultableType\n bulkRequesterType: $bulkRequesterType\n bulkResultableId: $bulkResultableId\n bulkRequesterId: $bulkRequesterId\n ) {\n ...BulkResultList\n __typename\n }\n}\n\nfragment BulkResultList on BulkResultConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusDescriptor\n statusVerbose\n bulkResultableType\n bulkResultableId\n errors\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GroupDetailsTable", + "name": "GroupDetailsTable", + "type": "query", + "body": "query GroupDetailsTable($id: ID) {\n group(id: $id) {\n id\n path\n name\n userCount\n usersStatusIndicator\n usersStatusIndicatorDescriptor\n createdAt\n updatedAt\n __typename\n }\n displayColumns(resource: group, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GroupForm", + "name": "GroupForm", + "type": "query", + "body": "query GroupForm($id: ID, $fetchGroup: Boolean!) {\n rolesUnpaginated(\n roleType: [\"managed\", \"admin\", \"custom\", \"legacy\"]\n actorSource: \"Group\"\n ) {\n id\n name\n __typename\n }\n group(id: $id) @include(if: $fetchGroup) {\n name\n description\n default\n roles {\n id\n name\n __typename\n }\n userIds\n __typename\n }\n currentOrganization {\n scimActive\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GroupListView", + "name": "GroupListView", + "type": "query", + "body": "query GroupListView($name: String, $first: Int, $after: String, $last: Int, $before: String) {\n groups(name: $name, first: $first, after: $after, last: $last, before: $before) {\n ...GroupList\n __typename\n }\n}\n\nfragment GroupList on GroupConnection {\n edges {\n node {\n typename: __typename\n id\n permissionsStatus\n statusIndicator\n statusIndicatorDescriptor\n name\n roles {\n typename: __typename\n id\n name\n path\n }\n permissionSets {\n typename: __typename\n id\n name\n path\n }\n userCount\n usersStatusIndicator\n usersStatusIndicatorDescriptor\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GroupPermissions", + "name": "GroupPermissions", + "type": "query", + "body": "query GroupPermissions($id: ID!, $first: Int, $after: String, $last: Int, $before: String) {\n group(id: $id) {\n id\n deprecatedRoles\n proposedChange {\n id\n __typename\n }\n __typename\n }\n internalAccounts(first: $first, after: $after, last: $last, before: $before) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n bestName\n path\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GroupUsersView", + "name": "GroupUsersView", + "type": "query", + "body": "query GroupUsersView($id: ID!, $first: Int, $after: String, $last: Int, $before: String) {\n users(first: $first, after: $after, last: $last, before: $before, groupId: $id) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n name\n path\n email\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GroupView", + "name": "GroupView", + "type": "query", + "body": "query GroupView($id: ID!) {\n currentUser {\n id\n contextedGroupMemberships {\n id\n name\n path\n __typename\n }\n __typename\n }\n group(id: $id) {\n name\n deletable\n userCount\n proposedChange {\n id\n entityType\n prettyEntityType\n entityId\n action\n proposedName\n proposedDescription\n proposedRoles {\n id\n name\n path\n __typename\n }\n createdBy {\n id\n name\n path\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/GroupsHome", + "name": "GroupsHome", + "type": "query", + "body": "query GroupsHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $roleId: ID, $userId: ID) {\n groups(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n roleId: $roleId\n userId: $userId\n ) {\n ...GroupList\n __typename\n }\n}\n\nfragment GroupList on GroupConnection {\n edges {\n node {\n typename: __typename\n id\n permissionsStatus\n statusIndicator\n statusIndicatorDescriptor\n name\n roles {\n typename: __typename\n id\n name\n path\n }\n permissionSets {\n typename: __typename\n id\n name\n path\n }\n userCount\n usersStatusIndicator\n usersStatusIndicatorDescriptor\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/HistoricalBalancesByGroupsView", + "name": "HistoricalBalancesByGroupsView", + "type": "query", + "body": "query HistoricalBalancesByGroupsView($groupBy: String!, $dateRange: DateTimeFilterInput, $currency: String, $entityIds: [ID!]) {\n historicalBalancesByGroups(\n dateRange: $dateRange\n groupBy: $groupBy\n currency: $currency\n entityIds: $entityIds\n ) {\n amount\n asOfDate\n prettyAmount\n balanceType\n currency\n entityName\n entityId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/HistoricalBalancesView", + "name": "HistoricalBalancesView", + "type": "query", + "body": "query HistoricalBalancesView($dateRange: DateFilterInput, $entityId: ID, $balanceType: String) {\n historicalBalances(\n dateRange: $dateRange\n entityId: $entityId\n balanceType: $balanceType\n useMostRecentBalanceReportType: true\n ) {\n asOfDate\n amount\n balanceType\n prettyAmount\n entityId\n entityType\n id\n liveMode\n createdAt\n updatedAt\n currency\n organizationId\n balanceReportType\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/HistoricalCashFlow", + "name": "HistoricalCashFlow", + "type": "query", + "body": "query HistoricalCashFlow($asOfDate: DateFilterInput!, $currency: String!, $entityId: ID, $entityType: String) {\n historicalCashFlow(\n asOfDate: $asOfDate\n currency: $currency\n entityId: $entityId\n entityType: $entityType\n ) {\n asOfDate\n prettyDirectionalInflow\n prettyDirectionalOutflow\n inflow\n outflow\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/HistoricalCashFlowWithBalances", + "name": "HistoricalCashFlowWithBalances", + "type": "query", + "body": "query HistoricalCashFlowWithBalances($dateRange: DateFilterInput!, $currency: String!, $entityId: ID, $entityType: String) {\n historicalCashFlow(\n asOfDate: $dateRange\n currency: $currency\n entityId: $entityId\n entityType: $entityType\n ) {\n asOfDate\n prettyDirectionalInflow\n prettyDirectionalOutflow\n inflow\n outflow\n __typename\n }\n historicalBalances(\n dateRange: $dateRange\n entityId: $entityId\n balanceType: \"closing_ledger\"\n ) {\n asOfDate\n amount\n balanceType\n prettyAmount\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/HomepageDashboard", + "name": "HomepageDashboard", + "type": "query", + "body": "query HomepageDashboard {\n currentOrganization {\n products {\n productType\n status\n liveMode\n __typename\n }\n __typename\n }\n abilities {\n Ledger {\n canRead\n __typename\n }\n LedgerAccount {\n canUpdate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InboundBlobDetailDetailsTable", + "name": "InboundBlobDetailDetailsTable", + "type": "query", + "body": "query InboundBlobDetailDetailsTable($id: ID!) {\n inboundBlobDetail(id: $id) {\n id\n path\n scheduleId\n status\n statusTagColor\n interfaceType\n filePath\n pattern\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n pollRequest {\n typename: __typename\n id\n path\n }\n fileTransferAssociation {\n typename: __typename\n id\n path\n }\n endpointId\n endToEndId\n filters\n sourceJson\n documentId\n parentInboundBlobDetail {\n typename: __typename\n id\n path\n }\n vendorId\n createdAt\n importStartedAt\n importCompletedAt\n importDuration\n vendorName\n datadogTraces\n id\n datadogLogs\n id\n pipelineInvocations\n currentImportAttemptId\n __typename\n }\n displayColumns(resource: inbound_blob_detail, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InboundBlobDetailListView", + "name": "InboundBlobDetailListView", + "type": "query", + "body": "query InboundBlobDetailListView($id: ID, $connectionId: ID, $connectionEndpointId: ID, $parentInboundBlobDetailId: ID, $pollRequestId: ID, $endpointId: ID, $fileTransferId: ID, $endToEndId: String, $path: String, $pattern: String, $interfaceTypes: [VendorInterfaceTypeEnum!], $scheduleIds: [String!], $createdAt: DateTimeFilterInput, $statuses: [InboundBlobImportAttemptStatusEnum!], $first: Int, $after: String, $last: Int, $before: String) {\n inboundBlobDetails(\n id: $id\n connectionId: $connectionId\n connectionEndpointId: $connectionEndpointId\n parentInboundBlobDetailId: $parentInboundBlobDetailId\n pollRequestId: $pollRequestId\n endpointId: $endpointId\n fileTransferId: $fileTransferId\n endToEndId: $endToEndId\n path: $path\n pattern: $pattern\n interfaceTypes: $interfaceTypes\n scheduleIds: $scheduleIds\n createdAt: $createdAt\n statuses: $statuses\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...InboundBlobDetailList\n __typename\n }\n}\n\nfragment InboundBlobDetailList on InboundBlobDetailConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n status\n statusTagColor\n interfaceType\n filePath\n pattern\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n pollRequest {\n typename: __typename\n id\n path\n }\n fileTransferAssociation {\n typename: __typename\n id\n path\n }\n endpointId\n endToEndId\n filters\n sourceJson\n documentId\n parentInboundBlobDetail {\n typename: __typename\n id\n path\n }\n vendorId\n createdAt\n importStartedAt\n importCompletedAt\n importDuration\n vendorName\n datadogTraces\n id\n datadogLogs\n id\n pipelineInvocations\n currentImportAttemptId\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InboundBlobImportAttemptDetailsTable", + "name": "InboundBlobImportAttemptDetailsTable", + "type": "query", + "body": "query InboundBlobImportAttemptDetailsTable($id: ID!) {\n inboundBlobImportAttempt(id: $id) {\n id\n path\n scheduleId\n status\n statusTagColor\n delay\n importer\n inboundBlobDetail {\n typename: __typename\n id\n path\n }\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n fileTransferAssociation {\n typename: __typename\n id\n path\n }\n failureReason\n importDuration\n importStartedAt\n importCompletedAt\n createdAt\n datadogTraces\n id\n datadogLogs\n id\n vendorId\n transformedEntitiesCount\n __typename\n }\n displayColumns(resource: inbound_blob_import_attempt, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InboundBlobImportAttemptListView", + "name": "InboundBlobImportAttemptListView", + "type": "query", + "body": "query InboundBlobImportAttemptListView($id: ID, $statuses: [InboundBlobImportAttemptStatusEnum!], $connectionId: ID, $connectionEndpointId: ID, $inboundBlobDetailId: ID, $fileTransferId: ID, $scheduleIds: [String!], $importer: String, $createdAt: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n inboundBlobImportAttempts(\n id: $id\n statuses: $statuses\n connectionId: $connectionId\n connectionEndpointId: $connectionEndpointId\n inboundBlobDetailId: $inboundBlobDetailId\n fileTransferId: $fileTransferId\n scheduleIds: $scheduleIds\n importer: $importer\n createdAt: $createdAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...InboundBlobImportAttemptList\n __typename\n }\n}\n\nfragment InboundBlobImportAttemptList on InboundBlobImportAttemptConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n status\n statusTagColor\n delay\n importer\n inboundBlobDetail {\n typename: __typename\n id\n path\n }\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n fileTransferAssociation {\n typename: __typename\n id\n path\n }\n failureReason\n importDuration\n importStartedAt\n importCompletedAt\n createdAt\n datadogTraces\n id\n datadogLogs\n id\n vendorId\n transformedEntitiesCount\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/IncomingPaymentDetailDetailsTable", + "name": "IncomingPaymentDetailDetailsTable", + "type": "query", + "body": "query IncomingPaymentDetailDetailsTable($id: ID!) {\n incomingPaymentDetail(id: $id) {\n id\n path\n asOfDate\n prettyStatus\n prettyAmount\n currency\n prettyDirection\n prettyType\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n updatedAt\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n safeOriginatingAccountNumber\n originatingRoutingNumber\n receivingParentTransaction {\n typename: __typename\n id\n path\n }\n auditableData\n memo\n counterparty\n __typename\n }\n displayColumns(resource: incoming_payment_detail, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/IncomingPaymentDetailListView", + "name": "IncomingPaymentDetailListView", + "type": "query", + "body": "query IncomingPaymentDetailListView($internalAccountIds: [ID!], $currency: String, $incomingPaymentDetailType: IncomingPaymentDetailTypeEnum, $metadata: JSON, $status: IncomingPaymentDetail__StatusEnum, $direction: String, $asOfDate: DateFilterInput, $amount: AmountFilterInput, $virtualAccountNumber: String, $virtualAccountName: String, $virtualAccountId: ID, $first: Int, $after: String, $last: Int, $before: String) {\n incomingPaymentDetails(\n internalAccountIds: $internalAccountIds\n currency: $currency\n incomingPaymentDetailType: $incomingPaymentDetailType\n metadata: $metadata\n status: $status\n direction: $direction\n asOfDate: $asOfDate\n amount: $amount\n virtualAccountNumber: $virtualAccountNumber\n virtualAccountName: $virtualAccountName\n virtualAccountId: $virtualAccountId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...IncomingPaymentDetailList\n __typename\n }\n}\n\nfragment IncomingPaymentDetailList on IncomingPaymentDetailConnection {\n edges {\n node {\n typename: __typename\n id\n asOfDate\n prettyStatus\n prettyAmount\n currency\n prettyDirection\n prettyType\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n direction\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n originatingRoutingNumber\n receivingParentTransaction {\n typename: __typename\n id\n path\n }\n memo\n counterparty\n unreconciledAmount\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/IncomingPaymentDetailsTableCount", + "name": "IncomingPaymentDetailsTableCount", + "type": "query", + "body": "query IncomingPaymentDetailsTableCount($first: Int, $after: String, $last: Int, $before: String, $metadata: JSON, $memo: String, $counterparty: String, $status: IncomingPaymentDetail__StatusEnum, $incomingPaymentDetailType: IncomingPaymentDetailTypeEnum, $amount: AmountFilterInput, $asOfDate: DateFilterInput, $internalAccountIds: [ID!], $currency: String, $direction: String, $virtualAccountName: String, $virtualAccountNumber: String, $virtualAccountId: ID, $tliHasExpectedPayment: Boolean, $inboundBlobDetailId: ID, $inboundBlobImportAttemptId: ID, $showDeleted: String) {\n incomingPaymentDetails(\n first: $first\n after: $after\n last: $last\n before: $before\n metadata: $metadata\n status: $status\n memo: $memo\n counterparty: $counterparty\n incomingPaymentDetailType: $incomingPaymentDetailType\n amount: $amount\n asOfDate: $asOfDate\n internalAccountIds: $internalAccountIds\n currency: $currency\n direction: $direction\n virtualAccountName: $virtualAccountName\n virtualAccountNumber: $virtualAccountNumber\n virtualAccountId: $virtualAccountId\n tliHasExpectedPayment: $tliHasExpectedPayment\n inboundBlobDetailId: $inboundBlobDetailId\n inboundBlobImportAttemptId: $inboundBlobImportAttemptId\n showDeleted: $showDeleted\n ) {\n totalCount\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/IncomingPaymentDetailsView", + "name": "IncomingPaymentDetailsView", + "type": "query", + "body": "query IncomingPaymentDetailsView($id: ID!) {\n incomingPaymentDetail(id: $id) {\n incomingPaymentDetailType\n status\n metadata\n canUpdate\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InfoBadge", + "name": "InfoBadge", + "type": "query", + "body": "query InfoBadge {\n appInfo {\n version\n currentCell\n stackName\n __typename\n }\n currentUser {\n email\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountBalanceReconDetailsTable", + "name": "InternalAccountBalanceReconDetailsTable", + "type": "query", + "body": "query InternalAccountBalanceReconDetailsTable($historicalBalanceId: ID!) {\n internalAccountBalanceRecon(historicalBalanceId: $historicalBalanceId) {\n bankBalanceDate\n prettyBankBalance\n prettyLedgerBalance\n prettyVariance\n reason\n __typename\n }\n displayColumns(\n resource: internal_account_balance_recon\n viewType: \"details_table\"\n ) {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountCurrency", + "name": "InternalAccountCurrency", + "type": "query", + "body": "query InternalAccountCurrency($internalAccountId: ID!) {\n internalAccount(id: $internalAccountId) {\n id\n currency\n accountCapabilities {\n ...accountCapability\n __typename\n }\n __typename\n }\n}\n\nfragment accountCapability on AccountCapability {\n id\n direction\n paymentType\n paymentSubtypes\n currencies\n anyCurrency\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountDetailsTable", + "name": "InternalAccountDetailsTable", + "type": "query", + "body": "query InternalAccountDetailsTable($id: ID!) {\n internalAccount(id: $id) {\n vendorId\n id\n path\n bestName\n childrenCount\n prettyChildrenCount\n bankName\n currency\n operationalStatus\n parentAccountName\n updatedAt\n __typename\n }\n displayColumns(resource: internal_account, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountLedgers", + "name": "InternalAccountLedgers", + "type": "query", + "body": "query InternalAccountLedgers($first: Int, $after: String, $last: Int, $before: String, $id: ID!) {\n internalAccountBalancesRecon(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n ) {\n ...InternalAccountBalanceReconList\n __typename\n }\n}\n\nfragment InternalAccountBalanceReconList on InternalAccountBalanceReconConnection {\n edges {\n node {\n typename: __typename\n bankBalanceDate\n prettyBankBalance\n prettyLedgerBalance\n prettyVariance\n reason\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountListView", + "name": "InternalAccountListView", + "type": "query", + "body": "query InternalAccountListView($id: String, $accountSearchName: String, $currency: String, $connectionId: ID, $operationalStatuses: [String!], $first: Int, $after: String, $last: Int, $before: String) {\n internalAccounts(\n id: $id\n accountSearchName: $accountSearchName\n currency: $currency\n connectionId: $connectionId\n operationalStatuses: $operationalStatuses\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...InternalAccountList\n __typename\n }\n}\n\nfragment InternalAccountList on InternalAccountConnection {\n edges {\n node {\n typename: __typename\n vendorId\n id\n bestName\n childrenCount\n prettyChildrenCount\n bankName\n currency\n operationalStatus\n parentAccountName\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountMetricListView", + "name": "InternalAccountMetricListView", + "type": "query", + "body": "query InternalAccountMetricListView($accountSearchName: String, $currency: String, $connectionId: ID, $onlyParentAccounts: Boolean, $parentAccountIds: [ID!], $first: Int, $after: String, $last: Int, $before: String) {\n internalAccountMetrics(\n accountSearchName: $accountSearchName\n currency: $currency\n connectionId: $connectionId\n onlyParentAccounts: $onlyParentAccounts\n parentAccountIds: $parentAccountIds\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...InternalAccountMetricList\n __typename\n }\n}\n\nfragment InternalAccountMetricList on InternalAccountMetricConnection {\n edges {\n node {\n typename: __typename\n bestName\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n ledgerVariance\n highlightLedgerVariance\n unreconciledAmount\n unreconciledPercent\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountMetricsHome", + "name": "InternalAccountMetricsHome", + "type": "query", + "body": "query InternalAccountMetricsHome($first: Int, $after: String, $last: Int, $before: String, $accountSearchName: String, $currency: String, $onlyParentAccounts: Boolean, $parentAccountIds: [ID!], $connectionId: ID, $accountGroupIds: [ID!]) {\n internalAccountMetrics(\n first: $first\n after: $after\n last: $last\n before: $before\n accountSearchName: $accountSearchName\n currency: $currency\n onlyParentAccounts: $onlyParentAccounts\n parentAccountIds: $parentAccountIds\n connectionId: $connectionId\n accountGroupIds: $accountGroupIds\n ) {\n ...InternalAccountMetricList\n edges {\n node {\n id\n connection {\n vendor {\n onlyPriorDayBalance\n onlyRealTimeBalance\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment InternalAccountMetricList on InternalAccountMetricConnection {\n edges {\n node {\n typename: __typename\n bestName\n currency\n prettyPriorDayBalance\n prettyAvailableBalance\n ledgerVariance\n highlightLedgerVariance\n unreconciledAmount\n unreconciledPercent\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountPaymentSelection", + "name": "InternalAccountPaymentSelection", + "type": "query", + "body": "query InternalAccountPaymentSelection($internalAccountId: ID!) {\n internalAccount(id: $internalAccountId) {\n id\n currency\n longName\n balanceReport {\n ...balanceReport\n __typename\n }\n connection {\n vendor {\n id\n timeZone\n __typename\n }\n __typename\n }\n accountCapabilities {\n ...accountCapability\n __typename\n }\n __typename\n }\n}\n\nfragment accountCapability on AccountCapability {\n id\n direction\n paymentType\n paymentSubtypes\n currencies\n anyCurrency\n __typename\n}\n\nfragment balanceReport on BalanceReport {\n id\n internalAccountId\n accountShort\n availableAmount\n currency\n prettyAvailableAmount\n prettyLedgerAmount\n balanceReportType\n asOf\n asOfDate\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountView", + "name": "InternalAccountView", + "type": "query", + "body": "query InternalAccountView($internalAccountId: ID!) {\n internalAccount(id: $internalAccountId) {\n id\n name\n longName\n metadata\n partyName\n createdAt\n currency\n operationalStatus\n childrenCount\n parentAccountId\n parentAccountName\n accountType\n vendorId\n ledgerAccount {\n id\n name\n __typename\n }\n accountCapabilities {\n id\n currencies\n direction\n identifier\n createdAt\n paymentType\n prettyPaymentSubtypes\n updatedAt\n anyCurrency\n __typename\n }\n accountDetails {\n id\n accountNumber\n accountNumberType\n parentAccountType\n __typename\n }\n routingDetails {\n id\n routingNumber\n routingNumberType\n prettyRoutingNumberType\n bankAddress {\n id\n full\n __typename\n }\n __typename\n }\n connection {\n id\n entity\n nickname\n hasVirtualAccountSettings\n vendor {\n id\n name\n __typename\n }\n __typename\n }\n partyAddress {\n id\n full\n country: countryCode\n line1\n line2\n line3\n locality\n postal_code: postalCode\n region\n __typename\n }\n counterpartyId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccounts", + "name": "InternalAccounts", + "type": "query", + "body": "query InternalAccounts {\n internalAccountsUnpaginated {\n id\n longName\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountsAsyncSelect", + "name": "InternalAccountsAsyncSelect", + "type": "query", + "body": "query InternalAccountsAsyncSelect($first: Int, $after: String, $name: String) {\n internalAccounts(first: $first, after: $after, accountSearchName: $name) {\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n edges {\n node {\n id\n longName\n bestName\n path\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountsByConnection", + "name": "InternalAccountsByConnection", + "type": "query", + "body": "query InternalAccountsByConnection($connectionId: ID!) {\n internalAccounts(connectionId: $connectionId, activeOnly: true) {\n edges {\n node {\n id\n longName\n bestName\n currency\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalAccountsSearch", + "name": "InternalAccountsSearch", + "type": "query", + "body": "query InternalAccountsSearch($first: Int, $after: String, $name: String, $currency: String) {\n internalAccounts(\n first: $first\n after: $after\n accountSearchName: $name\n activeOnly: true\n currency: $currency\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n totalCount\n edges {\n node {\n id\n longName\n connection {\n vendor {\n id\n timeZone\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InternalToolsVisibility", + "name": "InternalToolsVisibility", + "type": "query", + "body": "query InternalToolsVisibility {\n internalToolsVisibility\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InvoiceDetails", + "name": "InvoiceDetails", + "type": "query", + "body": "query InvoiceDetails($id: ID!) {\n invoice(id: $id) {\n id\n decimalizedAmount\n currency\n status\n originatingAccountId\n counterpartyId\n number\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InvoiceDetailsTable", + "name": "InvoiceDetailsTable", + "type": "query", + "body": "query InvoiceDetailsTable($id: ID!) {\n invoice(id: $id) {\n id\n path\n number\n prettyTotalAmount\n prettyAmountPaid\n prettyAmountRemaining\n currency\n prettyStatus\n description\n invoicerName\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n counterpartyBillingAddress {\n typename: __typename\n id\n full\n }\n counterpartyShippingAddress {\n typename: __typename\n id\n full\n }\n invoicerAddress {\n typename: __typename\n id\n full\n }\n dueDate\n paymentType\n receivingAccountId\n paymentEffectiveDate\n fallbackPaymentMethod\n updatedAt\n createdAt\n recipientEmail\n recipientName\n issuerEmail\n overdueReminderEmailDates\n prettyIssuerPhone\n issuerWebsite\n includePaymentFlow\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n ledgerAccountSettlement {\n typename: __typename\n id\n path\n }\n initiatePayment\n notificationsEnabled\n csvLink\n csvAttachmentFilename\n csvAttachmentStatus\n externalBulkImportIdentifier\n __typename\n }\n displayColumns(resource: invoice, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InvoiceHeaderView", + "name": "InvoiceHeaderView", + "type": "query", + "body": "query InvoiceHeaderView($id: ID!) {\n invoice(id: $id) {\n id\n number\n hostedUrl\n pdfUrl\n prettyStatus\n status\n originatingAccountId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InvoiceLineItems", + "name": "InvoiceLineItems", + "type": "query", + "body": "query InvoiceLineItems($first: Int, $after: String, $last: Int, $before: String, $invoiceId: ID) {\n invoiceLineItems(\n first: $first\n after: $after\n last: $last\n before: $before\n invoiceId: $invoiceId\n ) {\n ...InvoiceLineItemList\n __typename\n }\n}\n\nfragment InvoiceLineItemList on InvoiceLineItemConnection {\n edges {\n node {\n typename: __typename\n id\n name\n quantity\n prettyUnitAmount\n prettyAmount\n description\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InvoiceListView", + "name": "InvoiceListView", + "type": "query", + "body": "query InvoiceListView($status: InvoiceStatusEnum, $amount: AmountFilterInput, $counterpartyId: ID, $originatingAccountIds: [ID!], $dueDate: DateFilterInput, $number: String, $description: String, $first: Int, $after: String, $last: Int, $before: String) {\n invoices(\n status: $status\n amount: $amount\n counterpartyId: $counterpartyId\n originatingAccountIds: $originatingAccountIds\n dueDate: $dueDate\n number: $number\n description: $description\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...InvoiceList\n __typename\n }\n}\n\nfragment InvoiceList on InvoiceConnection {\n edges {\n node {\n typename: __typename\n id\n number\n prettyTotalAmount\n prettyAmountPaid\n prettyAmountRemaining\n currency\n prettyStatus\n description\n invoicerName\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n counterpartyBillingAddress {\n typename: __typename\n id\n full\n }\n counterpartyShippingAddress {\n typename: __typename\n id\n full\n }\n invoicerAddress {\n typename: __typename\n id\n full\n }\n dueDate\n paymentType\n receivingAccountId\n paymentEffectiveDate\n fallbackPaymentMethod\n updatedAt\n createdAt\n recipientEmail\n recipientName\n issuerEmail\n overdueReminderEmailDates\n prettyIssuerPhone\n issuerWebsite\n includePaymentFlow\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n ledgerAccountSettlement {\n typename: __typename\n id\n path\n }\n initiatePayment\n notificationsEnabled\n csvLink\n csvAttachmentFilename\n csvAttachmentStatus\n externalBulkImportIdentifier\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InvoiceView", + "name": "InvoiceView", + "type": "query", + "body": "query InvoiceView($invoiceId: ID!) {\n invoice(id: $invoiceId) {\n canUpdate\n metadata\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InvoicesFilterView", + "name": "InvoicesFilterView", + "type": "query", + "body": "query InvoicesFilterView($first: Int, $after: String, $last: Int, $before: String, $orderBy: JSON, $number: String) {\n invoices(\n first: $first\n after: $after\n last: $last\n before: $before\n orderBy: $orderBy\n number: $number\n ) {\n ...InvoiceList\n __typename\n }\n}\n\nfragment InvoiceList on InvoiceConnection {\n edges {\n node {\n typename: __typename\n id\n number\n prettyTotalAmount\n prettyAmountPaid\n prettyAmountRemaining\n currency\n prettyStatus\n description\n invoicerName\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n counterpartyBillingAddress {\n typename: __typename\n id\n full\n }\n counterpartyShippingAddress {\n typename: __typename\n id\n full\n }\n invoicerAddress {\n typename: __typename\n id\n full\n }\n dueDate\n paymentType\n receivingAccountId\n paymentEffectiveDate\n fallbackPaymentMethod\n updatedAt\n createdAt\n recipientEmail\n recipientName\n issuerEmail\n overdueReminderEmailDates\n prettyIssuerPhone\n issuerWebsite\n includePaymentFlow\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n ledgerAccountSettlement {\n typename: __typename\n id\n path\n }\n initiatePayment\n notificationsEnabled\n csvLink\n csvAttachmentFilename\n csvAttachmentStatus\n externalBulkImportIdentifier\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InvoicesForAssociatedEntity", + "name": "InvoicesForAssociatedEntity", + "type": "query", + "body": "query InvoicesForAssociatedEntity($first: Int, $after: String, $last: Int, $before: String, $counterpartyId: ID, $paymentOrderId: ID) {\n invoices(\n first: $first\n after: $after\n last: $last\n before: $before\n counterpartyId: $counterpartyId\n paymentOrderId: $paymentOrderId\n ) {\n ...InvoiceList\n __typename\n }\n}\n\nfragment InvoiceList on InvoiceConnection {\n edges {\n node {\n typename: __typename\n id\n number\n prettyTotalAmount\n prettyAmountPaid\n prettyAmountRemaining\n currency\n prettyStatus\n description\n invoicerName\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n counterpartyBillingAddress {\n typename: __typename\n id\n full\n }\n counterpartyShippingAddress {\n typename: __typename\n id\n full\n }\n invoicerAddress {\n typename: __typename\n id\n full\n }\n dueDate\n paymentType\n receivingAccountId\n paymentEffectiveDate\n fallbackPaymentMethod\n updatedAt\n createdAt\n recipientEmail\n recipientName\n issuerEmail\n overdueReminderEmailDates\n prettyIssuerPhone\n issuerWebsite\n includePaymentFlow\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n ledgerAccountSettlement {\n typename: __typename\n id\n path\n }\n initiatePayment\n notificationsEnabled\n csvLink\n csvAttachmentFilename\n csvAttachmentStatus\n externalBulkImportIdentifier\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/InvoicesHome", + "name": "InvoicesHome", + "type": "query", + "body": "query InvoicesHome($first: Int, $after: String, $last: Int, $before: String, $status: InvoiceStatusEnum, $amount: AmountFilterInput, $counterpartyId: ID, $originatingAccountIds: [ID!], $dueDate: DateFilterInput, $orderBy: JSON, $description: String, $number: String) {\n invoices(\n first: $first\n after: $after\n last: $last\n before: $before\n amount: $amount\n status: $status\n counterpartyId: $counterpartyId\n originatingAccountIds: $originatingAccountIds\n dueDate: $dueDate\n orderBy: $orderBy\n description: $description\n number: $number\n ) {\n ...InvoiceList\n __typename\n }\n}\n\nfragment InvoiceList on InvoiceConnection {\n edges {\n node {\n typename: __typename\n id\n number\n prettyTotalAmount\n prettyAmountPaid\n prettyAmountRemaining\n currency\n prettyStatus\n description\n invoicerName\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n counterpartyBillingAddress {\n typename: __typename\n id\n full\n }\n counterpartyShippingAddress {\n typename: __typename\n id\n full\n }\n invoicerAddress {\n typename: __typename\n id\n full\n }\n dueDate\n paymentType\n receivingAccountId\n paymentEffectiveDate\n fallbackPaymentMethod\n updatedAt\n createdAt\n recipientEmail\n recipientName\n issuerEmail\n overdueReminderEmailDates\n prettyIssuerPhone\n issuerWebsite\n includePaymentFlow\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n ledgerAccountSettlement {\n typename: __typename\n id\n path\n }\n initiatePayment\n notificationsEnabled\n csvLink\n csvAttachmentFilename\n csvAttachmentStatus\n externalBulkImportIdentifier\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JobStatus", + "name": "JobStatus", + "type": "query", + "body": "query JobStatus($jobStatusKey: String!) {\n jobStatus(jobStatusKey: $jobStatusKey) {\n status\n progress\n message\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JournalEntryDetailsTable", + "name": "JournalEntryDetailsTable", + "type": "query", + "body": "query JournalEntryDetailsTable($id: ID!) {\n journalEntry(id: $id) {\n id\n memo\n date\n accountName\n __typename\n }\n displayColumns(resource: journal_entry, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JournalEntryHome", + "name": "JournalEntryHome", + "type": "query", + "body": "query JournalEntryHome($journalReportId: ID!, $first: Int, $after: String, $last: Int, $before: String) {\n journalEntries(\n journalReportId: $journalReportId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...JournalEntryList\n __typename\n }\n}\n\nfragment JournalEntryList on JournalEntryConnection {\n edges {\n node {\n typename: __typename\n rowNumber\n id\n memo\n date\n lineNumber\n accountName\n prettyDebit\n prettyCredit\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JournalEntryLines", + "name": "JournalEntryLines", + "type": "query", + "body": "query JournalEntryLines($id: ID!) {\n journalLines(journalEntryId: $id) {\n ...JournalLineList\n __typename\n }\n}\n\nfragment JournalLineList on JournalLineConnection {\n edges {\n node {\n typename: __typename\n rowNumber\n id\n memo\n date\n lineNumber\n accountName\n prettyDebit\n prettyCredit\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JournalEntryView", + "name": "JournalEntryView", + "type": "query", + "body": "query JournalEntryView($id: ID!) {\n journalEntry(id: $id) {\n journalReportId\n id\n memo\n date\n isDraft\n createdAt\n updatedAt\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JournalReportDetailsTable", + "name": "JournalReportDetailsTable", + "type": "query", + "body": "query JournalReportDetailsTable($id: ID!) {\n journalReport(id: $id) {\n id\n path\n prettyReportStatus\n reportStatusIndicator\n reportStatusIndicatorDescriptor\n reportStatusIndicatorVerbose\n name\n description\n entriesCount\n grouping\n preparedBy\n createdAt\n updatedAt\n __typename\n }\n displayColumns(resource: journal_report, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JournalReportFilterView", + "name": "JournalReportFilterView", + "type": "query", + "body": "query JournalReportFilterView($id: ID, $first: Int, $after: String, $last: Int, $before: String, $name: String, $description: String, $createdAt: DateTimeFilterInput) {\n journalReports(\n id: $id\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n description: $description\n createdAt: $createdAt\n ) {\n ...JournalReportList\n __typename\n }\n}\n\nfragment JournalReportList on JournalReportConnection {\n edges {\n node {\n typename: __typename\n id\n prettyReportStatus\n reportStatusIndicator\n reportStatusIndicatorDescriptor\n reportStatusIndicatorVerbose\n name\n description\n entriesCount\n grouping\n preparedBy\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JournalReportListView", + "name": "JournalReportListView", + "type": "query", + "body": "query JournalReportListView($id: ID, $name: String, $description: String, $createdAt: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n journalReports(\n id: $id\n name: $name\n description: $description\n createdAt: $createdAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...JournalReportList\n __typename\n }\n}\n\nfragment JournalReportList on JournalReportConnection {\n edges {\n node {\n typename: __typename\n id\n prettyReportStatus\n reportStatusIndicator\n reportStatusIndicatorDescriptor\n reportStatusIndicatorVerbose\n name\n description\n entriesCount\n grouping\n preparedBy\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JournalReportView", + "name": "JournalReportView", + "type": "query", + "body": "query JournalReportView($id: ID!) {\n journalReport(id: $id) {\n id\n description\n entriesCount\n filters\n grouping\n name\n createdAt\n updatedAt\n reportStatus\n prettyReportStatus\n reportStatusIndicator\n reportStatusIndicatorDescriptor\n reportStatusIndicatorVerbose\n userId\n exportId\n exportDownloadable\n exportPath\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/JournalSetting", + "name": "JournalSetting", + "type": "query", + "body": "query JournalSetting {\n journalSetting {\n canUpdate\n accountKeyMappings\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountCategoriesHome", + "name": "LedgerAccountCategoriesHome", + "type": "query", + "body": "query LedgerAccountCategoriesHome($ledgerId: ID!, $effectiveAt: DateTime, $filterDate: Date, $name: String, $description: String, $metadata: JSON, $currency: String, $topLevel: Boolean, $first: Int, $after: String, $last: Int, $before: String, $orderBy: JSON, $favoritesOnly: Boolean) {\n ledgerAccountCategories(\n ledgerId: $ledgerId\n effectiveAt: $effectiveAt\n filterDate: $filterDate\n name: $name\n description: $description\n metadata: $metadata\n currency: $currency\n topLevel: $topLevel\n first: $first\n after: $after\n last: $last\n before: $before\n orderBy: $orderBy\n favoritesOnly: $favoritesOnly\n ) {\n ...LedgerAccountCategoryList\n __typename\n }\n}\n\nfragment LedgerAccountCategoryList on LedgerAccountCategoryConnection {\n edges {\n node {\n typename: __typename\n id\n name\n childrenCount\n prettyChildrenCount\n description\n pendingCreditSum(effectiveAt: $effectiveAt)\n pendingDebitSum(effectiveAt: $effectiveAt)\n postedCreditSum(effectiveAt: $effectiveAt)\n postedDebitSum(effectiveAt: $effectiveAt)\n postedBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n pendingBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n availableBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n pendingCreditCount(effectiveAt: $effectiveAt)\n pendingDebitCount(effectiveAt: $effectiveAt)\n postedCreditCount(effectiveAt: $effectiveAt)\n postedDebitCount(effectiveAt: $effectiveAt)\n balanceUpdatedAt(effectiveAt: $effectiveAt, filterDate: $filterDate)\n path\n metadataJson\n favorited\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountCategoryChildren", + "name": "LedgerAccountCategoryChildren", + "type": "query", + "body": "query LedgerAccountCategoryChildren($first: Int, $after: String, $last: Int, $before: String, $id: ID!, $effectiveAt: DateTime, $filterDate: Date) {\n ledgerAccountCategoryChildren(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerAccountCategoryId: $id\n effectiveAt: $effectiveAt\n filterDate: $filterDate\n ) {\n ...LedgerAccountCategoryChildList\n __typename\n }\n}\n\nfragment LedgerAccountCategoryChildList on LedgerAccountCategoryChildConnection {\n edges {\n node {\n typename: __typename\n id\n name\n childrenCount\n prettyChildrenCount\n description\n prettyResourceType\n currency\n pendingCreditSum(effectiveAt: $effectiveAt)\n pendingDebitSum(effectiveAt: $effectiveAt)\n postedCreditSum(effectiveAt: $effectiveAt)\n postedDebitSum(effectiveAt: $effectiveAt)\n postedBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n pendingBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n availableBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n pendingCreditCount(effectiveAt: $effectiveAt)\n pendingDebitCount(effectiveAt: $effectiveAt)\n postedCreditCount(effectiveAt: $effectiveAt)\n postedDebitCount(effectiveAt: $effectiveAt)\n prettyNormalBalance\n balanceUpdatedAt(effectiveAt: $effectiveAt, filterDate: $filterDate)\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountCategoryDetailsTable", + "name": "LedgerAccountCategoryDetailsTable", + "type": "query", + "body": "query LedgerAccountCategoryDetailsTable($id: ID!, $effectiveAt: DateTime) {\n ledgerAccountCategory(id: $id) {\n externalId\n id\n path\n name\n childrenCount\n prettyChildrenCount\n currency\n description\n pendingCreditSum(effectiveAt: $effectiveAt)\n pendingDebitSum(effectiveAt: $effectiveAt)\n postedCreditSum(effectiveAt: $effectiveAt)\n postedDebitSum(effectiveAt: $effectiveAt)\n pendingCreditCount(effectiveAt: $effectiveAt)\n pendingDebitCount(effectiveAt: $effectiveAt)\n postedCreditCount(effectiveAt: $effectiveAt)\n postedDebitCount(effectiveAt: $effectiveAt)\n prettyNormalBalance\n parentCategories {\n typename: __typename\n id\n name\n path\n }\n ledgerAccountCategoryChildren {\n typename: __typename\n id\n name\n path\n }\n __typename\n }\n displayColumns(resource: ledger_account_category, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountCategoryLedgerEntries", + "name": "LedgerAccountCategoryLedgerEntries", + "type": "query", + "body": "query LedgerAccountCategoryLedgerEntries($first: Int, $after: String, $last: Int, $before: String, $ledgerAccountCategoryId: ID, $createdAt: DateTimeFilterInput, $effectiveAt: DateTimeFilterInput, $status: String, $name: String, $useLedgerTransactionPath: Boolean) {\n ledgerEntries(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerAccountCategoryId: $ledgerAccountCategoryId\n createdAt: $createdAt\n effectiveAt: $effectiveAt\n status: $status\n name: $name\n useLedgerTransactionPath: $useLedgerTransactionPath\n ) {\n ...LedgerEntryList\n __typename\n }\n}\n\nfragment LedgerEntryList on LedgerEntryConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerAccount {\n typename: __typename\n id\n name\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerAccountSettlementId\n prettyDirection\n amount\n prettyLedgerTransactionAmount\n ledgerTransactionDescription\n ledgerTransactionCreatedAt\n ledgerTransactionEffectiveAt\n ledgerTransactionReversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerTransactionReversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n effectiveAt\n path(useLedgerTransactionPath: $useLedgerTransactionPath)\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountCategoryListView", + "name": "LedgerAccountCategoryListView", + "type": "query", + "body": "query LedgerAccountCategoryListView($ledgerId: ID!, $name: String, $description: String, $metadata: JSON, $effectiveAt: DateTime, $favoritesOnly: Boolean, $filterDate: Date, $first: Int, $after: String, $last: Int, $before: String) {\n ledgerAccountCategories(\n ledgerId: $ledgerId\n name: $name\n description: $description\n metadata: $metadata\n effectiveAt: $effectiveAt\n favoritesOnly: $favoritesOnly\n filterDate: $filterDate\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...LedgerAccountCategoryList\n __typename\n }\n}\n\nfragment LedgerAccountCategoryList on LedgerAccountCategoryConnection {\n edges {\n node {\n typename: __typename\n id\n name\n childrenCount\n prettyChildrenCount\n description\n pendingCreditSum(effectiveAt: $effectiveAt)\n pendingDebitSum(effectiveAt: $effectiveAt)\n postedCreditSum(effectiveAt: $effectiveAt)\n postedDebitSum(effectiveAt: $effectiveAt)\n postedBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n pendingBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n availableBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n pendingCreditCount(effectiveAt: $effectiveAt)\n pendingDebitCount(effectiveAt: $effectiveAt)\n postedCreditCount(effectiveAt: $effectiveAt)\n postedDebitCount(effectiveAt: $effectiveAt)\n balanceUpdatedAt(effectiveAt: $effectiveAt, filterDate: $filterDate)\n path\n metadataJson\n favorited\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountCategoryView", + "name": "LedgerAccountCategoryView", + "type": "query", + "body": "query LedgerAccountCategoryView($id: ID!, $effectiveAt: DateTime, $filterDate: Date) {\n ledgerAccountCategory(id: $id) {\n id\n name\n description\n discarded\n currency\n currencyExponent\n normalBalance\n categoryType\n path\n postedBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n pendingBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n availableBalance(effectiveAt: $effectiveAt, filterDate: $filterDate)\n balanceUpdatedAt(effectiveAt: $effectiveAt, filterDate: $filterDate)\n ledger {\n ...ledger\n __typename\n }\n metadata\n metadataJson\n ledgerAccountCategoryChildren {\n id\n name\n path\n __typename\n }\n parentCategories {\n id\n name\n path\n __typename\n }\n favorited\n __typename\n }\n}\n\nfragment ledger on Ledger {\n id\n description\n name\n currency\n currencySymbol\n currencyExponent\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountDetailsTable", + "name": "LedgerAccountDetailsTable", + "type": "query", + "body": "query LedgerAccountDetailsTable($id: ID!, $effectiveAt: DateTime) {\n ledgerAccount(id: $id) {\n externalId\n id\n path\n name\n currency\n description\n pendingCreditSum(effectiveAt: $effectiveAt)\n pendingDebitSum(effectiveAt: $effectiveAt)\n postedCreditSum(effectiveAt: $effectiveAt)\n postedDebitSum(effectiveAt: $effectiveAt)\n pendingCreditCount(effectiveAt: $effectiveAt)\n pendingDebitCount(effectiveAt: $effectiveAt)\n postedCreditCount(effectiveAt: $effectiveAt)\n postedDebitCount(effectiveAt: $effectiveAt)\n prettyNormalBalance\n lockVersion\n ledgerableType\n ledgerableId\n ledgerablePath\n ledgerAccountCategories {\n typename: __typename\n id\n name\n path\n }\n __typename\n }\n displayColumns(resource: ledger_account, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountLedgerEntries", + "name": "LedgerAccountLedgerEntries", + "type": "query", + "body": "query LedgerAccountLedgerEntries($first: Int, $after: String, $last: Int, $before: String, $ledgerAccountId: ID, $ledgerAccountSettlementId: ID, $createdAt: DateTimeFilterInput, $effectiveAt: DateTimeFilterInput, $status: String, $name: String, $useLedgerTransactionPath: Boolean, $metadata: JSON) {\n ledgerEntries(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerAccountId: $ledgerAccountId\n ledgerAccountSettlementId: $ledgerAccountSettlementId\n createdAt: $createdAt\n effectiveAt: $effectiveAt\n status: $status\n name: $name\n useLedgerTransactionPath: $useLedgerTransactionPath\n metadata: $metadata\n ) {\n ...LedgerEntryList\n __typename\n }\n}\n\nfragment LedgerEntryList on LedgerEntryConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerAccount {\n typename: __typename\n id\n name\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerAccountSettlementId\n prettyDirection\n amount\n prettyLedgerTransactionAmount\n ledgerTransactionDescription\n ledgerTransactionCreatedAt\n ledgerTransactionEffectiveAt\n ledgerTransactionReversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerTransactionReversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n effectiveAt\n path(useLedgerTransactionPath: $useLedgerTransactionPath)\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountListView", + "name": "LedgerAccountListView", + "type": "query", + "body": "query LedgerAccountListView($id: ID, $name: String, $description: String, $metadata: JSON, $ledgerId: ID, $currency: String, $effectiveAt: DateTime, $normalBalance: String, $postedBalanceAmount: AmountFilterInput, $pendingBalanceAmount: AmountFilterInput, $favoritesOnly: Boolean, $first: Int, $after: String, $last: Int, $before: String) {\n ledgerAccounts(\n id: $id\n name: $name\n description: $description\n metadata: $metadata\n ledgerId: $ledgerId\n currency: $currency\n effectiveAt: $effectiveAt\n normalBalance: $normalBalance\n postedBalanceAmount: $postedBalanceAmount\n pendingBalanceAmount: $pendingBalanceAmount\n favoritesOnly: $favoritesOnly\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...LedgerAccountList\n __typename\n }\n}\n\nfragment LedgerAccountList on LedgerAccountConnection {\n edges {\n node {\n typename: __typename\n id\n name\n currency\n description\n pendingCreditSum(effectiveAt: $effectiveAt)\n pendingDebitSum(effectiveAt: $effectiveAt)\n postedCreditSum(effectiveAt: $effectiveAt)\n postedDebitSum(effectiveAt: $effectiveAt)\n postedBalance(effectiveAt: $effectiveAt)\n pendingBalance(effectiveAt: $effectiveAt)\n availableBalance(effectiveAt: $effectiveAt)\n pendingCreditCount(effectiveAt: $effectiveAt)\n pendingDebitCount(effectiveAt: $effectiveAt)\n postedCreditCount(effectiveAt: $effectiveAt)\n postedDebitCount(effectiveAt: $effectiveAt)\n prettyNormalBalance\n path\n metadataJson\n favorited\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountSettlementDetailsTable", + "name": "LedgerAccountSettlementDetailsTable", + "type": "query", + "body": "query LedgerAccountSettlementDetailsTable($id: ID!) {\n ledgerAccountSettlement(id: $id) {\n id\n path\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n amount\n settledLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n contraLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n description\n prettySettlementEntryDirection\n createdAt\n effectiveAtUpperBound\n externalId\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n __typename\n }\n displayColumns(resource: ledger_account_settlement, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountSettlementListView", + "name": "LedgerAccountSettlementListView", + "type": "query", + "body": "query LedgerAccountSettlementListView($ledgerId: ID, $createdAt: DateTimeFilterInput, $effectiveAtUpperBound: DateTimeFilterInput, $ledgerTransactionId: ID, $settledLedgerAccountId: ID, $first: Int, $after: String, $last: Int, $before: String) {\n ledgerAccountSettlements(\n ledgerId: $ledgerId\n createdAt: $createdAt\n effectiveAtUpperBound: $effectiveAtUpperBound\n ledgerTransactionId: $ledgerTransactionId\n settledLedgerAccountId: $settledLedgerAccountId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...LedgerAccountSettlementList\n __typename\n }\n}\n\nfragment LedgerAccountSettlementList on LedgerAccountSettlementConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n amount\n settledLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n contraLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n description\n prettySettlementEntryDirection\n createdAt\n effectiveAtUpperBound\n externalId\n invoice {\n typename: __typename\n id\n number\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountSettlementView", + "name": "LedgerAccountSettlementView", + "type": "query", + "body": "query LedgerAccountSettlementView($id: ID!) {\n ledgerAccountSettlement(id: $id) {\n id\n createdAt\n description\n status\n statusIndicator\n statusIndicatorDescriptor\n ledger {\n ...ledger\n __typename\n }\n externalId\n metadata\n metadataJson\n ledgerTransaction {\n id\n __typename\n }\n __typename\n }\n}\n\nfragment ledger on Ledger {\n id\n description\n name\n currency\n currencySymbol\n currencyExponent\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountSettlementsHome", + "name": "LedgerAccountSettlementsHome", + "type": "query", + "body": "query LedgerAccountSettlementsHome($first: Int, $after: String, $last: Int, $before: String, $ledgerId: ID!, $statuses: [String!], $description: String, $createdAt: DateTimeFilterInput, $effectiveAtUpperBound: DateTimeFilterInput, $orderBy: JSON, $ledgerTransactionId: ID, $settledLedgerAccountId: ID) {\n ledgerAccountSettlements(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerId: $ledgerId\n statuses: $statuses\n description: $description\n createdAt: $createdAt\n effectiveAtUpperBound: $effectiveAtUpperBound\n orderBy: $orderBy\n ledgerTransactionId: $ledgerTransactionId\n settledLedgerAccountId: $settledLedgerAccountId\n ) {\n ...LedgerAccountSettlementList\n __typename\n }\n}\n\nfragment LedgerAccountSettlementList on LedgerAccountSettlementConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n amount\n settledLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n contraLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n description\n prettySettlementEntryDirection\n createdAt\n effectiveAtUpperBound\n externalId\n invoice {\n typename: __typename\n id\n number\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountSettlementsSelectByPartialId", + "name": "LedgerAccountSettlementsSelectByPartialId", + "type": "query", + "body": "query LedgerAccountSettlementsSelectByPartialId($first: Int, $after: String, $last: Int, $before: String, $id: ID, $hasLedgerable: Boolean, $statuses: [String!]) {\n ledgerAccountSettlementsByPartialId(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n hasLedgerable: $hasLedgerable\n statuses: $statuses\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n settledLedgerAccount {\n id\n name\n __typename\n }\n contraLedgerAccount {\n id\n name\n __typename\n }\n amount\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountView", + "name": "LedgerAccountView", + "type": "query", + "body": "query LedgerAccountView($id: ID!, $effectiveAt: DateTime) {\n ledgerAccount(id: $id) {\n id\n name\n description\n discarded\n currency\n currencyExponent\n postedBalance(effectiveAt: $effectiveAt)\n pendingBalance(effectiveAt: $effectiveAt)\n availableBalance(effectiveAt: $effectiveAt)\n prettyNormalBalance\n lockVersion\n ledgerableType\n ledgerableId\n ledgerablePath\n ledgerId\n ledger {\n ...ledger\n __typename\n }\n metadataJson\n metadata\n ledgerAccountCategories {\n id\n name\n path\n __typename\n }\n favorited\n __typename\n }\n}\n\nfragment ledger on Ledger {\n id\n description\n name\n currency\n currencySymbol\n currencyExponent\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountsHome", + "name": "LedgerAccountsHome", + "type": "query", + "body": "query LedgerAccountsHome($first: Int, $after: String, $last: Int, $before: String, $ledgerId: ID!, $id: ID, $name: String, $description: String, $effectiveAt: DateTime, $normalBalance: String, $metadata: JSON, $postedBalanceAmount: AmountFilterInput, $pendingBalanceAmount: AmountFilterInput, $currency: String, $orderBy: JSON, $favoritesOnly: Boolean, $skip: Boolean = false) {\n ledgerAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerId: $ledgerId\n id: $id\n name: $name\n description: $description\n effectiveAt: $effectiveAt\n normalBalance: $normalBalance\n metadata: $metadata\n postedBalanceAmount: $postedBalanceAmount\n pendingBalanceAmount: $pendingBalanceAmount\n currency: $currency\n orderBy: $orderBy\n favoritesOnly: $favoritesOnly\n ) @skip(if: $skip) {\n ...LedgerAccountList\n __typename\n }\n}\n\nfragment LedgerAccountList on LedgerAccountConnection {\n edges {\n node {\n typename: __typename\n id\n name\n currency\n description\n pendingCreditSum(effectiveAt: $effectiveAt)\n pendingDebitSum(effectiveAt: $effectiveAt)\n postedCreditSum(effectiveAt: $effectiveAt)\n postedDebitSum(effectiveAt: $effectiveAt)\n postedBalance(effectiveAt: $effectiveAt)\n pendingBalance(effectiveAt: $effectiveAt)\n availableBalance(effectiveAt: $effectiveAt)\n pendingCreditCount(effectiveAt: $effectiveAt)\n pendingDebitCount(effectiveAt: $effectiveAt)\n postedCreditCount(effectiveAt: $effectiveAt)\n postedDebitCount(effectiveAt: $effectiveAt)\n prettyNormalBalance\n path\n metadataJson\n favorited\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountsReportView", + "name": "LedgerAccountsReportView", + "type": "query", + "body": "query LedgerAccountsReportView($first: Int, $after: String, $last: Int, $before: String, $ledgerId: ID, $id: ID, $name: String, $description: String, $effectiveAt: DateTime, $metadata: JSON, $postedBalanceAmount: AmountFilterInput, $pendingBalanceAmount: AmountFilterInput, $currency: String, $orderBy: JSON) {\n ledgerAccountsReport(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerId: $ledgerId\n id: $id\n name: $name\n description: $description\n effectiveAt: $effectiveAt\n metadata: $metadata\n postedBalanceAmount: $postedBalanceAmount\n pendingBalanceAmount: $pendingBalanceAmount\n currency: $currency\n orderBy: $orderBy\n ) {\n ...LedgerAccountList\n __typename\n }\n}\n\nfragment LedgerAccountList on LedgerAccountConnection {\n edges {\n node {\n typename: __typename\n id\n name\n currency\n description\n pendingCreditSum(effectiveAt: $effectiveAt)\n pendingDebitSum(effectiveAt: $effectiveAt)\n postedCreditSum(effectiveAt: $effectiveAt)\n postedDebitSum(effectiveAt: $effectiveAt)\n postedBalance(effectiveAt: $effectiveAt)\n pendingBalance(effectiveAt: $effectiveAt)\n availableBalance(effectiveAt: $effectiveAt)\n pendingCreditCount(effectiveAt: $effectiveAt)\n pendingDebitCount(effectiveAt: $effectiveAt)\n postedCreditCount(effectiveAt: $effectiveAt)\n postedDebitCount(effectiveAt: $effectiveAt)\n prettyNormalBalance\n path\n metadataJson\n favorited\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerAccountsWidget", + "name": "LedgerAccountsWidget", + "type": "query", + "body": "query LedgerAccountsWidget($first: Int, $after: String, $last: Int, $before: String, $name: String, $description: String, $effectiveAt: DateTime, $metadata: JSON, $postedBalanceAmount: AmountFilterInput, $pendingBalanceAmount: AmountFilterInput, $currency: String) {\n ledgerAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n description: $description\n effectiveAt: $effectiveAt\n metadata: $metadata\n postedBalanceAmount: $postedBalanceAmount\n pendingBalanceAmount: $pendingBalanceAmount\n currency: $currency\n favoritesOnly: true\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n ...LedgerAccountList\n __typename\n }\n}\n\nfragment LedgerAccountList on LedgerAccountConnection {\n edges {\n node {\n typename: __typename\n id\n name\n currency\n description\n pendingCreditSum(effectiveAt: $effectiveAt)\n pendingDebitSum(effectiveAt: $effectiveAt)\n postedCreditSum(effectiveAt: $effectiveAt)\n postedDebitSum(effectiveAt: $effectiveAt)\n postedBalance(effectiveAt: $effectiveAt)\n pendingBalance(effectiveAt: $effectiveAt)\n availableBalance(effectiveAt: $effectiveAt)\n pendingCreditCount(effectiveAt: $effectiveAt)\n pendingDebitCount(effectiveAt: $effectiveAt)\n postedCreditCount(effectiveAt: $effectiveAt)\n postedDebitCount(effectiveAt: $effectiveAt)\n prettyNormalBalance\n path\n metadataJson\n favorited\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerCurrencies", + "name": "LedgerCurrencies", + "type": "query", + "body": "query LedgerCurrencies($first: Int, $after: String, $last: Int, $before: String, $ledgerId: ID!, $partialCurrency: String, $exactCurrency: String) {\n ledgerAccountCurrencies(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerId: $ledgerId\n partialCurrency: $partialCurrency\n currency: $exactCurrency\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n partialCurrency: currency\n id: currency\n currencyExponent\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerDetailsTable", + "name": "LedgerDetailsTable", + "type": "query", + "body": "query LedgerDetailsTable($id: ID!) {\n ledger(id: $id) {\n id\n name\n childrenCount\n prettyChildrenCount\n description\n __typename\n }\n displayColumns(resource: ledger, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerEntriesHome", + "name": "LedgerEntriesHome", + "type": "query", + "body": "query LedgerEntriesHome($first: Int, $after: String, $last: Int, $before: String, $ledgerId: ID, $createdAt: DateTimeFilterInput, $effectiveAt: DateTimeFilterInput, $status: String, $name: String, $useLedgerTransactionPath: Boolean, $ledgerTransactionId: ID, $ledgerAccountSettlementId: ID, $ledgerTransactionVersionId: ID, $amount: AmountFilterInput, $metadata: JSON) {\n ledgerEntries(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerId: $ledgerId\n createdAt: $createdAt\n effectiveAt: $effectiveAt\n status: $status\n name: $name\n useLedgerTransactionPath: $useLedgerTransactionPath\n ledgerTransactionId: $ledgerTransactionId\n ledgerTransactionVersionId: $ledgerTransactionVersionId\n ledgerAccountSettlementId: $ledgerAccountSettlementId\n amount: $amount\n metadata: $metadata\n ) {\n ...LedgerEntryList\n __typename\n }\n}\n\nfragment LedgerEntryList on LedgerEntryConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerAccount {\n typename: __typename\n id\n name\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerAccountSettlementId\n prettyDirection\n amount\n prettyLedgerTransactionAmount\n ledgerTransactionDescription\n ledgerTransactionCreatedAt\n ledgerTransactionEffectiveAt\n ledgerTransactionReversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerTransactionReversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n effectiveAt\n path(useLedgerTransactionPath: $useLedgerTransactionPath)\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerEntryDetailsTable", + "name": "LedgerEntryDetailsTable", + "type": "query", + "body": "query LedgerEntryDetailsTable($id: ID!) {\n ledgerEntry(id: $id) {\n id\n path\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerAccount {\n typename: __typename\n id\n name\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerAccountSettlement {\n typename: __typename\n id\n path\n }\n prettyDirection\n amount\n prettyLedgerTransactionAmount\n ledgerTransactionDescription\n ledgerTransactionCreatedAt\n ledgerTransactionEffectiveAt\n ledgerTransactionReversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerTransactionReversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n effectiveAt\n __typename\n }\n displayColumns(resource: ledger_entry, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerEntryListView", + "name": "LedgerEntryListView", + "type": "query", + "body": "query LedgerEntryListView($ledgerId: ID, $ledgerAccountSettlementId: ID, $name: String, $status: String, $createdAt: DateTimeFilterInput, $effectiveAt: DateTimeFilterInput, $amount: AmountFilterInput, $metadata: JSON, $useLedgerTransactionPath: Boolean, $first: Int, $after: String, $last: Int, $before: String) {\n ledgerEntries(\n ledgerId: $ledgerId\n ledgerAccountSettlementId: $ledgerAccountSettlementId\n name: $name\n status: $status\n createdAt: $createdAt\n effectiveAt: $effectiveAt\n amount: $amount\n metadata: $metadata\n useLedgerTransactionPath: $useLedgerTransactionPath\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...LedgerEntryList\n __typename\n }\n}\n\nfragment LedgerEntryList on LedgerEntryConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerAccount {\n typename: __typename\n id\n name\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerAccountSettlementId\n prettyDirection\n amount\n prettyLedgerTransactionAmount\n ledgerTransactionDescription\n ledgerTransactionCreatedAt\n ledgerTransactionEffectiveAt\n ledgerTransactionReversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerTransactionReversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n effectiveAt\n path(useLedgerTransactionPath: $useLedgerTransactionPath)\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerEntryView", + "name": "LedgerEntryView", + "type": "query", + "body": "query LedgerEntryView($id: ID!) {\n ledgerEntry(id: $id) {\n ...ledgerEntry\n ledgerAccount {\n id\n ledger {\n ...ledger\n __typename\n }\n __typename\n }\n ledgerTransaction {\n id\n __typename\n }\n discarded\n __typename\n }\n}\n\nfragment ledger on Ledger {\n id\n description\n name\n currency\n currencySymbol\n currencyExponent\n path\n __typename\n}\n\nfragment ledgerEntry on LedgerEntry {\n id\n amount\n createdAt\n prettyDirection\n effectiveAt\n metadataJson\n metadata\n status\n statusIndicator\n statusIndicatorDescriptor\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerPermissions", + "name": "LedgerPermissions", + "type": "query", + "body": "query LedgerPermissions {\n abilities {\n Ledger {\n canUpdate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerSelect", + "name": "LedgerSelect", + "type": "query", + "body": "query LedgerSelect($first: Int, $after: String, $name: String) {\n ledgers(first: $first, after: $after, name: $name) {\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerStatsWidget", + "name": "LedgerStatsWidget", + "type": "query", + "body": "query LedgerStatsWidget($createdAt: DateTimeFilterInput!, $ledgerId: ID!) {\n ledgerAccounts(ledgerId: $ledgerId, createdAt: $createdAt) {\n totalCount\n __typename\n }\n ledgerTransactionCount(ledgerId: $ledgerId, dateRange: $createdAt) {\n count\n __typename\n }\n ledgers {\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionAbility", + "name": "LedgerTransactionAbility", + "type": "query", + "body": "query LedgerTransactionAbility {\n abilities {\n LedgerTransaction {\n canRead\n canUpdate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionCountByDateView", + "name": "LedgerTransactionCountByDateView", + "type": "query", + "body": "query LedgerTransactionCountByDateView($dateRange: DateFilterInput!, $ledgerId: ID!) {\n ledgerTransactionCountByDate(dateRange: $dateRange, ledgerId: $ledgerId) {\n date\n numTransactionsCreated\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionDetailsTable", + "name": "LedgerTransactionDetailsTable", + "type": "query", + "body": "query LedgerTransactionDetailsTable($id: ID!) {\n ledgerTransaction(id: $id) {\n id\n path\n ledgerId\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerableType\n ledgerableId\n ledgerablePath\n amount\n createdAt\n postedAt\n effectiveAt\n externalId\n reversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n reversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n partiallyPostsLedgerTransaction {\n typename: __typename\n id\n path\n }\n description\n archivedReason\n __typename\n }\n displayColumns(resource: ledger_transaction, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionListView", + "name": "LedgerTransactionListView", + "type": "query", + "body": "query LedgerTransactionListView($description: String, $metadata: JSON, $ledgerId: ID, $id: ID, $status: String, $effectiveAt: DateTimeFilterInput, $createdAt: DateTimeFilterInput, $bulkRequestId: ID, $ledgerAccountId: ID, $ledgerAccountSettlementId: ID, $isReversal: String, $isReversedBy: String, $externalId: ID, $archivedReason: String, $first: Int, $after: String, $last: Int, $before: String) {\n ledgerTransactions(\n description: $description\n metadata: $metadata\n ledgerId: $ledgerId\n id: $id\n status: $status\n effectiveAt: $effectiveAt\n createdAt: $createdAt\n bulkRequestId: $bulkRequestId\n ledgerAccountId: $ledgerAccountId\n ledgerAccountSettlementId: $ledgerAccountSettlementId\n isReversal: $isReversal\n isReversedBy: $isReversedBy\n externalId: $externalId\n archivedReason: $archivedReason\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...LedgerTransactionList\n __typename\n }\n}\n\nfragment LedgerTransactionList on LedgerTransactionConnection {\n edges {\n node {\n typename: __typename\n id\n ledgerId\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerableType\n ledgerableId\n amount\n creditAccounts {\n typename: __typename\n id\n name\n path\n }\n debitAccounts {\n typename: __typename\n id\n name\n path\n }\n createdAt\n postedAt\n effectiveAt\n externalId\n reversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n reversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n partiallyPostsLedgerTransaction {\n typename: __typename\n id\n path\n }\n description\n archivedReason\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionReportsView", + "name": "LedgerTransactionReportsView", + "type": "query", + "body": "query LedgerTransactionReportsView($first: Int, $after: String, $last: Int, $before: String, $ledgerId: ID, $id: ID, $status: String, $metadata: JSON, $createdAt: DateTimeFilterInput, $effectiveAt: DateTimeFilterInput, $orderBy: JSON, $ledgerAccountId: ID) {\n ledgerTransactionsReport(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerId: $ledgerId\n id: $id\n status: $status\n metadata: $metadata\n createdAt: $createdAt\n effectiveAt: $effectiveAt\n orderBy: $orderBy\n ledgerAccountId: $ledgerAccountId\n ) {\n ...LedgerTransactionList\n __typename\n }\n}\n\nfragment LedgerTransactionList on LedgerTransactionConnection {\n edges {\n node {\n typename: __typename\n id\n ledgerId\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerableType\n ledgerableId\n amount\n creditAccounts {\n typename: __typename\n id\n name\n path\n }\n debitAccounts {\n typename: __typename\n id\n name\n path\n }\n createdAt\n postedAt\n effectiveAt\n externalId\n reversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n reversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n partiallyPostsLedgerTransaction {\n typename: __typename\n id\n path\n }\n description\n archivedReason\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionVersionDetailsTable", + "name": "LedgerTransactionVersionDetailsTable", + "type": "query", + "body": "query LedgerTransactionVersionDetailsTable($id: ID!) {\n ledgerTransactionVersion(id: $id) {\n id\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n ledgerTransactionExternalId\n ledgerTransactionLedgerId\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerTransactionLedgerableType\n ledgerTransactionLedgerableId\n ledgerTransactionLedgerablePath\n createdAt\n ledgerTransactionEffectiveAt\n ledgerTransactionDescription\n ledgerTransactionArchivedReason\n ledgerTransactionReversesLedgerTransactionId\n ledgerTransactionReversesLedgerTransactionId\n ledgerTransactionReversedByLedgerTransactionId\n ledgerTransactionReversedByLedgerTransactionId\n ledgerTransactionPartiallyPostsLedgerTransactionId\n ledgerTransactionPartiallyPostsLedgerTransactionId\n ledgerTransactionLockVersion\n __typename\n }\n displayColumns(resource: ledger_transaction_version, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionVersionHome", + "name": "LedgerTransactionVersionHome", + "type": "query", + "body": "query LedgerTransactionVersionHome($first: Int, $after: String, $last: Int, $before: String, $id: ID!, $created_at: DateFilterInput, $version: Int) {\n ledgerTransactionVersions(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n createdAt: $created_at\n version: $version\n ) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n __typename\n }\n edges {\n node {\n id\n ledgerTransactionStatus\n ledgerTransactionLockVersion\n createdAt\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionVersionView", + "name": "LedgerTransactionVersionView", + "type": "query", + "body": "query LedgerTransactionVersionView($id: ID!) {\n ledgerTransactionVersion(id: $id) {\n id\n ledgerTransactionExternalId\n ledgerTransaction {\n id\n __typename\n }\n ledgerTransactionLedgerId\n ledgerTransactionLedger {\n id\n name\n __typename\n }\n ledgerTransactionStatus\n ledgerTransactionLedgerableType\n ledgerTransactionLedgerableId\n createdAt\n ledgerTransactionEffectiveAt\n ledgerTransactionDescription\n ledgerTransactionLockVersion\n ledgerTransactionReversesLedgerTransactionId\n ledgerTransactionReversedByLedgerTransactionId\n ledgerTransactionPartiallyPostsLedgerTransactionId\n ledgerTransactionMetadataJson\n ledgerTransactionMetadata\n ledgerEntries {\n id\n direction\n amount\n ledgerAccount {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionView", + "name": "LedgerTransactionView", + "type": "query", + "body": "query LedgerTransactionView($id: ID!) {\n ledgerTransaction(id: $id) {\n id\n description\n effectiveAt\n postedAt\n createdAt\n externalId\n ledgerableId\n creditAccounts {\n name\n id\n __typename\n }\n debitAccounts {\n name\n id\n __typename\n }\n amount\n metadata\n metadataJson\n ledgerId\n ledger {\n ...ledger\n __typename\n }\n status\n statusIndicator\n statusIndicatorDescriptor\n archivedReason\n ledgerableType\n ledgerableId\n ledgerablePath\n reversesLedgerTransactionId\n reversedByLedgerTransactionId\n partiallyPostsLedgerTransactionId\n __typename\n }\n}\n\nfragment ledger on Ledger {\n id\n description\n name\n currency\n currencySymbol\n currencyExponent\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerTransactionsHome", + "name": "LedgerTransactionsHome", + "type": "query", + "body": "query LedgerTransactionsHome($first: Int, $after: String, $last: Int, $before: String, $ledgerId: ID!, $id: ID, $status: String, $description: String, $metadata: JSON, $createdAt: DateTimeFilterInput, $effectiveAt: DateTimeFilterInput, $bulkRequestId: ID, $orderBy: JSON, $ledgerAccountId: ID, $ledgerAccountSettlementId: ID, $isReversal: String, $isReversedBy: String, $externalId: ID, $archivedReason: String) {\n ledgerTransactions(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerId: $ledgerId\n id: $id\n status: $status\n description: $description\n metadata: $metadata\n createdAt: $createdAt\n effectiveAt: $effectiveAt\n bulkRequestId: $bulkRequestId\n orderBy: $orderBy\n ledgerAccountId: $ledgerAccountId\n ledgerAccountSettlementId: $ledgerAccountSettlementId\n isReversal: $isReversal\n isReversedBy: $isReversedBy\n externalId: $externalId\n archivedReason: $archivedReason\n ) {\n ...LedgerTransactionList\n __typename\n }\n}\n\nfragment LedgerTransactionList on LedgerTransactionConnection {\n edges {\n node {\n typename: __typename\n id\n ledgerId\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerableType\n ledgerableId\n amount\n creditAccounts {\n typename: __typename\n id\n name\n path\n }\n debitAccounts {\n typename: __typename\n id\n name\n path\n }\n createdAt\n postedAt\n effectiveAt\n externalId\n reversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n reversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n partiallyPostsLedgerTransaction {\n typename: __typename\n id\n path\n }\n description\n archivedReason\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgerView", + "name": "LedgerView", + "type": "query", + "body": "query LedgerView($id: ID!) {\n ledger(id: $id) {\n ...ledger\n __typename\n }\n abilities {\n LedgerAccount {\n canUpdate\n __typename\n }\n LedgerTransaction {\n canUpdate\n __typename\n }\n LedgerAccountCategory {\n canUpdate\n __typename\n }\n LedgerAccountSettlement {\n canUpdate\n __typename\n }\n __typename\n }\n}\n\nfragment ledger on Ledger {\n id\n description\n name\n currency\n currencySymbol\n currencyExponent\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgersAdditionalInfoEntries", + "name": "LedgersAdditionalInfoEntries", + "type": "query", + "body": "query LedgersAdditionalInfoEntries($first: Int, $after: String, $last: Int, $before: String, $ledgerTransactionId: ID, $ledgerAccountId: ID, $ledgerAccountCategoryId: ID, $ledgerAccountSettlementId: ID, $ledgerTransactionVersionId: ID, $effectiveAt: DateTimeFilterInput) {\n ledgerEntries(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerTransactionId: $ledgerTransactionId\n ledgerAccountId: $ledgerAccountId\n ledgerAccountCategoryId: $ledgerAccountCategoryId\n ledgerAccountSettlementId: $ledgerAccountSettlementId\n ledgerTransactionVersionId: $ledgerTransactionVersionId\n effectiveAt: $effectiveAt\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n ledgerTransaction {\n id\n path\n status\n effectiveAt\n __typename\n }\n direction\n amount\n amountDecimal\n createdAt\n ledgerAccount {\n id\n name\n path\n currency\n currencyExponent\n __typename\n }\n path\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgersHome", + "name": "LedgersHome", + "type": "query", + "body": "query LedgersHome($first: Int, $after: String, $last: Int, $before: String) {\n ledgers(first: $first, after: $after, last: $last, before: $before) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n ...LedgerList\n edges {\n node {\n description\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n abilities {\n Ledger {\n canUpdate\n __typename\n }\n __typename\n }\n}\n\nfragment LedgerList on LedgerConnection {\n edges {\n node {\n typename: __typename\n id\n name\n childrenCount\n prettyChildrenCount\n description\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LedgersProductStatus", + "name": "LedgersProductStatus", + "type": "query", + "body": "query LedgersProductStatus {\n ledgersProduct {\n status\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LegalEntitiesHome", + "name": "LegalEntitiesHome", + "type": "query", + "body": "query LegalEntitiesHome($first: Int, $after: String, $last: Int, $before: String, $legalEntityType: String, $createdAt: DateTimeFilterInput, $updatedAt: DateTimeFilterInput, $showDeleted: Boolean, $metadata: JSON, $orderBy: JSON) {\n legalEntities(\n first: $first\n after: $after\n last: $last\n before: $before\n legalEntityType: $legalEntityType\n showDeleted: $showDeleted\n metadata: $metadata\n createdAt: $createdAt\n updatedAt: $updatedAt\n orderBy: $orderBy\n ) {\n ...LegalEntityList\n __typename\n }\n}\n\nfragment LegalEntityList on LegalEntityConnection {\n edges {\n node {\n typename: __typename\n id\n name\n legalEntityType\n email\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LegalEntityDetailsTable", + "name": "LegalEntityDetailsTable", + "type": "query", + "body": "query LegalEntityDetailsTable($id: ID!) {\n legalEntity(id: $id) {\n id\n name\n legalEntityType\n email\n createdAt\n updatedAt\n __typename\n }\n displayColumns(resource: legal_entity, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LegalEntityListView", + "name": "LegalEntityListView", + "type": "query", + "body": "query LegalEntityListView($legalEntityType: String, $showDeleted: Boolean, $metadata: JSON, $updatedAt: DateTimeFilterInput, $createdAt: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n legalEntities(\n legalEntityType: $legalEntityType\n showDeleted: $showDeleted\n metadata: $metadata\n updatedAt: $updatedAt\n createdAt: $createdAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...LegalEntityList\n __typename\n }\n}\n\nfragment LegalEntityList on LegalEntityConnection {\n edges {\n node {\n typename: __typename\n id\n name\n legalEntityType\n email\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LegalEntityView", + "name": "LegalEntityView", + "type": "query", + "body": "query LegalEntityView($legalEntityId: ID!) {\n legalEntity(id: $legalEntityId) {\n id\n name\n legalEntityType\n email\n metadata\n createdAt\n updatedAt\n discardedAt\n __typename\n }\n abilities {\n LegalEntity {\n canRead\n __typename\n }\n Counterparty {\n canRead\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LineItemsView", + "name": "LineItemsView", + "type": "query", + "body": "query LineItemsView($first: Int, $after: String, $last: Int, $before: String, $paymentOrderId: ID, $expectedPaymentId: ID) {\n lineItems(\n first: $first\n after: $after\n last: $last\n before: $before\n paymentOrderId: $paymentOrderId\n expectedPaymentId: $expectedPaymentId\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n amount\n description\n metadata\n accountingCategory {\n id\n name\n __typename\n }\n accountingLedgerClass {\n id\n name\n __typename\n }\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LinkLedgerAccountToInternalAccount", + "name": "LinkLedgerAccountToInternalAccount", + "type": "mutation", + "body": "mutation LinkLedgerAccountToInternalAccount($input: LinkLedgerAccountToInternalAccountInput!) {\n linkLedgerAccountToInternalAccount(input: $input) {\n internalAccount {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LinkedEntitiesView", + "name": "LinkedEntitiesView", + "type": "query", + "body": "query LinkedEntitiesView($first: Int, $after: String, $last: Int, $before: String, $linkedObjectId: ID!, $linkedObjectType: String!) {\n entityLinks(\n first: $first\n after: $after\n last: $last\n before: $before\n linkedObjectId: $linkedObjectId\n linkedObjectType: $linkedObjectType\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n source\n prettyEntityType\n status\n statusTagColor\n amount\n path\n linkedObjectId\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ListViewLoader", + "name": "ListViewLoader", + "type": "query", + "body": "query ListViewLoader($resource: ResourceEnum!, $skipFilters: Boolean = false, $skipSavedViews: Boolean = false) {\n logicalFormFields(\n logicalFormKey: Filters\n resource: $resource\n includeFieldDetails: true\n ) @skip(if: $skipFilters) {\n methodName\n camelizeMethodName\n prettyMethodName\n logicalType\n methodReturnFormat\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n placeholder\n minSearchLength\n __typename\n }\n __typename\n }\n operators {\n operatorName\n negate\n prettyOperatorName\n __typename\n }\n __typename\n }\n displayColumns(resource: $resource, viewType: \"list_view\") {\n ...displayColumn\n __typename\n }\n views(viewType: list_view, resourceType: $resource, creationSource: user) @skip(if: $skipSavedViews) {\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LiveConfigurationView", + "name": "LiveConfigurationView", + "type": "query", + "body": "query LiveConfigurationView($featureName: String!) {\n liveConfiguration(featureName: $featureName) {\n flag\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/LogicalForm", + "name": "LogicalForm", + "type": "query", + "body": "query LogicalForm($logicalFormKey: LogicalFormKeyEnum!, $modelName: LogicalForm__ModelNameEnum!, $entityId: ID!) {\n logicalFormInitialValues(\n logicalFormKey: $logicalFormKey\n modelName: $modelName\n entityId: $entityId\n )\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ManuallyReconcile", + "name": "ManuallyReconcile", + "type": "mutation", + "body": "mutation ManuallyReconcile($input: ManuallyReconcileInput!) {\n manuallyReconcile(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/MarkCheckAsFailed", + "name": "MarkCheckAsFailed", + "type": "mutation", + "body": "mutation MarkCheckAsFailed($input: MarkCheckAsFailedInput!) {\n markCheckAsFailed(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/MarkJournalReportAsExported", + "name": "MarkJournalReportAsExported", + "type": "mutation", + "body": "mutation MarkJournalReportAsExported($input: MarkJournalReportAsExportedInput!) {\n markJournalReportAsExported(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/MarkJournalReportAsReady", + "name": "MarkJournalReportAsReady", + "type": "mutation", + "body": "mutation MarkJournalReportAsReady($input: MarkJournalReportAsReadyInput!) {\n markJournalReportAsReady(input: $input) {\n errors\n export {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/MatchResult", + "name": "MatchResult", + "type": "query", + "body": "query MatchResult($transactionId: ID!, $matcherInput: MatchResultInput!) {\n matchResult(transactionId: $transactionId, matcherInput: $matcherInput) {\n field\n matcherType\n matcher\n expected\n actual\n match\n suggestedMatcher\n override\n systemDefault\n transactionField\n transactionFieldValue\n paymentReferenceType\n parser\n matchResultType\n matchResultTypeOptions\n startOffset\n endOffset\n startDate\n endDate\n groupBy\n groupByGroups\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/MetadataInput", + "name": "MetadataInput", + "type": "query", + "body": "query MetadataInput($resource: String!, $key: String, $first: Int) {\n resourceMetadataKeys(resource: $resource, key: $key, first: $first) {\n edges {\n node {\n metadataKey\n __typename\n }\n __typename\n }\n __typename\n }\n paradeDbEnabled(resource: $resource)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/MissingAccountRequirementsModal", + "name": "MissingAccountRequirementsModal", + "type": "mutation", + "body": "mutation MissingAccountRequirementsModal($input: MissingAccountRequirementsInput!) {\n missingAccountRequirements(input: $input) {\n missingRequirements {\n typename: __typename\n ... on PaymentField {\n field\n type\n description(paymentType: null)\n required\n entityType\n __typename\n }\n ... on PaymentFieldGroup {\n groupType\n errorDescription\n fields {\n field\n type\n description\n required\n entityType\n __typename\n }\n __typename\n }\n }\n externalAccount {\n id\n partyName\n canUpdate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/MultiConnectionSelect", + "name": "MultiConnectionSelect", + "type": "query", + "body": "query MultiConnectionSelect($currencies: [String!]) {\n connectionSelectOptions(currencies: $currencies) {\n ... on SelectSimpleOption {\n value\n label\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/NachaReturnCountsByCode", + "name": "NachaReturnCountsByCode", + "type": "query", + "body": "query NachaReturnCountsByCode($first: Int, $last: Int, $after: String, $before: String, $dateRange: DateFilterInput!, $interval: DateIntervalEnum!) {\n nachaReturnCountsByCode(\n first: $first\n last: $last\n after: $after\n before: $before\n dateRange: $dateRange\n interval: $interval\n ) {\n edges {\n node {\n date\n numUnauthorizedDebits\n numAdministrativeReturns\n codes {\n code\n count\n reason\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/NotificationGroupsHome", + "name": "NotificationGroupsHome", + "type": "query", + "body": "query NotificationGroupsHome {\n groupsUnpaginated {\n id\n value: id\n label: name\n __typename\n }\n abilities {\n Group {\n canUpdate\n __typename\n }\n __typename\n }\n notificationGroups {\n id\n topic\n event\n groupId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/NotifyBillingConfigurationErrors", + "name": "NotifyBillingConfigurationErrors", + "type": "mutation", + "body": "mutation NotifyBillingConfigurationErrors($input: NotifyBillingConfigurationErrorsInput!) {\n notifyBillingConfigurationErrors(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationEndpointSecretOptions", + "name": "OperationEndpointSecretOptions", + "type": "query", + "body": "query OperationEndpointSecretOptions($name: String) {\n operationsEndpointSecretOptions(name: $name) {\n label\n value\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsAccountAchSettingView", + "name": "OperationsAccountAchSettingView", + "type": "query", + "body": "query OperationsAccountAchSettingView($id: ID!) {\n accountAchSetting(id: $id) {\n id\n prettyDirection\n internalAccount {\n id\n bestName\n __typename\n }\n discardedAt\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsAccountAchSettingsForInternalAccount", + "name": "OperationsAccountAchSettingsForInternalAccount", + "type": "query", + "body": "query OperationsAccountAchSettingsForInternalAccount($first: Int, $after: String, $last: Int, $before: String, $internalAccountId: ID!, $showDeleted: String) {\n accountAchSettings(\n first: $first\n after: $after\n last: $last\n before: $before\n internalAccountId: $internalAccountId\n showDeleted: $showDeleted\n ) {\n ...AccountACHSettingList\n __typename\n }\n}\n\nfragment AccountACHSettingList on AccountACHSettingConnection {\n edges {\n node {\n typename: __typename\n id\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n prettyDirection\n achSetting {\n typename: __typename\n id\n path\n }\n prettyImmediateOrigin\n immediateOriginName\n immediateDestination\n immediateDestinationName\n connectionEndpointLabel\n discardedAt\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsAccountCapabilitiesForInternalAccount", + "name": "OperationsAccountCapabilitiesForInternalAccount", + "type": "query", + "body": "query OperationsAccountCapabilitiesForInternalAccount($first: Int, $after: String, $last: Int, $before: String, $internalAccountId: ID!, $accountCapabilityId: ID, $showDeleted: String) {\n accountCapabilities(\n first: $first\n after: $after\n last: $last\n before: $before\n internalAccountId: $internalAccountId\n accountCapabilityId: $accountCapabilityId\n showDeleted: $showDeleted\n ) {\n ...AccountCapabilityList\n __typename\n }\n}\n\nfragment AccountCapabilityList on AccountCapabilityConnection {\n edges {\n node {\n typename: __typename\n id\n prettyPaymentType\n prettyDirection\n identifier\n partyName\n currencies\n currencyTagColors\n anyCurrency\n prettyPaymentSubtypes\n paymentSubtypeTagColors\n connection {\n typename: __typename\n id\n bestName\n path\n }\n address {\n typename: __typename\n id\n full\n }\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsAccountCapabilityView", + "name": "OperationsAccountCapabilityView", + "type": "query", + "body": "query OperationsAccountCapabilityView($id: ID!) {\n accountCapability(id: $id) {\n id\n bestName\n discardedAt\n paymentType\n internalAccount {\n id\n bestName\n __typename\n }\n accountAchSettings {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsAchSettingView", + "name": "OperationsAchSettingView", + "type": "query", + "body": "query OperationsAchSettingView($id: ID!) {\n achSetting(id: $id) {\n id\n discardedAt\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsAchSettingsHome", + "name": "OperationsAchSettingsHome", + "type": "query", + "body": "query OperationsAchSettingsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $showDeleted: String, $immediateOrigin: String, $immediateOriginName: String, $immediateDestination: String, $immediateDestinationName: String) {\n achSettings(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n showDeleted: $showDeleted\n immediateOrigin: $immediateOrigin\n immediateOriginName: $immediateOriginName\n immediateDestination: $immediateDestination\n immediateDestinationName: $immediateDestinationName\n ) {\n ...ACHSettingList\n __typename\n }\n}\n\nfragment ACHSettingList on ACHSettingConnection {\n edges {\n node {\n typename: __typename\n id\n prettyImmediateOrigin\n immediateOriginName\n immediateDestination\n immediateDestinationName\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsAuthenticationOptionsDetailsTable", + "name": "OperationsAuthenticationOptionsDetailsTable", + "type": "query", + "body": "query OperationsAuthenticationOptionsDetailsTable($id: ID!) {\n operationsVendorEndpoint(id: $id) {\n id\n operationsEndpoint {\n id\n username\n safePassword\n authenticationOptionValues {\n option {\n name\n prettyName\n redactable\n __typename\n }\n value\n __typename\n }\n secretOptionValues {\n option {\n name\n prettyName\n redactable\n __typename\n }\n secret {\n vendorCredential {\n id\n relayCredentialId\n description\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsAuthenticationStrategy", + "name": "OperationsAuthenticationStrategy", + "type": "query", + "body": "query OperationsAuthenticationStrategy($authenticationStrategy: Endpoint__AuthenticationStrategyEnum!) {\n operationsAuthenticationStrategy(\n authenticationStrategy: $authenticationStrategy\n ) {\n authenticationStrategy\n endpointOptions {\n name\n prettyName\n description\n redactable\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsBalancesHome", + "name": "OperationsBalancesHome", + "type": "query", + "body": "query OperationsBalancesHome($inboundBlobDetailId: ID, $inboundBlobImportAttemptId: ID, $showDeleted: String, $first: Int, $after: String, $before: String, $last: Int, $id: ID, $asOfDate: ISO8601Date, $filters: JSON) {\n balances(\n inboundBlobDetailId: $inboundBlobDetailId\n inboundBlobImportAttemptId: $inboundBlobImportAttemptId\n showDeleted: $showDeleted\n first: $first\n after: $after\n before: $before\n last: $last\n id: $id\n asOfDate: $asOfDate\n filters: $filters\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n totalCount\n edges {\n node {\n id\n amount\n asOfDate\n asOfTime\n currency\n balanceType\n valueDate\n vendorCode\n vendorCodeType\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCalendarView", + "name": "OperationsCalendarView", + "type": "query", + "body": "query OperationsCalendarView($id: String!) {\n calendar(id: $id) {\n id\n name\n workingDays\n holidays\n needsRegularReview\n todayDate\n workingDayToday\n nextWorkingDays\n configIds\n rawYaml\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCertificate", + "name": "OperationsCertificate", + "type": "query", + "body": "query OperationsCertificate($id: ID!) {\n operationsCertificate(id: $id) {\n certificateData\n cryptographicKeyId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCompletePollAttempt", + "name": "OperationsCompletePollAttempt", + "type": "mutation", + "body": "mutation OperationsCompletePollAttempt($input: Operations__PaymentsIngestion__CompletePollAttemptInput!) {\n operationsCompletePollAttempt(input: $input) {\n pollAttempt {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionBulkImportEntitiesTable", + "name": "OperationsConnectionBulkImportEntitiesTable", + "type": "query", + "body": "query OperationsConnectionBulkImportEntitiesTable($first: Int, $after: String, $last: Int, $before: String, $connectionBulkImportId: ID!) {\n connectionBulkImport(id: $connectionBulkImportId) {\n resourceType\n __typename\n }\n connectionBulkImportEntities(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionBulkImportId: $connectionBulkImportId\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n entity {\n typename: __typename\n ... on InternalAccount {\n id\n operationsPath\n currency\n bestName\n operationalStatus\n __typename\n }\n ... on AccountCapability {\n id\n path\n prettyPaymentType\n prettyDirection\n identifier\n internalAccount {\n bestName\n __typename\n }\n __typename\n }\n ... on AccountACHSetting {\n id\n path\n prettyImmediateOrigin\n immediateOriginName\n immediateDestination\n immediateDestinationName\n internalAccount {\n bestName\n __typename\n }\n __typename\n }\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionBulkImportView", + "name": "OperationsConnectionBulkImportView", + "type": "query", + "body": "query OperationsConnectionBulkImportView($id: ID!) {\n connectionBulkImport(id: $id) {\n id\n filename\n status\n downloadPath\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionBulkImportsHome", + "name": "OperationsConnectionBulkImportsHome", + "type": "query", + "body": "query OperationsConnectionBulkImportsHome($first: Int, $after: String, $last: Int, $before: String, $connectionId: ID, $connectionBulkImportId: ID, $userId: ID, $filename: String, $status: ConnectionBulkImport__StatusEnum, $entityId: ID, $resourceType: ConnectionBulkImportResourceTypeEnum) {\n connectionBulkImports(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionId: $connectionId\n connectionBulkImportId: $connectionBulkImportId\n userId: $userId\n filename: $filename\n status: $status\n entityId: $entityId\n resourceType: $resourceType\n ) {\n ...ConnectionBulkImportList\n __typename\n }\n}\n\nfragment ConnectionBulkImportList on ConnectionBulkImportConnection {\n edges {\n node {\n typename: __typename\n id\n connection {\n typename: __typename\n id\n entity\n path\n }\n filename\n status\n statusTagColor\n importErrors\n resourceType\n resourceCount\n user {\n typename: __typename\n id\n name\n }\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionConfiguration", + "name": "OperationsConnectionConfiguration", + "type": "query", + "body": "query OperationsConnectionConfiguration($id: ID!) {\n connectionConfiguration(id: $id)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionCreateCustomProcessingWindow", + "name": "OperationsConnectionCreateCustomProcessingWindow", + "type": "query", + "body": "query OperationsConnectionCreateCustomProcessingWindow($id: ID!) {\n connection(id: $id) {\n id\n entity\n nickname\n connectionEndpoints {\n vendorSubscriptions {\n vendorConfig {\n id\n customProcessingWindowsSupported\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionCreateInternalAccount", + "name": "OperationsConnectionCreateInternalAccount", + "type": "query", + "body": "query OperationsConnectionCreateInternalAccount($id: ID!) {\n connection(id: $id) {\n id\n entity\n nickname\n vendor {\n name\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionEndpointView", + "name": "OperationsConnectionEndpointView", + "type": "query", + "body": "query OperationsConnectionEndpointView($id: ID!) {\n connectionEndpoint(id: $id) {\n id\n label\n operationalStatus\n discardedAt\n connection {\n id\n bestName\n __typename\n }\n vendorEndpoint {\n id\n entity\n __typename\n }\n supportsWebhookIngestion\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionEndpointsForConnection", + "name": "OperationsConnectionEndpointsForConnection", + "type": "query", + "body": "query OperationsConnectionEndpointsForConnection($first: Int, $after: String, $last: Int, $before: String, $connectionId: ID!, $id: ID, $label: EndpointLabelEnum, $endpointId: ID, $showDeleted: String, $operationalStatuses: [OperationalStatusEnum!]) {\n connectionEndpoints(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionId: $connectionId\n id: $id\n label: $label\n endpointId: $endpointId\n showDeleted: $showDeleted\n operationalStatuses: $operationalStatuses\n ) {\n ...ConnectionEndpointList\n __typename\n }\n}\n\nfragment ConnectionEndpointList on ConnectionEndpointConnection {\n edges {\n node {\n typename: __typename\n id\n operationalStatus\n label\n vendorEndpoint {\n typename: __typename\n id\n description\n path\n }\n relayEndpointId\n filters\n connection {\n typename: __typename\n id\n entity\n path\n }\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionEndpointsHome", + "name": "OperationsConnectionEndpointsHome", + "type": "query", + "body": "query OperationsConnectionEndpointsHome($first: Int, $after: String, $last: Int, $before: String, $connectionId: ID, $id: ID, $label: EndpointLabelEnum, $endpointId: ID, $showDeleted: String, $operationalStatuses: [OperationalStatusEnum!]) {\n connectionEndpoints(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionId: $connectionId\n id: $id\n label: $label\n endpointId: $endpointId\n showDeleted: $showDeleted\n operationalStatuses: $operationalStatuses\n ) {\n ...ConnectionEndpointList\n __typename\n }\n}\n\nfragment ConnectionEndpointList on ConnectionEndpointConnection {\n edges {\n node {\n typename: __typename\n id\n operationalStatus\n label\n vendorEndpoint {\n typename: __typename\n id\n description\n path\n }\n relayEndpointId\n filters\n connection {\n typename: __typename\n id\n entity\n path\n }\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionImportInternalAccount", + "name": "OperationsConnectionImportInternalAccount", + "type": "query", + "body": "query OperationsConnectionImportInternalAccount($id: ID!) {\n connection(id: $id) {\n id\n entity\n nickname\n vendor {\n name\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionVendorConfigCutoffTable", + "name": "OperationsConnectionVendorConfigCutoffTable", + "type": "query", + "body": "query OperationsConnectionVendorConfigCutoffTable($connectionId: ID!, $vendorConfigId: String!) {\n vendorConfig(id: $vendorConfigId) {\n id\n description\n timeZone\n lastCutoff\n cutoffTimes\n crons\n __typename\n }\n customProcessingWindows(connectionId: $connectionId, configId: $vendorConfigId) {\n edges {\n node {\n id\n configId\n cutoffTime\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionView", + "name": "OperationsConnectionView", + "type": "query", + "body": "query OperationsConnectionView($id: ID!) {\n connection(id: $id) {\n id\n nickname\n entity\n bestName\n operationalStatus\n discarded\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionsForAchSetting", + "name": "OperationsConnectionsForAchSetting", + "type": "query", + "body": "query OperationsConnectionsForAchSetting($first: Int, $after: String, $last: Int, $before: String, $showDeleted: String, $achSettingId: ID, $id: ID) {\n connections(\n first: $first\n after: $after\n last: $last\n before: $before\n showDeleted: $showDeleted\n achSettingId: $achSettingId\n id: $id\n ) {\n ...ConnectionList\n __typename\n }\n}\n\nfragment ConnectionList on ConnectionConnection {\n edges {\n node {\n typename: __typename\n id\n entity\n nickname\n vendorCustomerId\n extra\n operationalStatus\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectionsHome", + "name": "OperationsConnectionsHome", + "type": "query", + "body": "query OperationsConnectionsHome($first: Int, $after: String, $last: Int, $before: String, $showDeleted: String, $entity: VendorIdEnum, $id: ID) {\n connections(\n first: $first\n after: $after\n last: $last\n before: $before\n showDeleted: $showDeleted\n entity: $entity\n id: $id\n ) {\n ...ConnectionList\n __typename\n }\n}\n\nfragment ConnectionList on ConnectionConnection {\n edges {\n node {\n typename: __typename\n id\n entity\n nickname\n vendorCustomerId\n extra\n operationalStatus\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectivityTestConnectionEndpoint", + "name": "OperationsConnectivityTestConnectionEndpoint", + "type": "mutation", + "body": "mutation OperationsConnectivityTestConnectionEndpoint($input: Operations__ConnectivityTestConnectionEndpointInput!) {\n operationsConnectivityTestConnectionEndpoint(input: $input) {\n result {\n status\n testId\n arguments\n responseCode\n responseBody\n fileTransferId\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsConnectivityTestConnectionEndpointView", + "name": "OperationsConnectivityTestConnectionEndpointView", + "type": "query", + "body": "query OperationsConnectivityTestConnectionEndpointView($id: ID!) {\n connectionEndpoint(id: $id) {\n id\n label\n operationalStatus\n connection {\n id\n bestName\n entity\n __typename\n }\n connectivityTests {\n id\n label\n parameters {\n name\n label\n inputType\n required\n description\n __typename\n }\n __typename\n }\n vendorEndpoint {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateAccountACHSetting", + "name": "OperationsCreateAccountACHSetting", + "type": "mutation", + "body": "mutation OperationsCreateAccountACHSetting($input: Operations__CreateAccountACHSettingInput!) {\n operationsCreateAccountAchSetting(input: $input) {\n accountAchSetting {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateAccountCapabilities", + "name": "OperationsCreateAccountCapabilities", + "type": "mutation", + "body": "mutation OperationsCreateAccountCapabilities($input: Operations__CreateAccountCapabilitiesInput!) {\n operationsCreateAccountCapabilities(input: $input) {\n accountCapabilities {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateAccountCapabilityView", + "name": "OperationsCreateAccountCapabilityView", + "type": "query", + "body": "query OperationsCreateAccountCapabilityView($id: ID!) {\n internalAccount(id: $id) {\n id\n bestName\n currency\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateConnectionEndpoint", + "name": "OperationsCreateConnectionEndpoint", + "type": "mutation", + "body": "mutation OperationsCreateConnectionEndpoint($input: Operations__CreateConnectionEndpointInput!) {\n operationsCreateConnectionEndpoint(input: $input) {\n connectionEndpoint {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateConnectionEndpointView", + "name": "OperationsCreateConnectionEndpointView", + "type": "query", + "body": "query OperationsCreateConnectionEndpointView($connectionId: ID!) {\n connection(id: $connectionId) {\n bestName\n entity\n vendor {\n id\n endpointLabels\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateCustomProcessingWindows", + "name": "OperationsCreateCustomProcessingWindows", + "type": "mutation", + "body": "mutation OperationsCreateCustomProcessingWindows($input: Operations__CreateCustomProcessingWindowsInput!) {\n operationsCreateCustomProcessingWindows(input: $input) {\n customProcessingWindows {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateFileTest", + "name": "OperationsCreateFileTest", + "type": "mutation", + "body": "mutation OperationsCreateFileTest($input: Operations__CreateFileTestInput!) {\n operationsCreateFileTest(input: $input) {\n fileTest {\n id\n files {\n id\n filename\n url\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateInboundBlobDetail", + "name": "OperationsCreateInboundBlobDetail", + "type": "mutation", + "body": "mutation OperationsCreateInboundBlobDetail($input: Operations__CreateInboundBlobDetailInput!) {\n operationsCreateInboundBlobDetail(input: $input) {\n inboundBlobDetail {\n id\n path\n prettyName\n scheduleId\n status\n createdAt\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateInternalAccount", + "name": "OperationsCreateInternalAccount", + "type": "mutation", + "body": "mutation OperationsCreateInternalAccount($input: Operations__CreateInternalAccountInput!) {\n operationsCreateInternalAccount(input: $input) {\n internalAccount {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateVendorCredential", + "name": "OperationsCreateVendorCredential", + "type": "mutation", + "body": "mutation OperationsCreateVendorCredential($input: Operations__CreateVendorCredentialInput!) {\n operationsCreateVendorCredential(input: $input) {\n vendorCredential {\n id\n relayCredentialId\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateVendorEndpoint", + "name": "OperationsCreateVendorEndpoint", + "type": "mutation", + "body": "mutation OperationsCreateVendorEndpoint($input: Operations__CreateVendorEndpointInput!) {\n operationsCreateVendorEndpoint(input: $input) {\n vendorEndpoint {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateVendorEndpointView", + "name": "OperationsCreateVendorEndpointView", + "type": "query", + "body": "query OperationsCreateVendorEndpointView($first: Int, $after: String, $last: Int, $before: String) {\n connections(\n first: $first\n after: $after\n last: $last\n before: $before\n showDeleted: \"false\"\n ) {\n edges {\n node {\n typename: __typename\n vendor {\n id\n connectionEndpointTemplates {\n id\n description\n fields {\n name\n value\n disabled\n required\n options\n __typename\n }\n __typename\n }\n __typename\n }\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCreateVirtualAccountSetting", + "name": "OperationsCreateVirtualAccountSetting", + "type": "mutation", + "body": "mutation OperationsCreateVirtualAccountSetting($input: Operations__CreateVirtualAccountSettingInput!) {\n operationsCreateVirtualAccountSetting(input: $input) {\n virtualAccountSetting {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCryptographicKey", + "name": "OperationsCryptographicKey", + "type": "query", + "body": "query OperationsCryptographicKey($id: ID!) {\n operationsCryptographicKey(id: $id) {\n id\n name\n cryptographicKeyType\n shareable\n hasPrivateKey\n publicKey\n createdAt\n updatedAt\n expiresAt\n discardedAt\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCustomProcessingWindowView", + "name": "OperationsCustomProcessingWindowView", + "type": "query", + "body": "query OperationsCustomProcessingWindowView($id: ID!) {\n customProcessingWindow(id: $id) {\n id\n configId\n cutoffTime\n discardedAt\n connection {\n id\n entity\n nickname\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCustomProcessingWindowsForConnection", + "name": "OperationsCustomProcessingWindowsForConnection", + "type": "query", + "body": "query OperationsCustomProcessingWindowsForConnection($first: Int, $after: String, $last: Int, $before: String, $connectionId: ID, $customProcessingWindowId: ID, $configId: String, $showDeleted: Boolean) {\n customProcessingWindows(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionId: $connectionId\n customProcessingWindowId: $customProcessingWindowId\n configId: $configId\n showDeleted: $showDeleted\n ) {\n ...CustomProcessingWindowList\n __typename\n }\n}\n\nfragment CustomProcessingWindowList on CustomProcessingWindowConnection {\n edges {\n node {\n typename: __typename\n id\n connection {\n typename: __typename\n id\n entity\n path\n }\n configId\n cutoffTime\n timeZone\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsCustomProcessingWindowsHome", + "name": "OperationsCustomProcessingWindowsHome", + "type": "query", + "body": "query OperationsCustomProcessingWindowsHome($first: Int, $after: String, $last: Int, $before: String, $connectionId: ID, $customProcessingWindowId: ID, $configId: String, $showDeleted: Boolean) {\n customProcessingWindows(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionId: $connectionId\n customProcessingWindowId: $customProcessingWindowId\n configId: $configId\n showDeleted: $showDeleted\n ) {\n ...CustomProcessingWindowList\n __typename\n }\n}\n\nfragment CustomProcessingWindowList on CustomProcessingWindowConnection {\n edges {\n node {\n typename: __typename\n id\n connection {\n typename: __typename\n id\n entity\n path\n }\n configId\n cutoffTime\n timeZone\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeactivateConnection", + "name": "OperationsDeactivateConnection", + "type": "mutation", + "body": "mutation OperationsDeactivateConnection($input: Operations__OffboardConnectionInput!) {\n operationsOffboardConnection(input: $input) {\n connection {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeactivateInternalAccount", + "name": "OperationsDeactivateInternalAccount", + "type": "mutation", + "body": "mutation OperationsDeactivateInternalAccount($input: Operations__DeactivateInternalAccountInput!) {\n operationsDeactivateInternalAccount(input: $input) {\n internalAccount {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeleteACHSetting", + "name": "OperationsDeleteACHSetting", + "type": "mutation", + "body": "mutation OperationsDeleteACHSetting($input: Operations__DeleteACHSettingInput!) {\n operationsDeleteAchSetting(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeleteAccountACHSetting", + "name": "OperationsDeleteAccountACHSetting", + "type": "mutation", + "body": "mutation OperationsDeleteAccountACHSetting($input: Operations__DeleteAccountACHSettingInput!) {\n operationsDeleteAccountAchSetting(input: $input) {\n accountAchSetting {\n internalAccount {\n id\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeleteAccountCapability", + "name": "OperationsDeleteAccountCapability", + "type": "mutation", + "body": "mutation OperationsDeleteAccountCapability($input: Operations__DeleteAccountCapabilityInput!) {\n operationsDeleteAccountCapability(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeleteConnectionEndpoint", + "name": "OperationsDeleteConnectionEndpoint", + "type": "mutation", + "body": "mutation OperationsDeleteConnectionEndpoint($input: Operations__DeleteConnectionEndpointInput!) {\n operationsDeleteConnectionEndpoint(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeleteCustomProcessingWindow", + "name": "OperationsDeleteCustomProcessingWindow", + "type": "mutation", + "body": "mutation OperationsDeleteCustomProcessingWindow($input: Operations__DeleteCustomProcessingWindowInput!) {\n operationsDeleteCustomProcessingWindow(input: $input) {\n customProcessingWindow {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeleteEFTSetting", + "name": "OperationsDeleteEFTSetting", + "type": "mutation", + "body": "mutation OperationsDeleteEFTSetting($input: Operations__DeleteEFTSettingInput!) {\n operationsDeleteEftSetting(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeleteVendorCredential", + "name": "OperationsDeleteVendorCredential", + "type": "mutation", + "body": "mutation OperationsDeleteVendorCredential($input: Operations__DeleteVendorCredentialInput!) {\n operationsDeleteVendorCredential(input: $input) {\n vendorCredential {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeleteVendorEndpoint", + "name": "OperationsDeleteVendorEndpoint", + "type": "mutation", + "body": "mutation OperationsDeleteVendorEndpoint($input: Operations__DeleteVendorEndpointInput!) {\n operationsDeleteVendorEndpoint(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsDeleteVirtualAccountSetting", + "name": "OperationsDeleteVirtualAccountSetting", + "type": "mutation", + "body": "mutation OperationsDeleteVirtualAccountSetting($input: Operations__DeleteVirtualAccountSettingInput!) {\n operationsDeleteVirtualAccountSetting(input: $input) {\n virtualAccountSetting {\n internalAccount {\n id\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEditAccountACHSetting", + "name": "OperationsEditAccountACHSetting", + "type": "query", + "body": "query OperationsEditAccountACHSetting($id: ID!) {\n accountAchSetting(id: $id) {\n id\n prettyDirection\n immediateOrigin\n immediateOriginName\n immediateDestination\n immediateDestinationName\n direction\n connectionEndpointLabel\n internalAccount {\n id\n bestName\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEditAccountCapability", + "name": "OperationsEditAccountCapability", + "type": "query", + "body": "query OperationsEditAccountCapability($id: ID!) {\n accountCapability(id: $id) {\n id\n direction\n identifier\n anyCurrency\n currencies\n paymentType\n paymentSubtypes\n partyName\n bestName\n connection {\n id\n __typename\n }\n internalAccount {\n id\n bestName\n currency\n __typename\n }\n address {\n line1\n line2\n region\n locality\n postalCode\n country: countryCode\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEditConnection", + "name": "OperationsEditConnection", + "type": "query", + "body": "query OperationsEditConnection($id: ID!) {\n connection(id: $id) {\n id\n entity\n vendorCustomerId\n nickname\n extra\n path\n __typename\n }\n upsertableVendorSubscriptions(connectionId: $id) {\n id\n imports\n scheduleId\n settings\n subscribed\n vendorConfig {\n id\n description\n endpoint\n settingFields {\n label\n name\n description\n inputType\n required\n __typename\n }\n __typename\n }\n __typename\n }\n connectionExtraFields(connectionId: $id) {\n entity\n fields {\n label\n name\n description\n inputType\n required\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEditConnectionEndpointView", + "name": "OperationsEditConnectionEndpointView", + "type": "query", + "body": "query OperationsEditConnectionEndpointView($id: ID!) {\n connectionEndpoint(id: $id) {\n id\n label\n operationalStatus\n connection {\n id\n bestName\n __typename\n }\n vendorEndpoint {\n id\n entity\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEditCustomProcessingWindow", + "name": "OperationsEditCustomProcessingWindow", + "type": "query", + "body": "query OperationsEditCustomProcessingWindow($id: ID!) {\n customProcessingWindow(id: $id) {\n id\n connection {\n id\n entity\n nickname\n __typename\n }\n configId\n cutoffTime\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEditInternalAccount", + "name": "OperationsEditInternalAccount", + "type": "query", + "body": "query OperationsEditInternalAccount($id: ID!) {\n internalAccount(id: $id) {\n id\n name\n longName\n partyName\n partyIdentifier\n vendorId\n currency\n connectionDetails\n connectionDetailsSupportedAttributes {\n name\n description\n initialValue\n inputType\n label\n possibleValues {\n value\n label\n __typename\n }\n required\n __typename\n }\n accountDetails {\n id\n accountNumber\n accountNumberType\n __typename\n }\n partyAddress {\n country: countryCode\n line1\n line2\n locality\n postalCode\n region\n __typename\n }\n routingDetails {\n id\n routingNumber\n routingNumberType\n paymentType\n __typename\n }\n connection {\n id\n entity\n nickname\n vendor {\n name\n __typename\n }\n __typename\n }\n eftSetting {\n id\n destinationDataCenter\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEditVendorEndpoint", + "name": "OperationsEditVendorEndpoint", + "type": "query", + "body": "query OperationsEditVendorEndpoint($id: ID!) {\n operationsVendorEndpoint(id: $id) {\n id\n description\n entity\n operationsEndpoint {\n id\n protocol\n host\n port\n basePath\n description\n entity\n cleanAfterRead\n username\n safePassword\n authenticationKey {\n vendorCredential {\n id\n relayCredentialId\n __typename\n }\n __typename\n }\n clientCertificate {\n vendorCredential {\n id\n relayCredentialId\n __typename\n }\n __typename\n }\n signingKey {\n vendorCredential {\n id\n relayCredentialId\n __typename\n }\n __typename\n }\n signingCertificate {\n vendorCredential {\n id\n relayCredentialId\n __typename\n }\n __typename\n }\n encryptionKey {\n vendorCredential {\n id\n relayCredentialId\n __typename\n }\n __typename\n }\n decryptionKey {\n vendorCredential {\n id\n relayCredentialId\n __typename\n }\n __typename\n }\n authenticationOptionValues {\n option {\n name\n prettyName\n description\n redactable\n __typename\n }\n value\n __typename\n }\n decryptionOptionValues {\n option {\n name\n prettyName\n description\n redactable\n __typename\n }\n value\n __typename\n }\n secretOptionValues {\n option {\n name\n prettyName\n description\n redactable\n __typename\n }\n secret {\n vendorCredential {\n id\n relayCredentialId\n __typename\n }\n __typename\n }\n __typename\n }\n authenticationStrategy\n signingStrategy\n encryptionStrategy\n decryptionStrategy\n decryptionOptions\n inboundAuthenticationStrategy\n incomingRequestIdentifier\n discardedAt\n createdAt\n updatedAt\n expiresAt\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEditVendorSubscription", + "name": "OperationsEditVendorSubscription", + "type": "query", + "body": "query OperationsEditVendorSubscription($id: ID!) {\n vendorSubscription(id: $id) {\n id\n scheduleId\n settings\n connection {\n id\n bestName\n __typename\n }\n path\n vendorConfig {\n settingFields {\n label\n name\n description\n inputType\n required\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEditWebhookSubscription", + "name": "OperationsEditWebhookSubscription", + "type": "query", + "body": "query OperationsEditWebhookSubscription($id: ID!) {\n webhookSubscription(id: $id) {\n id\n eventType\n vendorId\n callbackUrl\n vendorSubscription {\n id\n scheduleId\n connectionEndpoint {\n id\n connection {\n id\n bestName\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEftSettingView", + "name": "OperationsEftSettingView", + "type": "query", + "body": "query OperationsEftSettingView($id: ID!) {\n eftSetting(id: $id) {\n id\n discardedAt\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEftSettingsHome", + "name": "OperationsEftSettingsHome", + "type": "query", + "body": "query OperationsEftSettingsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $showDeleted: String) {\n eftSettings(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n showDeleted: $showDeleted\n ) {\n ...EFTSettingList\n __typename\n }\n}\n\nfragment EFTSettingList on EFTSettingConnection {\n edges {\n node {\n typename: __typename\n id\n destinationDataCenter\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEndpointCredentials", + "name": "OperationsEndpointCredentials", + "type": "query", + "body": "query OperationsEndpointCredentials($id: ID!) {\n operationsVendorEndpoint(id: $id) {\n id\n operationsEndpoint {\n id\n protocol\n authenticationKey {\n publicKey\n vendorCredential {\n description\n __typename\n }\n __typename\n }\n clientCertificate {\n certificateData\n vendorCredential {\n description\n __typename\n }\n __typename\n }\n signingKey {\n publicKey\n vendorCredential {\n description\n __typename\n }\n __typename\n }\n signingCertificate {\n certificateData\n vendorCredential {\n description\n __typename\n }\n __typename\n }\n encryptionKey {\n publicKey\n vendorCredential {\n description\n __typename\n }\n __typename\n }\n legacyEndpointColumns {\n publicKey\n clientCertificate\n signingCertificate\n publicSigningKey\n encryptionKey\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEndpointDirectories", + "name": "OperationsEndpointDirectories", + "type": "query", + "body": "query OperationsEndpointDirectories($endpointId: ID!) {\n operationsEndpointDirectories(endpointId: $endpointId)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEndpointDownloadFile", + "name": "OperationsEndpointDownloadFile", + "type": "query", + "body": "query OperationsEndpointDownloadFile($relayEndpointId: ID!, $path: String!) {\n operationsEndpointDownloadFile(relayEndpointId: $relayEndpointId, path: $path)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEndpointFullSensitiveAttribute", + "name": "OperationsEndpointFullSensitiveAttribute", + "type": "query", + "body": "query OperationsEndpointFullSensitiveAttribute($endpointId: ID!, $attributeName: String!) {\n operationsEndpointFullSensitiveAttribute(\n endpointId: $endpointId\n attributeName: $attributeName\n )\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEndpointTree", + "name": "OperationsEndpointTree", + "type": "query", + "body": "query OperationsEndpointTree($endpointId: ID!, $path: String, $pattern: String) {\n endpointTree: operationsEndpointTree(\n endpointId: $endpointId\n path: $path\n pattern: $pattern\n )\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEndpointTreeView", + "name": "OperationsEndpointTreeView", + "type": "query", + "body": "query OperationsEndpointTreeView($id: ID!) {\n operationsEndpoint(id: $id) {\n id\n basePath\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsEndpointUploadFile", + "name": "OperationsEndpointUploadFile", + "type": "mutation", + "body": "mutation OperationsEndpointUploadFile($input: Operations__EndpointUploadFileInput!) {\n operationsEndpointUploadFile(input: $input) {\n fileTransfer {\n id\n fileName\n path\n processed\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsFileTestDetailsTable", + "name": "OperationsFileTestDetailsTable", + "type": "query", + "body": "query OperationsFileTestDetailsTable($id: ID!) {\n operationsFileTest(id: $id) {\n id\n createdAt\n vendorEndpointId\n entity\n configId\n paymentType\n directionsDisplay\n paymentSubtypesDisplay\n __typename\n }\n displayColumns(resource: operations_file_test, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsFileTestView", + "name": "OperationsFileTestView", + "type": "query", + "body": "query OperationsFileTestView($id: ID!) {\n operationsFileTest(id: $id) {\n id\n createdAt\n internalAccounts {\n id\n bestName\n __typename\n }\n vendorEndpointId\n files {\n id\n filename\n url\n __typename\n }\n entity\n configId\n directions\n paymentType\n paymentSubtypes\n directionsDisplay\n paymentSubtypesDisplay\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsFileTestsHome", + "name": "OperationsFileTestsHome", + "type": "query", + "body": "query OperationsFileTestsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $vendorEndpointId: ID, $entity: VendorIdEnum) {\n operationsFileTests(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n vendorEndpointId: $vendorEndpointId\n entity: $entity\n ) {\n edges {\n node {\n typename: __typename\n id\n createdAt\n internalAccounts {\n id\n __typename\n }\n vendorEndpointId\n files {\n id\n filename\n __typename\n }\n entity\n configId\n directions\n paymentType\n paymentSubtypes\n directionsDisplay\n paymentSubtypesDisplay\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsFileTransferDetailsTable", + "name": "OperationsFileTransferDetailsTable", + "type": "query", + "body": "query OperationsFileTransferDetailsTable($id: ID!) {\n operationsFileTransfer(id: $id) {\n id\n path\n direction\n fileName\n filePath\n createdAt\n transferredAt\n scheduleId\n reason\n interfaceType\n endpointId\n batchId\n receiptType\n receipt\n extra\n processed\n processedBadgeColor\n __typename\n }\n displayColumns(resource: operations_file_transfer, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsFileTransferDownload", + "name": "OperationsFileTransferDownload", + "type": "query", + "body": "query OperationsFileTransferDownload($fileTransferId: ID!) {\n operationsFileTransferDownloadUrl(fileTransferId: $fileTransferId)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsFileTransferListView", + "name": "OperationsFileTransferListView", + "type": "query", + "body": "query OperationsFileTransferListView($connectionId: ID, $batchId: String, $batchType: BatchTypeEnum, $direction: FileTransferDirectionEnum, $endpointId: String, $path: String, $interfaceType: VendorInterfaceTypeEnum, $scheduleIds: [String!], $createdAt: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n operationsFileTransfers(\n connectionId: $connectionId\n batchId: $batchId\n batchType: $batchType\n direction: $direction\n endpointId: $endpointId\n path: $path\n interfaceType: $interfaceType\n scheduleIds: $scheduleIds\n createdAt: $createdAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...OperationsFileTransferList\n __typename\n }\n}\n\nfragment OperationsFileTransferList on Operations__FileTransferConnection {\n edges {\n node {\n typename: __typename\n id\n direction\n fileName\n filePath\n createdAt\n transferredAt\n scheduleId\n reason\n interfaceType\n endpointId\n batchId\n receiptType\n receipt\n extra\n processed\n processedBadgeColor\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsFileTransferView", + "name": "OperationsFileTransferView", + "type": "query", + "body": "query OperationsFileTransferView($id: ID!) {\n operationsFileTransfer(id: $id) {\n direction\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsFileTransfersHome", + "name": "OperationsFileTransfersHome", + "type": "query", + "body": "query OperationsFileTransfersHome($page: Int, $perPage: Int, $first: Int, $after: String, $last: Int, $before: String, $path: String, $connectionId: ID, $vendorId: VendorIdEnum, $batchId: String, $batchType: BatchTypeEnum, $direction: FileTransferDirectionEnum, $endpointId: String, $interfaceType: VendorInterfaceTypeEnum, $scheduleIds: [String!], $createdAt: DateTimeFilterInput) {\n operationsFileTransfers(\n page: $page\n perPage: $perPage\n first: $first\n after: $after\n last: $last\n before: $before\n path: $path\n connectionId: $connectionId\n vendorId: $vendorId\n batchId: $batchId\n batchType: $batchType\n direction: $direction\n endpointId: $endpointId\n interfaceType: $interfaceType\n scheduleIds: $scheduleIds\n createdAt: $createdAt\n ) {\n ...OperationsFileTransferList\n __typename\n }\n}\n\nfragment OperationsFileTransferList on Operations__FileTransferConnection {\n edges {\n node {\n typename: __typename\n id\n direction\n fileName\n filePath\n createdAt\n transferredAt\n scheduleId\n reason\n interfaceType\n endpointId\n batchId\n receiptType\n receipt\n extra\n processed\n processedBadgeColor\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsGenerateCertificateSigningRequest", + "name": "OperationsGenerateCertificateSigningRequest", + "type": "mutation", + "body": "mutation OperationsGenerateCertificateSigningRequest($input: Operations__GenerateCertificateSigningRequestInput!) {\n operationsGenerateCertificateSigningRequest(input: $input) {\n certificateSigningRequest\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsImportConnection", + "name": "OperationsImportConnection", + "type": "mutation", + "body": "mutation OperationsImportConnection($input: Operations__ImportConnectionInput!) {\n operationsImportConnection(input: $input) {\n connection {\n id\n path\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsImportInternalAccount", + "name": "OperationsImportInternalAccount", + "type": "mutation", + "body": "mutation OperationsImportInternalAccount($input: Operations__ImportInternalAccountInput!) {\n operationsImportInternalAccount(input: $input) {\n internalAccount {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsImportVendorCredential", + "name": "OperationsImportVendorCredential", + "type": "mutation", + "body": "mutation OperationsImportVendorCredential($input: Operations__ImportVendorCredentialInput!) {\n operationsImportVendorCredential(input: $input) {\n vendorCredential {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsImportVendorEndpoint", + "name": "OperationsImportVendorEndpoint", + "type": "mutation", + "body": "mutation OperationsImportVendorEndpoint($input: Operations__ImportVendorEndpointInput!) {\n operationsImportVendorEndpoint(input: $input) {\n vendorEndpoint {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsImportVendorEndpointView", + "name": "OperationsImportVendorEndpointView", + "type": "query", + "body": "query OperationsImportVendorEndpointView($first: Int, $after: String, $last: Int, $before: String) {\n connections(\n first: $first\n after: $after\n last: $last\n before: $before\n showDeleted: \"true\"\n ) {\n edges {\n node {\n typename: __typename\n vendor {\n id\n __typename\n }\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInboundBlobDetailView", + "name": "OperationsInboundBlobDetailView", + "type": "query", + "body": "query OperationsInboundBlobDetailView($id: ID!) {\n inboundBlobDetail(id: $id) {\n id\n prettyName\n filePath\n status\n connectionEndpoint {\n id\n path\n operationalStatus\n label\n connection {\n id\n bestName\n entity\n __typename\n }\n __typename\n }\n inboundBlobImportAttempts {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInboundBlobDetailsHome", + "name": "OperationsInboundBlobDetailsHome", + "type": "query", + "body": "query OperationsInboundBlobDetailsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $connectionId: ID, $connectionEndpointId: ID, $parentInboundBlobDetailId: ID, $pollRequestId: ID, $endpointId: ID, $fileTransferId: ID, $endToEndId: String, $vendorId: String, $path: String, $pattern: String, $interfaceTypes: [VendorInterfaceTypeEnum!], $scheduleIds: [String!], $createdAt: DateTimeFilterInput, $statuses: [InboundBlobImportAttemptStatusEnum!], $transformed: TransformedInput) {\n inboundBlobDetails(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n connectionId: $connectionId\n connectionEndpointId: $connectionEndpointId\n parentInboundBlobDetailId: $parentInboundBlobDetailId\n pollRequestId: $pollRequestId\n endpointId: $endpointId\n fileTransferId: $fileTransferId\n endToEndId: $endToEndId\n vendorId: $vendorId\n path: $path\n pattern: $pattern\n interfaceTypes: $interfaceTypes\n scheduleIds: $scheduleIds\n createdAt: $createdAt\n statuses: $statuses\n transformed: $transformed\n ) {\n ...InboundBlobDetailList\n __typename\n }\n}\n\nfragment InboundBlobDetailList on InboundBlobDetailConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n status\n statusTagColor\n interfaceType\n filePath\n pattern\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n pollRequest {\n typename: __typename\n id\n path\n }\n fileTransferAssociation {\n typename: __typename\n id\n path\n }\n endpointId\n endToEndId\n filters\n sourceJson\n documentId\n parentInboundBlobDetail {\n typename: __typename\n id\n path\n }\n vendorId\n createdAt\n importStartedAt\n importCompletedAt\n importDuration\n vendorName\n datadogTraces\n id\n datadogLogs\n id\n pipelineInvocations\n currentImportAttemptId\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInboundBlobImportAttemptView", + "name": "OperationsInboundBlobImportAttemptView", + "type": "query", + "body": "query OperationsInboundBlobImportAttemptView($id: ID!) {\n inboundBlobImportAttempt(id: $id) {\n status\n statusTagColor\n connectionEndpoint {\n id\n path\n operationalStatus\n label\n connection {\n id\n bestName\n entity\n __typename\n }\n __typename\n }\n inboundBlobDetail {\n id\n filePath\n prettyName\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInboundBlobImportAttemptsHome", + "name": "OperationsInboundBlobImportAttemptsHome", + "type": "query", + "body": "query OperationsInboundBlobImportAttemptsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $statuses: [InboundBlobImportAttemptStatusEnum!], $connectionId: ID, $connectionEndpointId: ID, $inboundBlobDetailId: ID, $fileTransferId: ID, $importer: String, $scheduleIds: [String!], $createdAt: DateTimeFilterInput, $transformed: TransformedInput) {\n inboundBlobImportAttempts(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n statuses: $statuses\n connectionId: $connectionId\n connectionEndpointId: $connectionEndpointId\n inboundBlobDetailId: $inboundBlobDetailId\n fileTransferId: $fileTransferId\n importer: $importer\n scheduleIds: $scheduleIds\n createdAt: $createdAt\n transformed: $transformed\n ) {\n ...InboundBlobImportAttemptList\n __typename\n }\n}\n\nfragment InboundBlobImportAttemptList on InboundBlobImportAttemptConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n status\n statusTagColor\n delay\n importer\n inboundBlobDetail {\n typename: __typename\n id\n path\n }\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n fileTransferAssociation {\n typename: __typename\n id\n path\n }\n failureReason\n importDuration\n importStartedAt\n importCompletedAt\n createdAt\n datadogTraces\n id\n datadogLogs\n id\n vendorId\n transformedEntitiesCount\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsIncomingPaymentDetailsHome", + "name": "OperationsIncomingPaymentDetailsHome", + "type": "query", + "body": "query OperationsIncomingPaymentDetailsHome($first: Int, $after: String, $last: Int, $before: String, $metadata: JSON, $memo: String, $counterparty: String, $status: IncomingPaymentDetail__StatusEnum, $incomingPaymentDetailType: IncomingPaymentDetailTypeEnum, $amount: AmountFilterInput, $asOfDate: DateFilterInput, $internalAccountIds: [ID!], $currency: String, $direction: String, $virtualAccountName: String, $virtualAccountNumber: String, $virtualAccountId: ID, $tliHasExpectedPayment: Boolean, $inboundBlobDetailId: ID, $inboundBlobImportAttemptId: ID, $showDeleted: String) {\n incomingPaymentDetails(\n first: $first\n after: $after\n last: $last\n before: $before\n metadata: $metadata\n status: $status\n memo: $memo\n counterparty: $counterparty\n incomingPaymentDetailType: $incomingPaymentDetailType\n amount: $amount\n asOfDate: $asOfDate\n internalAccountIds: $internalAccountIds\n currency: $currency\n direction: $direction\n virtualAccountName: $virtualAccountName\n virtualAccountNumber: $virtualAccountNumber\n virtualAccountId: $virtualAccountId\n tliHasExpectedPayment: $tliHasExpectedPayment\n inboundBlobDetailId: $inboundBlobDetailId\n inboundBlobImportAttemptId: $inboundBlobImportAttemptId\n showDeleted: $showDeleted\n ) {\n ...IncomingPaymentDetailList\n __typename\n }\n}\n\nfragment IncomingPaymentDetailList on IncomingPaymentDetailConnection {\n edges {\n node {\n typename: __typename\n id\n asOfDate\n prettyStatus\n prettyAmount\n currency\n prettyDirection\n prettyType\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n direction\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n originatingRoutingNumber\n receivingParentTransaction {\n typename: __typename\n id\n path\n }\n memo\n counterparty\n unreconciledAmount\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInternalAccountConfiguration", + "name": "OperationsInternalAccountConfiguration", + "type": "query", + "body": "query OperationsInternalAccountConfiguration($id: ID!) {\n internalAccountConfiguration(id: $id)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInternalAccountCreateAccountACHSetting", + "name": "OperationsInternalAccountCreateAccountACHSetting", + "type": "query", + "body": "query OperationsInternalAccountCreateAccountACHSetting($id: ID!) {\n internalAccount(id: $id) {\n id\n bestName\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInternalAccountCreateVirtualAccountSetting", + "name": "OperationsInternalAccountCreateVirtualAccountSetting", + "type": "query", + "body": "query OperationsInternalAccountCreateVirtualAccountSetting($id: ID!) {\n internalAccount(id: $id) {\n id\n bestName\n connection {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInternalAccountDetailTable", + "name": "OperationsInternalAccountDetailTable", + "type": "query", + "body": "query OperationsInternalAccountDetailTable($id: ID!) {\n internalAccount(id: $id) {\n id\n name\n partyName\n partyIdentifier\n vendorId\n createdAt\n currency\n operationalStatus\n accountDetails {\n id\n accountNumber\n accountNumberType\n parentAccountType\n __typename\n }\n routingDetails {\n id\n routingNumber\n prettyRoutingNumberType\n __typename\n }\n connection {\n id\n entity\n nickname\n vendor {\n name\n __typename\n }\n __typename\n }\n connectionDetails\n partyAddress {\n full\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInternalAccountView", + "name": "OperationsInternalAccountView", + "type": "query", + "body": "query OperationsInternalAccountView($id: ID!) {\n internalAccount(id: $id) {\n path\n bestName\n longName\n operationalStatus\n currency\n metadata\n eftSetting {\n id\n destinationDataCenter\n __typename\n }\n connection {\n id\n bestName\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsInternalAccountsTable", + "name": "OperationsInternalAccountsTable", + "type": "query", + "body": "query OperationsInternalAccountsTable($first: Int, $after: String, $last: Int, $before: String, $connectionId: ID, $achSettingId: ID, $eftSettingId: ID, $id: String, $accountSearchName: String, $currency: String, $operationalStatuses: [String!]) {\n internalAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionId: $connectionId\n achSettingId: $achSettingId\n eftSettingId: $eftSettingId\n id: $id\n currency: $currency\n accountSearchName: $accountSearchName\n operationalStatuses: $operationalStatuses\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n operationsPath\n name\n currency\n bestName\n bankName\n operationalStatus\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsPollAttemptView", + "name": "OperationsPollAttemptView", + "type": "query", + "body": "query OperationsPollAttemptView($id: ID!) {\n pollAttempt(id: $id) {\n id\n manual\n status\n statusTagColor\n poller {\n id\n scheduleId\n __typename\n }\n createdAt\n discardedAt\n completedAt\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsPollAttemptsHome", + "name": "OperationsPollAttemptsHome", + "type": "query", + "body": "query OperationsPollAttemptsHome($id: ID, $manual: String, $statuses: [PollAttemptStatusEnum!], $pollerId: ID, $createdAt: DateTimeFilterInput, $completedAt: DateTimeFilterInput, $showDeleted: String) {\n pollAttempts(\n id: $id\n manual: $manual\n statuses: $statuses\n pollerId: $pollerId\n createdAt: $createdAt\n completedAt: $completedAt\n showDeleted: $showDeleted\n ) {\n ...PollAttemptList\n __typename\n }\n}\n\nfragment PollAttemptList on PollAttemptConnection {\n edges {\n node {\n typename: __typename\n id\n manual\n status\n statusTagColor\n poller {\n typename: __typename\n id\n path\n }\n createdAt\n discardedAt\n completedAt\n datadogTraces\n id\n datadogLogs\n id\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsPollRequestView", + "name": "OperationsPollRequestView", + "type": "query", + "body": "query OperationsPollRequestView($id: ID!) {\n pollRequest(id: $id) {\n id\n message\n receipt\n connectionEndpoint {\n id\n label\n operationalStatus\n connection {\n id\n bestName\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsPollRequestsHome", + "name": "OperationsPollRequestsHome", + "type": "query", + "body": "query OperationsPollRequestsHome($connectionId: ID, $connectionEndpointId: ID, $pollAttemptId: ID, $statuses: [String!], $scheduleIds: [String!], $path: String, $pattern: String, $interfaceTypes: [VendorInterfaceTypeEnum!], $createdAt: DateTimeFilterInput, $processingAt: DateTimeFilterInput, $succeededAt: DateTimeFilterInput, $failedAt: DateTimeFilterInput) {\n pollRequests(\n connectionId: $connectionId\n connectionEndpointId: $connectionEndpointId\n pollAttemptId: $pollAttemptId\n statuses: $statuses\n scheduleIds: $scheduleIds\n path: $path\n pattern: $pattern\n interfaceTypes: $interfaceTypes\n createdAt: $createdAt\n processingAt: $processingAt\n succeededAt: $succeededAt\n failedAt: $failedAt\n ) {\n ...PollRequestList\n __typename\n }\n}\n\nfragment PollRequestList on PollRequestConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n status\n statusTagColor\n inboundBlobDetailAndFileTransferCount\n requestPath\n pattern\n failureReason\n internalAccount {\n typename: __typename\n id\n path\n }\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n interfaceType\n processingAt\n succeededAt\n failedAt\n createdAt\n updatedAt\n datadogTraces\n id\n datadogLogs\n id\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsPollerView", + "name": "OperationsPollerView", + "type": "query", + "body": "query OperationsPollerView($id: ID!) {\n poller(id: $id) {\n id\n scheduleId\n createdAt\n discardedAt\n vendorSubscription {\n id\n scheduleId\n connectionEndpoint {\n id\n connection {\n id\n bestName\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsPollersHome", + "name": "OperationsPollersHome", + "type": "query", + "body": "query OperationsPollersHome($id: ID, $connectionEndpointId: ID, $scheduleIds: [String!], $createdAt: DateTimeFilterInput, $showDeleted: String) {\n pollers(\n id: $id\n connectionEndpointId: $connectionEndpointId\n scheduleIds: $scheduleIds\n createdAt: $createdAt\n showDeleted: $showDeleted\n ) {\n ...PollerList\n __typename\n }\n}\n\nfragment PollerList on PollerConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n processing\n vendorSubscription {\n typename: __typename\n id\n path\n }\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsReconConfigsHome", + "name": "OperationsReconConfigsHome", + "type": "query", + "body": "query OperationsReconConfigsHome($first: Int, $after: String, $last: Int, $before: String, $internalAccountIds: [String!], $ignore: Boolean) {\n reconConfigs(\n first: $first\n after: $after\n last: $last\n before: $before\n internalAccountIds: $internalAccountIds\n ignore: $ignore\n ) {\n ...ReconConfigsList\n __typename\n }\n}\n\nfragment ReconConfigsList on ReconConfigConnection {\n edges {\n node {\n typename: __typename\n id\n configType\n vendorId\n transactableType\n role\n paymentType\n direction\n internalAccount {\n id\n name\n currency\n path\n __typename\n }\n priority\n intrabank\n burnListPriority\n delayBusinessDays\n ignore\n createdAt\n updatedAt\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsRelayEndpointCredentialsView", + "name": "OperationsRelayEndpointCredentialsView", + "type": "query", + "body": "query OperationsRelayEndpointCredentialsView($id: ID!) {\n operationsEndpoint(id: $id) {\n id\n username\n safePassword\n authenticationOptionValues {\n option {\n name\n prettyName\n redactable\n __typename\n }\n value\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsReturnsHome", + "name": "OperationsReturnsHome", + "type": "query", + "body": "query OperationsReturnsHome($first: Int, $after: String, $last: Int, $before: String, $amount: AmountFilterInput, $createdAt: DateTimeFilterInput, $type: String, $counterpartyId: String, $internalAccountIds: [ID!], $virtualAccountName: String, $virtualAccountNumber: String, $code: String, $status: Return__StatusEnum, $role: Return__RoleEnum, $batchId: ID, $inboundBlobDetailId: ID, $inboundBlobImportAttemptId: ID, $showDeleted: String) {\n returns(\n first: $first\n after: $after\n last: $last\n before: $before\n type: $type\n amount: $amount\n createdAt: $createdAt\n counterpartyId: $counterpartyId\n internalAccountIds: $internalAccountIds\n virtualAccountName: $virtualAccountName\n virtualAccountNumber: $virtualAccountNumber\n code: $code\n status: $status\n role: $role\n batchId: $batchId\n inboundBlobDetailId: $inboundBlobDetailId\n inboundBlobImportAttemptId: $inboundBlobImportAttemptId\n showDeleted: $showDeleted\n ) {\n ...ReturnList\n __typename\n }\n}\n\nfragment ReturnList on ReturnConnection {\n edges {\n node {\n typename: __typename\n id\n amount\n code\n reason\n prettyRole\n prettyStatus\n createdAt\n type\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n transaction {\n typename: __typename\n id\n path\n }\n returnableType\n returnableId\n unreconciledAmount\n currency\n direction\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsStartPoller", + "name": "OperationsStartPoller", + "type": "mutation", + "body": "mutation OperationsStartPoller($input: Operations__PaymentsIngestion__StartPollerInput!) {\n operationsStartPoller(input: $input) {\n poller {\n id\n __typename\n }\n pollAttempt {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsTransactionsHome", + "name": "OperationsTransactionsHome", + "type": "query", + "body": "query OperationsTransactionsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $paymentType: String, $direction: String, $amount: AmountFilterInput, $description: String, $vendorId: String, $vendorCustomerId: String, $asOfDate: DateFilterInput, $reconciled: String, $posted: String, $counterpartyId: ID, $currency: CurrencyEnum, $internalAccountIds: [String!], $connectionId: ID, $metadata: JSON, $reconciledItemTypes: [ReconciledItemTypeEnum!], $selectedTransactableIds: [String!], $selectedTransactableType: String, $bulkRequestId: ID, $referenceNumber: String, $orderBy: JSON, $reconciliationRuleId: ID, $unledgered: String, $unledgeredOrUnreconciled: String, $inboundBlobDetailId: ID, $inboundBlobImportAttemptId: ID, $showDeleted: String) {\n transactions(\n first: $first\n after: $after\n last: $last\n before: $before\n findTransactionsInput: {id: $id, paymentType: $paymentType, direction: $direction, amount: $amount, description: $description, vendorId: $vendorId, vendorCustomerId: $vendorCustomerId, asOfDate: $asOfDate, reconciled: $reconciled, posted: $posted, counterpartyId: $counterpartyId, currency: $currency, internalAccountIds: $internalAccountIds, connectionId: $connectionId, metadata: $metadata, reconciledItemTypes: $reconciledItemTypes, selectedTransactableIds: $selectedTransactableIds, selectedTransactableType: $selectedTransactableType, referenceNumber: $referenceNumber, bulkRequestId: $bulkRequestId, orderBy: $orderBy, reconciliationRuleId: $reconciliationRuleId, unledgered: $unledgered, unledgeredOrUnreconciled: $unledgeredOrUnreconciled, inboundBlobDetailId: $inboundBlobDetailId, inboundBlobImportAttemptId: $inboundBlobImportAttemptId, showDeleted: $showDeleted}\n ) {\n edges {\n node {\n currency\n amount\n unledgeredAmount\n reconciled\n direction\n prettyCreatedAt\n prettyAsOfDate\n amountUnreconciledToExpectedPayment\n prettyAmountUnreconciledToExpectedPayment\n amountReconciledToExpectedPayment\n prettyAmountReconciledToExpectedPayment\n internalAccount {\n id\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n ledger {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n ...TransactionList\n __typename\n }\n}\n\nfragment TransactionList on TransactionConnection {\n edges {\n node {\n typename: __typename\n reconciliationStatus\n statusIndicator\n reconciliationStatus\n asOfDate\n prettyType\n id\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n amountWithDirection\n prettyAmountUnreconciledToExpectedPayment\n highlightAmountUnreconciled\n status\n statusTagColor\n cashAccount\n offsetAccount\n description\n vendorId\n vendorCode\n vendorCustomerId\n prettyDirection\n reconciledItemTypes\n reconciliationRule {\n typename: __typename\n id\n name\n path\n }\n reconciliationAnalysisCompletedAt\n prettyRate\n prettyTargetAmount\n prettyUnledgeredAmount\n referenceNumbers\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUpdateAccountACHSetting", + "name": "OperationsUpdateAccountACHSetting", + "type": "mutation", + "body": "mutation OperationsUpdateAccountACHSetting($input: Operations__UpdateAccountACHSettingInput!) {\n operationsUpdateAccountAchSetting(input: $input) {\n accountAchSetting {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUpdateAccountCapability", + "name": "OperationsUpdateAccountCapability", + "type": "mutation", + "body": "mutation OperationsUpdateAccountCapability($input: Operations__UpdateAccountCapabilityInput!) {\n operationsUpdateAccountCapability(input: $input) {\n accountCapability {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUpdateConnection", + "name": "OperationsUpdateConnection", + "type": "mutation", + "body": "mutation OperationsUpdateConnection($input: Operations__UpdateConnectionInput!) {\n operationsUpdateConnection(input: $input) {\n connection {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUpdateCustomProcessingWindow", + "name": "OperationsUpdateCustomProcessingWindow", + "type": "mutation", + "body": "mutation OperationsUpdateCustomProcessingWindow($input: Operations__UpdateCustomProcessingWindowInput!) {\n operationsUpdateCustomProcessingWindow(input: $input) {\n customProcessingWindow {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUpdateInternalAccount", + "name": "OperationsUpdateInternalAccount", + "type": "mutation", + "body": "mutation OperationsUpdateInternalAccount($input: Operations__UpdateInternalAccountInput!) {\n operationsUpdateInternalAccount(input: $input) {\n internalAccount {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUpdateVendorEndpoint", + "name": "OperationsUpdateVendorEndpoint", + "type": "mutation", + "body": "mutation OperationsUpdateVendorEndpoint($input: Operations__UpdateVendorEndpointInput!) {\n operationsUpdateVendorEndpoint(input: $input) {\n vendorEndpoint {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUpdateVendorEndpointForConnectionEndpoint", + "name": "OperationsUpdateVendorEndpointForConnectionEndpoint", + "type": "mutation", + "body": "mutation OperationsUpdateVendorEndpointForConnectionEndpoint($input: Operations__UpdateVendorEndpointForConnectionEndpointInput!) {\n operationsUpdateVendorEndpointForConnectionEndpoint(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUpdateVendorSubscription", + "name": "OperationsUpdateVendorSubscription", + "type": "mutation", + "body": "mutation OperationsUpdateVendorSubscription($input: Operations__UpdateVendorSubscriptionInput!) {\n operationsUpdateVendorSubscription(input: $input) {\n vendorSubscription {\n id\n settings\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUpdateVirtualAccountSetting", + "name": "OperationsUpdateVirtualAccountSetting", + "type": "mutation", + "body": "mutation OperationsUpdateVirtualAccountSetting($input: Operations__UpdateVirtualAccountSettingInput!) {\n operationsUpdateVirtualAccountSetting(input: $input) {\n virtualAccountSetting {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsUploadCertificate", + "name": "OperationsUploadCertificate", + "type": "mutation", + "body": "mutation OperationsUploadCertificate($input: Operations__UploadCertificateInput!) {\n operationsUploadCertificate(input: $input) {\n certificate {\n id\n entity\n relayCredentialType\n relayCredentialId\n description\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorCredentialView", + "name": "OperationsVendorCredentialView", + "type": "query", + "body": "query OperationsVendorCredentialView($id: ID!) {\n operationsVendorCredential(id: $id) {\n id\n relayCredentialType\n description\n entity\n relayCredentialId\n discarded\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorCredentialsHome", + "name": "OperationsVendorCredentialsHome", + "type": "query", + "body": "query OperationsVendorCredentialsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $showDeleted: String, $entity: VendorIdEnum, $description: String, $createdAt: DateTimeFilterInput, $cryptographicKeyType: CryptographicKeyTypeEnum, $relayCredentialType: RelayCredentialTypeEnum, $relayCredentialId: ID) {\n operationsVendorCredentials(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n showDeleted: $showDeleted\n entity: $entity\n description: $description\n createdAt: $createdAt\n cryptographicKeyType: $cryptographicKeyType\n relayCredentialType: $relayCredentialType\n relayCredentialId: $relayCredentialId\n ) {\n ...VendorCredentialList\n __typename\n }\n}\n\nfragment VendorCredentialList on VendorCredentialConnection {\n edges {\n node {\n typename: __typename\n id\n description\n credentialType\n credentialSubtype\n relayCredentialId\n entity\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorEndpointAsyncSelect", + "name": "OperationsVendorEndpointAsyncSelect", + "type": "query", + "body": "query OperationsVendorEndpointAsyncSelect($first: Int, $after: String, $entity: VendorIdEnum, $description: String) {\n operationsVendorEndpoints(\n first: $first\n after: $after\n entity: $entity\n description: $description\n ) {\n edges {\n node {\n id\n description\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorEndpointView", + "name": "OperationsVendorEndpointView", + "type": "query", + "body": "query OperationsVendorEndpointView($id: ID!) {\n operationsVendorEndpoint(id: $id) {\n id\n description\n entity\n relayEndpointId\n operationsEndpoint {\n id\n fileBased\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorEndpointsHome", + "name": "OperationsVendorEndpointsHome", + "type": "query", + "body": "query OperationsVendorEndpointsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $showDeleted: String, $relayEndpointId: ID, $entity: VendorIdEnum, $description: String, $vendorCredentialId: ID) {\n operationsVendorEndpoints(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n showDeleted: $showDeleted\n relayEndpointId: $relayEndpointId\n entity: $entity\n description: $description\n vendorCredentialId: $vendorCredentialId\n ) {\n ...VendorEndpointList\n __typename\n }\n}\n\nfragment VendorEndpointList on VendorEndpointConnection {\n edges {\n node {\n typename: __typename\n id\n entity\n description\n relayEndpointId\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorOriginationFeatures", + "name": "OperationsVendorOriginationFeatures", + "type": "query", + "body": "query OperationsVendorOriginationFeatures($vendorCode: VendorIdEnum) {\n operationsVendorOriginationFeatures(vendorCode: $vendorCode) {\n code\n label\n vendorCode\n connectionMethodCode\n connectionMethodFormat\n featureType\n paymentType\n vendor {\n id\n name\n __typename\n }\n components {\n code\n originationFeatureCode\n sendableType\n sendingFormat\n paymentPriority\n paymentDirections\n paymentAccountCurrencies\n paymentAccountExceptCurrencies\n configs {\n configCode\n vendorCode\n connectionMethodCode\n originationFeatureCode\n featureType\n paymentType\n paymentCrossBorderSubtypes\n paymentPriority\n sendableType\n sendingFormat\n description\n __typename\n }\n defaultEnabledConfigs {\n configCode\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorScheduleIdSelect", + "name": "OperationsVendorScheduleIdSelect", + "type": "query", + "body": "query OperationsVendorScheduleIdSelect {\n vendorScheduleIdsGroupOptions {\n typename: __typename\n ... on SelectGroupOption {\n label\n options {\n label\n value\n __typename\n }\n __typename\n }\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorSubscriptionStatusNew", + "name": "OperationsVendorSubscriptionStatusNew", + "type": "query", + "body": "query OperationsVendorSubscriptionStatusNew($id: ID!) {\n vendorSubscriptionStatus(vendorSubscriptionId: $id, current: true) {\n id\n message\n status\n problemType\n signalType\n __typename\n }\n vendorSubscription(id: $id) {\n id\n scheduleId\n connection {\n id\n bestName\n __typename\n }\n path\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorSubscriptionView", + "name": "OperationsVendorSubscriptionView", + "type": "query", + "body": "query OperationsVendorSubscriptionView($id: ID!) {\n vendorSubscription(id: $id) {\n id\n scheduleId\n discardedAt\n connectionEndpoint {\n id\n path\n operationalStatus\n label\n connection {\n id\n bestName\n __typename\n }\n endpoint {\n id\n __typename\n }\n __typename\n }\n formattedPath\n formattedPattern\n vendorConfig {\n fileBased\n incomingRequest\n __typename\n }\n poller {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorSubscriptions", + "name": "OperationsVendorSubscriptions", + "type": "query", + "body": "query OperationsVendorSubscriptions($first: Int, $after: String, $last: Int, $before: String, $connectionId: ID, $scheduleIds: [String!], $showDeleted: String) {\n vendorSubscriptions(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionId: $connectionId\n scheduleIds: $scheduleIds\n showDeleted: $showDeleted\n ) {\n ...VendorSubscriptionList\n edges {\n node {\n connection {\n bestName\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment VendorSubscriptionList on VendorSubscriptionConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n connection {\n typename: __typename\n id\n entity\n path\n }\n vendorConfigDescription\n imports\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n poller {\n typename: __typename\n id\n path\n }\n formattedPath\n formattedPattern\n createdAt\n discardedAt\n settings\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVendorSubscriptionsForConnectionEndpoint", + "name": "OperationsVendorSubscriptionsForConnectionEndpoint", + "type": "query", + "body": "query OperationsVendorSubscriptionsForConnectionEndpoint($first: Int, $after: String, $last: Int, $before: String, $id: ID, $connectionEndpointId: ID, $scheduleIds: [String!], $showDeleted: String) {\n vendorSubscriptions(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n connectionEndpointId: $connectionEndpointId\n scheduleIds: $scheduleIds\n showDeleted: $showDeleted\n ) {\n ...VendorSubscriptionList\n __typename\n }\n}\n\nfragment VendorSubscriptionList on VendorSubscriptionConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n connection {\n typename: __typename\n id\n entity\n path\n }\n vendorConfigDescription\n imports\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n poller {\n typename: __typename\n id\n path\n }\n formattedPath\n formattedPattern\n createdAt\n discardedAt\n settings\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVirtualAccountSettingView", + "name": "OperationsVirtualAccountSettingView", + "type": "query", + "body": "query OperationsVirtualAccountSettingView($id: ID!) {\n virtualAccountSetting(id: $id) {\n id\n allocationType\n allocationLength\n allocationIdentifier\n allocationRangeStart\n allocationRangeEnd\n internalAccount {\n id\n bestName\n __typename\n }\n discardedAt\n createdAt\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsVirtualAccountSettingsForInternalAccount", + "name": "OperationsVirtualAccountSettingsForInternalAccount", + "type": "query", + "body": "query OperationsVirtualAccountSettingsForInternalAccount($first: Int, $after: String, $last: Int, $before: String, $internalAccountId: ID!, $showDeleted: String) {\n virtualAccountSettings(\n first: $first\n after: $after\n last: $last\n before: $before\n internalAccountId: $internalAccountId\n showDeleted: $showDeleted\n ) {\n ...VirtualAccountSettingList\n __typename\n }\n}\n\nfragment VirtualAccountSettingList on VirtualAccountSettingConnection {\n edges {\n node {\n typename: __typename\n id\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n allocationType\n allocationLength\n allocationIdentifier\n allocationRangeStart\n allocationRangeEnd\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsWebhookSubscriptionForConnection", + "name": "OperationsWebhookSubscriptionForConnection", + "type": "query", + "body": "query OperationsWebhookSubscriptionForConnection($first: Int, $after: String, $last: Int, $before: String, $connectionId: ID!, $scheduleIds: [String!], $showDeleted: String) {\n webhookSubscriptions(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionId: $connectionId\n scheduleIds: $scheduleIds\n showDeleted: $showDeleted\n ) {\n ...WebhookSubscriptionList\n __typename\n }\n}\n\nfragment WebhookSubscriptionList on WebhookSubscriptionConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n eventType\n prettyStatus\n statusTagColor\n vendorSubscription {\n typename: __typename\n id\n path\n }\n callbackUrl\n vendorId\n createdAt\n lastSyncedAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsWebhookSubscriptionView", + "name": "OperationsWebhookSubscriptionView", + "type": "query", + "body": "query OperationsWebhookSubscriptionView($id: ID!) {\n webhookSubscription(id: $id) {\n id\n eventType\n status\n canEdit\n canSuspend\n canActivate\n discardedAt\n vendorSubscription {\n id\n scheduleId\n path\n connectionEndpoint {\n id\n path\n operationalStatus\n label\n connection {\n id\n bestName\n entity\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsWebhookSubscriptionsForConnectionEndpoint", + "name": "OperationsWebhookSubscriptionsForConnectionEndpoint", + "type": "query", + "body": "query OperationsWebhookSubscriptionsForConnectionEndpoint($first: Int, $after: String, $last: Int, $before: String, $connectionEndpointId: ID!, $scheduleIds: [String!], $showDeleted: String) {\n webhookSubscriptions(\n first: $first\n after: $after\n last: $last\n before: $before\n connectionEndpointId: $connectionEndpointId\n scheduleIds: $scheduleIds\n showDeleted: $showDeleted\n ) {\n ...WebhookSubscriptionList\n __typename\n }\n}\n\nfragment WebhookSubscriptionList on WebhookSubscriptionConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n eventType\n prettyStatus\n statusTagColor\n vendorSubscription {\n typename: __typename\n id\n path\n }\n callbackUrl\n vendorId\n createdAt\n lastSyncedAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OperationsWebhookSubscriptionsForVendorSubscription", + "name": "OperationsWebhookSubscriptionsForVendorSubscription", + "type": "query", + "body": "query OperationsWebhookSubscriptionsForVendorSubscription($first: Int, $after: String, $last: Int, $before: String, $vendorSubscriptionId: ID!, $showDeleted: String) {\n webhookSubscriptions(\n first: $first\n after: $after\n last: $last\n before: $before\n vendorSubscriptionId: $vendorSubscriptionId\n showDeleted: $showDeleted\n ) {\n ...WebhookSubscriptionList\n __typename\n }\n}\n\nfragment WebhookSubscriptionList on WebhookSubscriptionConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n eventType\n prettyStatus\n statusTagColor\n vendorSubscription {\n typename: __typename\n id\n path\n }\n callbackUrl\n vendorId\n createdAt\n lastSyncedAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OrganizationDetailsTable", + "name": "OrganizationDetailsTable", + "type": "query", + "body": "query OrganizationDetailsTable($id: ID!) {\n organization(id: $id) {\n name\n cell\n createdAt\n discardedAt\n live\n viewAs\n opsHub\n __typename\n }\n displayColumns(resource: organization, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OrganizationEmailLogo", + "name": "OrganizationEmailLogo", + "type": "query", + "body": "query OrganizationEmailLogo {\n currentOrganization {\n id\n emailLogoUrl\n canUpdate\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OrganizationListView", + "name": "OrganizationListView", + "type": "query", + "body": "query OrganizationListView($name: String, $showDeleted: Boolean, $creationSource: String, $live: Boolean, $cell: String, $activeProductTypes: [String!], $organizationId: String, $first: Int, $after: String, $last: Int, $before: String) {\n organizations(\n name: $name\n showDeleted: $showDeleted\n creationSource: $creationSource\n live: $live\n cell: $cell\n activeProductTypes: $activeProductTypes\n organizationId: $organizationId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...OrganizationList\n __typename\n }\n}\n\nfragment OrganizationList on OrganizationConnection {\n edges {\n node {\n typename: __typename\n name\n cell\n createdAt\n discardedAt\n live\n viewAs\n opsHub\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/OrganizationsHome", + "name": "OrganizationsHome", + "type": "query", + "body": "query OrganizationsHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $live: Boolean, $cell: String, $activeProductTypes: [String!], $showDeleted: Boolean, $creationSource: String, $organizationId: String) {\n organizations(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n cell: $cell\n live: $live\n activeProductTypes: $activeProductTypes\n showDeleted: $showDeleted\n creationSource: $creationSource\n organizationId: $organizationId\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n name\n createdAt\n discardedAt\n live\n cell\n path\n viewAs\n opsHub\n products {\n productType\n status\n liveMode\n __typename\n }\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n adminCitibankDemoBusinessIncOrganization {\n id\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentActionDetailsTable", + "name": "PaymentActionDetailsTable", + "type": "query", + "body": "query PaymentActionDetailsTable($id: ID!) {\n paymentAction(id: $id) {\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n id\n path\n prettyType\n prettyPaymentType\n prettyAmount\n actionable {\n ... on PaymentOrder {\n typename: __typename\n id\n path\n }\n ... on ExpectedPayment {\n typename: __typename\n id\n path\n }\n __typename\n }\n actionableType\n payee\n checkNumber\n originatingAccountNumber\n originatingPartyName\n originatingPartyAddress {\n typename: __typename\n id\n full\n }\n originatingAccountNumberType\n originatingRoutingNumber\n originatingRoutingType\n originatingPartyBankName\n originatingPartyBankAddress {\n typename: __typename\n id\n full\n }\n receivingPartyAddress {\n typename: __typename\n id\n full\n }\n createdAt\n updatedAt\n __typename\n }\n displayColumns(resource: payment_action, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentActionListView", + "name": "PaymentActionListView", + "type": "query", + "body": "query PaymentActionListView($id: ID, $statuses: [PaymentAction__StatusEnum!], $types: [PaymentAction__TypeEnum!], $actionableId: ID, $first: Int, $after: String, $last: Int, $before: String) {\n paymentActions(\n id: $id\n statuses: $statuses\n types: $types\n actionableId: $actionableId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...PaymentActionList\n __typename\n }\n}\n\nfragment PaymentActionList on PaymentActionConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n id\n prettyType\n prettyPaymentType\n prettyAmount\n actionable {\n ... on PaymentOrder {\n typename: __typename\n id\n path\n }\n ... on ExpectedPayment {\n typename: __typename\n id\n path\n }\n __typename\n }\n actionableType\n payee\n checkNumber\n originatingAccountNumber\n originatingPartyName\n originatingPartyAddress {\n typename: __typename\n id\n full\n }\n originatingAccountNumberType\n originatingRoutingNumber\n originatingRoutingType\n originatingPartyBankName\n originatingPartyBankAddress {\n typename: __typename\n id\n full\n }\n receivingPartyAddress {\n typename: __typename\n id\n full\n }\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentActionView", + "name": "PaymentActionView", + "type": "query", + "body": "query PaymentActionView($id: ID!) {\n paymentAction(id: $id) {\n statusIndicator\n prettyStatus\n prettyAmount\n isCancellable\n actionable {\n ... on PaymentOrder {\n id\n __typename\n }\n ... on ExpectedPayment {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentActionsHome", + "name": "PaymentActionsHome", + "type": "query", + "body": "query PaymentActionsHome($id: ID, $statuses: [PaymentAction__StatusEnum!], $types: [PaymentAction__TypeEnum!], $actionableId: ID) {\n paymentActions(\n id: $id\n statuses: $statuses\n types: $types\n actionableId: $actionableId\n ) {\n ...PaymentActionList\n __typename\n }\n}\n\nfragment PaymentActionList on PaymentActionConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n id\n prettyType\n prettyPaymentType\n prettyAmount\n actionable {\n ... on PaymentOrder {\n typename: __typename\n id\n path\n }\n ... on ExpectedPayment {\n typename: __typename\n id\n path\n }\n __typename\n }\n actionableType\n payee\n checkNumber\n originatingAccountNumber\n originatingPartyName\n originatingPartyAddress {\n typename: __typename\n id\n full\n }\n originatingAccountNumberType\n originatingRoutingNumber\n originatingRoutingType\n originatingPartyBankName\n originatingPartyBankAddress {\n typename: __typename\n id\n full\n }\n receivingPartyAddress {\n typename: __typename\n id\n full\n }\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentCutoffTimes", + "name": "PaymentCutoffTimes", + "type": "query", + "body": "query PaymentCutoffTimes($vendorId: VendorIdEnum!, $paymentType: String!, $priority: String) {\n paymentCutoffTimes(\n vendorId: $vendorId\n paymentType: $paymentType\n priority: $priority\n ) {\n timeZone\n cutoffTimes\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentEmbeddableFlowDemo", + "name": "PaymentEmbeddableFlowDemo", + "type": "query", + "body": "query PaymentEmbeddableFlowDemo($id: ID!) {\n paymentFlow(id: $id) {\n id\n clientToken\n amount\n currency\n direction\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderDetailsTable", + "name": "PaymentOrderDetailsTable", + "type": "query", + "body": "query PaymentOrderDetailsTable($id: ID!) {\n paymentOrder(id: $id) {\n externalId\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n entityLinkCount\n failureReason\n id\n path\n prettyAmount\n description\n prettyType\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n receivingEntity {\n ... on ExternalAccount {\n typename: __typename\n id\n path\n }\n ... on InternalAccount {\n typename: __typename\n id\n path\n }\n __typename\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n waitingOn\n paymentSubtype\n prettyPriority\n prettyDirection\n prettyPaymentCurrency\n prettyBaseCurrency\n prettyTargetCurrency\n effectiveDate\n processAfter\n statementDescriptor\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n remittanceInformation\n originatingPartyName\n sendRemittanceAdvice\n prettyForeignExchangeIndicator\n nsfProtected\n bulkImport {\n typename: __typename\n id\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n endToEndId\n templateVersion {\n typename: __typename\n id\n prettyName\n path\n }\n prettyRate\n prettyTargetAmount\n prettyChargeBearer\n stampedReceivingEntityName\n __typename\n }\n displayColumns(resource: payment_order, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderForm", + "name": "PaymentOrderForm", + "type": "query", + "body": "query PaymentOrderForm($originatingAccountId: ID!, $receivingAccountId: ID!) {\n internalAccount(id: $originatingAccountId) {\n id\n currency\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n ledger {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n receivingEntity(id: $receivingAccountId) {\n __typename\n ... on ExternalAccount {\n id\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n ledger {\n id\n name\n __typename\n }\n __typename\n }\n counterparty {\n id\n accountingCategory {\n id\n __typename\n }\n accountingLedgerClass {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n ... on InternalAccount {\n id\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n ledger {\n id\n name\n __typename\n }\n __typename\n }\n counterparty {\n id\n accountingCategory {\n id\n __typename\n }\n accountingLedgerClass {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderFormContainerPermissions", + "name": "PaymentOrderFormContainerPermissions", + "type": "query", + "body": "query PaymentOrderFormContainerPermissions {\n abilities {\n Template {\n canRead\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderFormContainerTemplate", + "name": "PaymentOrderFormContainerTemplate", + "type": "query", + "body": "query PaymentOrderFormContainerTemplate($id: ID!) {\n template(id: $id) {\n id\n currentTemplateVersionName\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderFormTemplate", + "name": "PaymentOrderFormTemplate", + "type": "query", + "body": "query PaymentOrderFormTemplate($id: ID!) {\n template(id: $id) {\n id\n currentTemplateVersion {\n id\n name\n description\n fields {\n typename: __typename\n ... on PaymentOrderTemplateVersionFields {\n ...paymentOrderTemplateVersionFields\n __typename\n }\n }\n __typename\n }\n __typename\n }\n}\n\nfragment paymentOrderTemplateVersionFields on PaymentOrderTemplateVersionFields {\n direction {\n default\n editable\n required\n visible\n __typename\n }\n originatingAccountId {\n default\n editable\n required\n visible\n __typename\n }\n receivingEntityId {\n default\n editable\n required\n visible\n __typename\n }\n foreignExchangeIndicator {\n default\n editable\n required\n visible\n __typename\n }\n paymentType {\n default\n editable\n required\n visible\n __typename\n }\n currency {\n default\n editable\n required\n visible\n __typename\n }\n amount {\n default\n editable\n required\n visible\n validations {\n ... on TemplateValidationBetween {\n operator\n rangeStart\n rangeEnd\n __typename\n }\n __typename\n }\n __typename\n }\n paymentSubtype {\n default\n editable\n required\n visible\n __typename\n }\n statementDescriptor {\n default\n editable\n required\n visible\n __typename\n }\n remittanceInformation {\n default\n editable\n required\n visible\n __typename\n }\n originatingPartyName {\n default\n editable\n required\n visible\n __typename\n }\n description {\n default\n editable\n required\n visible\n __typename\n }\n lineItems {\n default\n editable\n required\n visible\n __typename\n }\n ledgerTransactions {\n default\n editable\n required\n visible\n __typename\n }\n purpose {\n default\n editable\n required\n visible\n __typename\n }\n metadataJson {\n default\n editable\n required\n visible\n __typename\n }\n priority {\n default\n editable\n required\n visible\n __typename\n }\n metadata {\n default\n editable\n required\n visible\n __typename\n }\n chargeBearer {\n default\n editable\n required\n visible\n __typename\n }\n prettyAmount\n originatingAccountCurrency\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderListView", + "name": "PaymentOrderListView", + "type": "query", + "body": "query PaymentOrderListView($statuses: [PaymentOrder__StatusEnum!], $typeWithPriority: PaymentTypeWithPriorityEnum, $direction: String, $amount: AmountFilterInput, $description: String, $effectiveDate: DateFilterInput, $processAfter: DateTimeFilterInput, $createdAt: DateTimeFilterInput, $ledgerSyncStatus: String, $counterpartyId: ID, $originatingAccountIds: [ID!], $metadata: JSON, $transactionId: ID, $currency: CurrencyEnum, $referenceNumber: String, $id: ID, $batchId: ID, $shortBatchId: ID, $invoiceId: ID, $bulkRequestId: ID, $includeFutureApprovals: String, $entityLinkCount: AmountFilterInput, $connectionId: ID, $templateIds: [ID!], $first: Int, $after: String, $last: Int, $before: String) {\n paymentOrders(\n statuses: $statuses\n typeWithPriority: $typeWithPriority\n direction: $direction\n amount: $amount\n description: $description\n effectiveDate: $effectiveDate\n processAfter: $processAfter\n createdAt: $createdAt\n ledgerSyncStatus: $ledgerSyncStatus\n counterpartyId: $counterpartyId\n originatingAccountIds: $originatingAccountIds\n metadata: $metadata\n transactionId: $transactionId\n currency: $currency\n referenceNumber: $referenceNumber\n id: $id\n batchId: $batchId\n shortBatchId: $shortBatchId\n invoiceId: $invoiceId\n bulkRequestId: $bulkRequestId\n includeFutureApprovals: $includeFutureApprovals\n entityLinkCount: $entityLinkCount\n connectionId: $connectionId\n templateIds: $templateIds\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...PaymentOrderList\n __typename\n }\n}\n\nfragment PaymentOrderList on PaymentOrderConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n expectedCompletedAt\n entityLinkCount\n failureReason\n id\n beneficiaryName\n prettyAmount\n description\n prettyType\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n receivingEntity {\n ... on ExternalAccount {\n typename: __typename\n id\n path\n }\n ... on InternalAccount {\n typename: __typename\n id\n path\n }\n __typename\n }\n waitingOn\n paymentSubtype\n prettyPriority\n prettyDirection\n currency\n prettyPaymentCurrency\n prettyBaseCurrency\n prettyTargetCurrency\n effectiveDate\n processAfter\n statementDescriptor\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n remittanceInformation\n originatingPartyName\n sendRemittanceAdvice\n prettyForeignExchangeIndicator\n nsfProtected\n bulkImport {\n typename: __typename\n id\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n endToEndId\n templateVersion {\n typename: __typename\n id\n prettyName\n path\n }\n direction\n prettyRate\n prettyTargetAmount\n prettyChargeBearer\n unreconciledAmount\n stampedReceivingEntityName\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderReportsView", + "name": "PaymentOrderReportsView", + "type": "query", + "body": "query PaymentOrderReportsView($first: Int, $after: String, $last: Int, $before: String, $status: PaymentOrder__StatusEnum, $type: PaymentTypeEnum, $direction: String, $amount: AmountFilterInput, $description: String, $effectiveDate: DateFilterInput, $createdAt: DateTimeFilterInput, $counterpartyId: ID, $originatingAccountIds: [ID!] = [], $metadata: JSON, $currency: CurrencyEnum) {\n paymentOrders(\n first: $first\n after: $after\n last: $last\n before: $before\n status: $status\n type: $type\n direction: $direction\n amount: $amount\n description: $description\n effectiveDate: $effectiveDate\n createdAt: $createdAt\n counterpartyId: $counterpartyId\n originatingAccountIds: $originatingAccountIds\n metadata: $metadata\n currency: $currency\n ) {\n ...PaymentOrderList\n __typename\n }\n}\n\nfragment PaymentOrderList on PaymentOrderConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n expectedCompletedAt\n entityLinkCount\n failureReason\n id\n beneficiaryName\n prettyAmount\n description\n prettyType\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n receivingEntity {\n ... on ExternalAccount {\n typename: __typename\n id\n path\n }\n ... on InternalAccount {\n typename: __typename\n id\n path\n }\n __typename\n }\n waitingOn\n paymentSubtype\n prettyPriority\n prettyDirection\n currency\n prettyPaymentCurrency\n prettyBaseCurrency\n prettyTargetCurrency\n effectiveDate\n processAfter\n statementDescriptor\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n remittanceInformation\n originatingPartyName\n sendRemittanceAdvice\n prettyForeignExchangeIndicator\n nsfProtected\n bulkImport {\n typename: __typename\n id\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n endToEndId\n templateVersion {\n typename: __typename\n id\n prettyName\n path\n }\n direction\n prettyRate\n prettyTargetAmount\n prettyChargeBearer\n unreconciledAmount\n stampedReceivingEntityName\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTemplatePreviewLoader", + "name": "PaymentOrderTemplatePreviewLoader", + "type": "query", + "body": "query PaymentOrderTemplatePreviewLoader($id: ID!) {\n template(id: $id) {\n currentTemplateVersion {\n id\n status\n __typename\n }\n templateVersions {\n id\n versionNumber\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTemplateVersionDiffLoader", + "name": "PaymentOrderTemplateVersionDiffLoader", + "type": "query", + "body": "query PaymentOrderTemplateVersionDiffLoader($templateVersionId: ID, $templateId: ID) {\n templateVersionsCurrAndPrev(\n templateVersionId: $templateVersionId\n templateId: $templateId\n ) {\n currentVersion {\n id\n description\n name\n fields {\n ...paymentOrderTemplateVersionFields\n __typename\n }\n versionNumber\n __typename\n }\n previousVersion {\n id\n description\n name\n fields {\n ...paymentOrderTemplateVersionFields\n __typename\n }\n versionNumber\n __typename\n }\n __typename\n }\n}\n\nfragment paymentOrderTemplateVersionFields on PaymentOrderTemplateVersionFields {\n direction {\n default\n editable\n required\n visible\n __typename\n }\n originatingAccountId {\n default\n editable\n required\n visible\n __typename\n }\n receivingEntityId {\n default\n editable\n required\n visible\n __typename\n }\n foreignExchangeIndicator {\n default\n editable\n required\n visible\n __typename\n }\n paymentType {\n default\n editable\n required\n visible\n __typename\n }\n currency {\n default\n editable\n required\n visible\n __typename\n }\n amount {\n default\n editable\n required\n visible\n validations {\n ... on TemplateValidationBetween {\n operator\n rangeStart\n rangeEnd\n __typename\n }\n __typename\n }\n __typename\n }\n paymentSubtype {\n default\n editable\n required\n visible\n __typename\n }\n statementDescriptor {\n default\n editable\n required\n visible\n __typename\n }\n remittanceInformation {\n default\n editable\n required\n visible\n __typename\n }\n originatingPartyName {\n default\n editable\n required\n visible\n __typename\n }\n description {\n default\n editable\n required\n visible\n __typename\n }\n lineItems {\n default\n editable\n required\n visible\n __typename\n }\n ledgerTransactions {\n default\n editable\n required\n visible\n __typename\n }\n purpose {\n default\n editable\n required\n visible\n __typename\n }\n metadataJson {\n default\n editable\n required\n visible\n __typename\n }\n priority {\n default\n editable\n required\n visible\n __typename\n }\n metadata {\n default\n editable\n required\n visible\n __typename\n }\n chargeBearer {\n default\n editable\n required\n visible\n __typename\n }\n prettyAmount\n originatingAccountCurrency\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTemplateVersionView", + "name": "PaymentOrderTemplateVersionView", + "type": "query", + "body": "query PaymentOrderTemplateVersionView($id: ID!) {\n templateVersion(id: $id) {\n id\n template {\n id\n currentTemplateVersion {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTemplateView", + "name": "PaymentOrderTemplateView", + "type": "query", + "body": "query PaymentOrderTemplateView($id: ID!) {\n template(id: $id) {\n id\n createdAt\n description\n discardedAt\n currentTemplateVersionName\n currentTemplateVersionStatus\n updatedAt\n updatedBy\n lastUpdaterId\n templateVersions {\n id\n __typename\n }\n currentTemplateVersion {\n id\n description\n name\n fields {\n ...paymentOrderTemplateVersionFields\n __typename\n }\n prettyStatus\n status\n __typename\n }\n __typename\n }\n abilities {\n Template {\n canCreate\n canDestroy\n canEdit\n __typename\n }\n __typename\n }\n currentUser {\n id\n __typename\n }\n}\n\nfragment paymentOrderTemplateVersionFields on PaymentOrderTemplateVersionFields {\n direction {\n default\n editable\n required\n visible\n __typename\n }\n originatingAccountId {\n default\n editable\n required\n visible\n __typename\n }\n receivingEntityId {\n default\n editable\n required\n visible\n __typename\n }\n foreignExchangeIndicator {\n default\n editable\n required\n visible\n __typename\n }\n paymentType {\n default\n editable\n required\n visible\n __typename\n }\n currency {\n default\n editable\n required\n visible\n __typename\n }\n amount {\n default\n editable\n required\n visible\n validations {\n ... on TemplateValidationBetween {\n operator\n rangeStart\n rangeEnd\n __typename\n }\n __typename\n }\n __typename\n }\n paymentSubtype {\n default\n editable\n required\n visible\n __typename\n }\n statementDescriptor {\n default\n editable\n required\n visible\n __typename\n }\n remittanceInformation {\n default\n editable\n required\n visible\n __typename\n }\n originatingPartyName {\n default\n editable\n required\n visible\n __typename\n }\n description {\n default\n editable\n required\n visible\n __typename\n }\n lineItems {\n default\n editable\n required\n visible\n __typename\n }\n ledgerTransactions {\n default\n editable\n required\n visible\n __typename\n }\n purpose {\n default\n editable\n required\n visible\n __typename\n }\n metadataJson {\n default\n editable\n required\n visible\n __typename\n }\n priority {\n default\n editable\n required\n visible\n __typename\n }\n metadata {\n default\n editable\n required\n visible\n __typename\n }\n chargeBearer {\n default\n editable\n required\n visible\n __typename\n }\n prettyAmount\n originatingAccountCurrency\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTemplateViewLoader", + "name": "PaymentOrderTemplateViewLoader", + "type": "query", + "body": "query PaymentOrderTemplateViewLoader($id: ID!) {\n template(id: $id) {\n id\n currentTemplateVersion {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTemplateViewTemplateVersion", + "name": "PaymentOrderTemplateViewTemplateVersion", + "type": "query", + "body": "query PaymentOrderTemplateViewTemplateVersion($id: ID!) {\n templateVersion(id: $id) {\n id\n description\n name\n fields {\n ...paymentOrderTemplateVersionFields\n __typename\n }\n __typename\n }\n}\n\nfragment paymentOrderTemplateVersionFields on PaymentOrderTemplateVersionFields {\n direction {\n default\n editable\n required\n visible\n __typename\n }\n originatingAccountId {\n default\n editable\n required\n visible\n __typename\n }\n receivingEntityId {\n default\n editable\n required\n visible\n __typename\n }\n foreignExchangeIndicator {\n default\n editable\n required\n visible\n __typename\n }\n paymentType {\n default\n editable\n required\n visible\n __typename\n }\n currency {\n default\n editable\n required\n visible\n __typename\n }\n amount {\n default\n editable\n required\n visible\n validations {\n ... on TemplateValidationBetween {\n operator\n rangeStart\n rangeEnd\n __typename\n }\n __typename\n }\n __typename\n }\n paymentSubtype {\n default\n editable\n required\n visible\n __typename\n }\n statementDescriptor {\n default\n editable\n required\n visible\n __typename\n }\n remittanceInformation {\n default\n editable\n required\n visible\n __typename\n }\n originatingPartyName {\n default\n editable\n required\n visible\n __typename\n }\n description {\n default\n editable\n required\n visible\n __typename\n }\n lineItems {\n default\n editable\n required\n visible\n __typename\n }\n ledgerTransactions {\n default\n editable\n required\n visible\n __typename\n }\n purpose {\n default\n editable\n required\n visible\n __typename\n }\n metadataJson {\n default\n editable\n required\n visible\n __typename\n }\n priority {\n default\n editable\n required\n visible\n __typename\n }\n metadata {\n default\n editable\n required\n visible\n __typename\n }\n chargeBearer {\n default\n editable\n required\n visible\n __typename\n }\n prettyAmount\n originatingAccountCurrency\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTemplates", + "name": "PaymentOrderTemplates", + "type": "query", + "body": "query PaymentOrderTemplates($first: Int, $after: String, $last: Int, $before: String, $name: String, $status: [TemplateVersion__StatusEnum!]) {\n templates(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n status: $status\n ) {\n edges {\n node {\n id\n currentTemplateVersionName\n currentTemplateVersionStatus\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTemplatesHome", + "name": "PaymentOrderTemplatesHome", + "type": "query", + "body": "query PaymentOrderTemplatesHome($first: Int, $after: String, $last: Int, $before: String, $showDeleted: String, $name: String) {\n templates(\n first: $first\n after: $after\n last: $last\n before: $before\n showDeleted: $showDeleted\n name: $name\n ) {\n edges {\n node {\n id\n __typename\n }\n __typename\n }\n ...TemplateList\n __typename\n }\n}\n\nfragment TemplateList on TemplateConnection {\n edges {\n node {\n typename: __typename\n id\n currentTemplateVersionName\n prettyStatus\n statusIndicator\n prettyStatus\n statusIndicatorVerbose\n description\n createdAt\n updatedAt\n updatedBy\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTemplatesHomePermissions", + "name": "PaymentOrderTemplatesHomePermissions", + "type": "query", + "body": "query PaymentOrderTemplatesHomePermissions {\n abilities {\n Template {\n canCreate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderTimelines", + "name": "PaymentOrderTimelines", + "type": "query", + "body": "query PaymentOrderTimelines($first: Int, $after: String, $last: Int, $before: String, $paymentOrderId: ID!, $timelineType: TimelineEnum) {\n relatedRecordsAreArchived(\n resourceType: \"PaymentOrder\"\n resourceId: $paymentOrderId\n archivedRecordType: \"AuditRecord\"\n )\n currentOrganization {\n currentLiveMode\n __typename\n }\n paymentOrderTimelines(\n first: $first\n after: $after\n last: $last\n before: $before\n paymentOrderId: $paymentOrderId\n timelineType: $timelineType\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n timelineType\n name\n prettyType\n prettyDetail\n entityId\n eventTime\n actorType\n actor\n path\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderVendorSubscriptionStatus", + "name": "PaymentOrderVendorSubscriptionStatus", + "type": "query", + "body": "query PaymentOrderVendorSubscriptionStatus($id: ID!, $status: VendorSubscriptionStatusEnum) {\n vendorSubscriptionStatus(paymentOrderId: $id, status: $status, current: true) {\n id\n message\n status\n startedAt\n vendorSubscription {\n id\n connection {\n id\n bestName\n __typename\n }\n __typename\n }\n possibleStuckPoStatuses\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrderView", + "name": "PaymentOrderView", + "type": "query", + "body": "query PaymentOrderView($id: ID!) {\n paymentOrder(id: $id) {\n ...paymentOrder\n accountName\n counterparty {\n id\n email\n path\n name\n __typename\n }\n paymentType\n paymentSubtype\n priority\n receivingAccountId\n prettyPriority\n currency\n statementDescriptor\n lastUpdaterId\n endToEndId\n purpose\n lastUpdaterId\n creationSource\n entityLinkCount\n accountingCategory {\n id\n name\n __typename\n }\n accountingLedgerClass {\n id\n name\n __typename\n }\n remittanceInformation\n originatingPartyName\n sendRemittanceAdvice\n prettyForeignExchangeIndicator\n foreignExchangeIndicator\n nsfProtected\n createdAt\n originatingAccountId\n originatingAccount {\n id\n longName\n currency\n __typename\n }\n direction\n status\n statusIndicator\n statusIndicatorDescriptor\n failureReason\n sentence\n metadata\n transactions {\n ...transaction\n direction\n accountLongName\n __typename\n }\n paymentActions {\n id\n __typename\n }\n ledgerTransaction {\n id\n __typename\n }\n currentPaymentOrderAttempt {\n id\n paymentOrderBatch {\n id\n fileNameOrId\n startedProcessingAt\n __typename\n }\n safeReceivingAccountNumber\n receivingRoutingNumber\n receivingAddress\n receivingPartyBankName\n receivingPartyName\n paymentReferences {\n id\n createdAt\n referenceNumber\n referenceNumberType\n __typename\n }\n expectedSentAt\n expectedCompletedAt\n __typename\n }\n receivingEntity {\n typename: __typename\n ... on ExternalAccount {\n id\n path\n name\n counterparty {\n id\n email\n path\n name\n __typename\n }\n accountDetails {\n id\n accountNumberType\n accountNumber\n parentAccountType\n __typename\n }\n __typename\n }\n ... on InternalAccount {\n id\n path\n accountDetails {\n id\n accountNumberType\n accountNumber\n parentAccountType\n __typename\n }\n counterparty {\n id\n email\n path\n name\n __typename\n }\n __typename\n }\n }\n returns {\n id\n __typename\n }\n reversals {\n id\n __typename\n }\n review {\n user {\n id\n __typename\n }\n __typename\n }\n reviewers {\n id\n action\n group {\n id\n name\n path\n __typename\n }\n groups {\n id\n name\n __typename\n }\n userId\n canReviewAsGroups {\n id\n name\n __typename\n }\n user {\n id\n name\n path\n __typename\n }\n actionTime\n userIdsReviewedSamePriority\n __typename\n }\n isCancellable\n isRedraftable\n isReversable\n isDuplicable\n isFailable\n isStoppable\n canUpdate\n canUndoReview\n adminOverrideReviewer {\n id\n action\n actionTime\n group {\n id\n name\n __typename\n }\n user {\n id\n name\n path\n __typename\n }\n __typename\n }\n templateVersion {\n id\n name\n templateId\n current\n __typename\n }\n chargeBearer\n __typename\n }\n currentUser {\n id\n __typename\n }\n bulkImport(entityId: $id, entityType: \"PaymentOrder\") {\n id\n createdAt\n __typename\n }\n}\n\nfragment paymentOrder on PaymentOrder {\n id\n prettyAmount\n description\n beneficiaryName\n effectiveDate\n prettyType\n prettyStatus\n accountShort\n path\n __typename\n}\n\nfragment transaction on Transaction {\n id\n prettyAmount\n description\n asOfDate\n path\n posted\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrdersForAssociatedEntity", + "name": "PaymentOrdersForAssociatedEntity", + "type": "query", + "body": "query PaymentOrdersForAssociatedEntity($first: Int, $after: String, $last: Int, $before: String, $counterpartyId: ID, $ruleId: ID, $externalAccountId: ID, $sweepRuleId: ID, $invoiceId: ID, $status: PaymentOrder__StatusEnum, $direction: String, $typeWithPriority: PaymentTypeWithPriorityEnum, $metadata: JSON, $originatingAccountIds: [ID!], $amount: AmountFilterInput, $effectiveDate: DateFilterInput) {\n paymentOrders(\n first: $first\n after: $after\n last: $last\n before: $before\n counterpartyId: $counterpartyId\n ruleId: $ruleId\n sweepRuleId: $sweepRuleId\n externalAccountId: $externalAccountId\n invoiceId: $invoiceId\n status: $status\n direction: $direction\n typeWithPriority: $typeWithPriority\n metadata: $metadata\n originatingAccountIds: $originatingAccountIds\n amount: $amount\n effectiveDate: $effectiveDate\n ) {\n ...PaymentOrderList\n __typename\n }\n}\n\nfragment PaymentOrderList on PaymentOrderConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n expectedCompletedAt\n entityLinkCount\n failureReason\n id\n beneficiaryName\n prettyAmount\n description\n prettyType\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n receivingEntity {\n ... on ExternalAccount {\n typename: __typename\n id\n path\n }\n ... on InternalAccount {\n typename: __typename\n id\n path\n }\n __typename\n }\n waitingOn\n paymentSubtype\n prettyPriority\n prettyDirection\n currency\n prettyPaymentCurrency\n prettyBaseCurrency\n prettyTargetCurrency\n effectiveDate\n processAfter\n statementDescriptor\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n remittanceInformation\n originatingPartyName\n sendRemittanceAdvice\n prettyForeignExchangeIndicator\n nsfProtected\n bulkImport {\n typename: __typename\n id\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n endToEndId\n templateVersion {\n typename: __typename\n id\n prettyName\n path\n }\n direction\n prettyRate\n prettyTargetAmount\n prettyChargeBearer\n unreconciledAmount\n stampedReceivingEntityName\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrdersHome", + "name": "PaymentOrdersHome", + "type": "query", + "body": "query PaymentOrdersHome($first: Int, $after: String, $last: Int, $before: String, $statuses: [PaymentOrder__StatusEnum!], $typeWithPriority: PaymentTypeWithPriorityEnum, $direction: String, $amount: AmountFilterInput, $description: String, $effectiveDate: DateFilterInput, $createdAt: DateTimeFilterInput, $processAfter: DateTimeFilterInput, $ledgerSyncStatus: String, $counterpartyId: ID, $originatingAccountIds: [ID!], $metadata: JSON, $transactionId: ID, $currency: CurrencyEnum, $referenceNumber: String, $id: ID, $batchId: ID, $shortBatchId: ID, $orderBy: JSON, $bulkRequestId: ID, $invoiceId: ID, $entityId: ID, $entityAType: String, $entityBType: String, $entityLinkCount: AmountFilterInput, $connectionId: ID, $templateIds: [ID!], $includeFutureApprovals: String, $receivingEntityIds: [ID!], $bookTransfer: Boolean) {\n paymentOrders(\n first: $first\n after: $after\n last: $last\n before: $before\n statuses: $statuses\n typeWithPriority: $typeWithPriority\n direction: $direction\n amount: $amount\n description: $description\n effectiveDate: $effectiveDate\n createdAt: $createdAt\n processAfter: $processAfter\n ledgerSyncStatus: $ledgerSyncStatus\n counterpartyId: $counterpartyId\n originatingAccountIds: $originatingAccountIds\n metadata: $metadata\n transactionId: $transactionId\n currency: $currency\n referenceNumber: $referenceNumber\n id: $id\n batchId: $batchId\n shortBatchId: $shortBatchId\n orderBy: $orderBy\n bulkRequestId: $bulkRequestId\n invoiceId: $invoiceId\n entityId: $entityId\n entityAType: $entityAType\n entityBType: $entityBType\n entityLinkCount: $entityLinkCount\n connectionId: $connectionId\n templateIds: $templateIds\n includeFutureApprovals: $includeFutureApprovals\n receivingEntityIds: $receivingEntityIds\n bookTransfer: $bookTransfer\n ) {\n ...PaymentOrderList\n edges {\n node {\n amount\n direction\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment PaymentOrderList on PaymentOrderConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n expectedCompletedAt\n entityLinkCount\n failureReason\n id\n beneficiaryName\n prettyAmount\n description\n prettyType\n originatingAccount {\n typename: __typename\n id\n bestName\n path\n }\n receivingEntity {\n ... on ExternalAccount {\n typename: __typename\n id\n path\n }\n ... on InternalAccount {\n typename: __typename\n id\n path\n }\n __typename\n }\n waitingOn\n paymentSubtype\n prettyPriority\n prettyDirection\n currency\n prettyPaymentCurrency\n prettyBaseCurrency\n prettyTargetCurrency\n effectiveDate\n processAfter\n statementDescriptor\n accountingCategory {\n typename: __typename\n id\n name\n }\n accountingLedgerClass {\n typename: __typename\n id\n name\n }\n remittanceInformation\n originatingPartyName\n sendRemittanceAdvice\n prettyForeignExchangeIndicator\n nsfProtected\n bulkImport {\n typename: __typename\n id\n path\n }\n invoice {\n typename: __typename\n id\n number\n path\n }\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n createdAt\n endToEndId\n templateVersion {\n typename: __typename\n id\n prettyName\n path\n }\n direction\n prettyRate\n prettyTargetAmount\n prettyChargeBearer\n unreconciledAmount\n stampedReceivingEntityName\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrdersMatching", + "name": "PaymentOrdersMatching", + "type": "query", + "body": "query PaymentOrdersMatching($paymentType: String!, $priority: String!, $originatingAccountId: ID!, $receivingEntityId: ID!, $effectiveDate: Date, $amount: BigInt!, $direction: DirectionEnum!, $currency: String!) {\n paymentOrdersMatching(\n paymentType: $paymentType\n priority: $priority\n originatingAccountId: $originatingAccountId\n receivingEntityId: $receivingEntityId\n effectiveDate: $effectiveDate\n amount: $amount\n direction: $direction\n currency: $currency\n ) {\n id\n path\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentOrdersMiniView", + "name": "PaymentOrdersMiniView", + "type": "query", + "body": "query PaymentOrdersMiniView($first: Int, $after: String, $last: Int, $before: String, $counterpartyId: ID, $externalAccountId: ID, $ruleId: ID) {\n paymentOrders(\n first: $first\n after: $after\n last: $last\n before: $before\n counterpartyId: $counterpartyId\n externalAccountId: $externalAccountId\n ruleId: $ruleId\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n ...paymentOrder\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n\nfragment paymentOrder on PaymentOrder {\n id\n prettyAmount\n description\n beneficiaryName\n effectiveDate\n prettyType\n prettyStatus\n accountShort\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentTracker", + "name": "PaymentTracker", + "type": "query", + "body": "query PaymentTracker($id: ID!) {\n paymentTracker(id: $id) {\n status\n late\n complete\n tooltipMessage\n actual\n expected\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentsByStatus", + "name": "PaymentsByStatus", + "type": "query", + "body": "query PaymentsByStatus($effectiveDate: DateFilterInput!, $currency: String!, $entityId: String, $entityType: String) {\n paymentsByStatus(\n effectiveDate: $effectiveDate\n currency: $currency\n entityId: $entityId\n entityType: $entityType\n ) {\n direction\n status\n total\n prettyTotal\n floatTotal\n currency\n count\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PaymentsOverview", + "name": "PaymentsOverview", + "type": "query", + "body": "query PaymentsOverview {\n abilities {\n PaymentOrder {\n canCreate\n __typename\n }\n FileTransfer {\n canRead\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PermissionSetDetailsTable", + "name": "PermissionSetDetailsTable", + "type": "query", + "body": "query PermissionSetDetailsTable($id: ID!) {\n permissionSet(id: $id) {\n id\n path\n name\n description\n updatedAt\n __typename\n }\n displayColumns(resource: permission_set, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PermissionSetForm", + "name": "PermissionSetForm", + "type": "query", + "body": "query PermissionSetForm($id: ID!) {\n currentOrganization {\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n permissionSet(id: $id) {\n name\n description\n permissionsJson {\n resource\n actions\n includes\n excludes\n __typename\n }\n sharedFiltersJson {\n resource\n actions\n includes\n excludes\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PermissionSetView", + "name": "PermissionSetView", + "type": "query", + "body": "query PermissionSetView($id: ID!) {\n currentUser {\n id\n contextedGroupMemberships {\n id\n name\n path\n __typename\n }\n __typename\n }\n currentOrganization {\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n permissionSet(id: $id) {\n name\n mtManaged\n updateable\n cloneable\n permissions {\n resource\n actions\n includes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n excludes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n __typename\n }\n proposedChange {\n id\n entityType\n prettyEntityType\n entityId\n action\n proposedName\n proposedDescription\n proposedPermissions {\n resource\n actions\n includes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n excludes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n __typename\n }\n createdBy {\n id\n name\n path\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PermissionSetsHome", + "name": "PermissionSetsHome", + "type": "query", + "body": "query PermissionSetsHome($first: Int, $after: String, $last: Int, $before: String, $roleId: ID, $actorSource: String, $permissionSetType: [String!] = []) {\n permissionSets(\n first: $first\n after: $after\n last: $last\n before: $before\n roleId: $roleId\n actorSource: $actorSource\n permissionSetType: $permissionSetType\n ) {\n ...PermissionSetList\n __typename\n }\n}\n\nfragment PermissionSetList on PermissionSetConnection {\n edges {\n node {\n typename: __typename\n mtManaged\n statusIndicator\n statusIndicatorDescriptor\n id\n name\n description\n prettyPermissionsList\n permissionsTagColors\n updatedAt\n type\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PipelineInvocation", + "name": "PipelineInvocation", + "type": "query", + "body": "query PipelineInvocation($id: ID!) {\n pipelineInvocation(id: $id) {\n id\n name\n pipelineName\n statusTagColor\n prettyStatus\n childPipelines {\n typename: __typename\n id\n path\n }\n stepInvocations {\n typename: __typename\n id\n path\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PipelineInvocationDetailsTable", + "name": "PipelineInvocationDetailsTable", + "type": "query", + "body": "query PipelineInvocationDetailsTable($id: ID!) {\n pipelineInvocation(id: $id) {\n id\n path\n pipelineName\n prettyStatus\n statusTagColor\n name\n sidekiqBatchId\n datadogTrace\n pipelineName\n parentPipeline {\n typename: __typename\n id\n path\n }\n delay\n input\n prettyDuration\n createdAt\n updatedAt\n startedAt\n endedAt\n __typename\n }\n displayColumns(resource: pipeline_invocation, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PipelineInvocationListView", + "name": "PipelineInvocationListView", + "type": "query", + "body": "query PipelineInvocationListView($id: [ID!], $statuses: [PipelineEngine__PipelineInvocationStatusEnumType!], $name: String, $pipelineName: String, $parentPipelineId: String, $sidekiqBatchId: String, $createdAt: DateFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n pipelineInvocations(\n id: $id\n statuses: $statuses\n name: $name\n pipelineName: $pipelineName\n parentPipelineId: $parentPipelineId\n sidekiqBatchId: $sidekiqBatchId\n createdAt: $createdAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...PipelineInvocationList\n __typename\n }\n}\n\nfragment PipelineInvocationList on PipelineEngine__PipelineInvocationTypeConnection {\n edges {\n node {\n typename: __typename\n id\n pipelineName\n prettyStatus\n statusTagColor\n name\n sidekiqBatchId\n datadogTrace\n pipelineName\n parentPipeline {\n typename: __typename\n id\n path\n }\n delay\n prettyDuration\n createdAt\n updatedAt\n startedAt\n endedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PollAttemptDetailsTable", + "name": "PollAttemptDetailsTable", + "type": "query", + "body": "query PollAttemptDetailsTable($id: ID!) {\n pollAttempt(id: $id) {\n id\n path\n manual\n status\n statusTagColor\n poller {\n typename: __typename\n id\n path\n }\n createdAt\n discardedAt\n completedAt\n datadogTraces\n id\n datadogLogs\n id\n __typename\n }\n displayColumns(resource: poll_attempt, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PollAttemptListView", + "name": "PollAttemptListView", + "type": "query", + "body": "query PollAttemptListView($id: ID, $manual: String, $statuses: [PollAttemptStatusEnum!], $pollerId: ID, $createdAt: DateTimeFilterInput, $completedAt: DateTimeFilterInput, $showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n pollAttempts(\n id: $id\n manual: $manual\n statuses: $statuses\n pollerId: $pollerId\n createdAt: $createdAt\n completedAt: $completedAt\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...PollAttemptList\n __typename\n }\n}\n\nfragment PollAttemptList on PollAttemptConnection {\n edges {\n node {\n typename: __typename\n id\n manual\n status\n statusTagColor\n poller {\n typename: __typename\n id\n path\n }\n createdAt\n discardedAt\n completedAt\n datadogTraces\n id\n datadogLogs\n id\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PollRequestDetailsTable", + "name": "PollRequestDetailsTable", + "type": "query", + "body": "query PollRequestDetailsTable($id: ID!) {\n pollRequest(id: $id) {\n id\n path\n scheduleId\n status\n statusTagColor\n requestPath\n pattern\n failureReason\n internalAccount {\n typename: __typename\n id\n path\n }\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n interfaceType\n processingAt\n succeededAt\n failedAt\n createdAt\n updatedAt\n datadogTraces\n id\n datadogLogs\n id\n __typename\n }\n displayColumns(resource: poll_request, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PollRequestListView", + "name": "PollRequestListView", + "type": "query", + "body": "query PollRequestListView($scheduleIds: [String!], $connectionId: ID, $connectionEndpointId: ID, $interfaceTypes: [VendorInterfaceTypeEnum!], $statuses: [String!], $path: String, $pattern: String, $createdAt: DateTimeFilterInput, $succeededAt: DateTimeFilterInput, $failedAt: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n pollRequests(\n scheduleIds: $scheduleIds\n connectionId: $connectionId\n connectionEndpointId: $connectionEndpointId\n interfaceTypes: $interfaceTypes\n statuses: $statuses\n path: $path\n pattern: $pattern\n createdAt: $createdAt\n succeededAt: $succeededAt\n failedAt: $failedAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...PollRequestList\n __typename\n }\n}\n\nfragment PollRequestList on PollRequestConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n status\n statusTagColor\n inboundBlobDetailAndFileTransferCount\n requestPath\n pattern\n failureReason\n internalAccount {\n typename: __typename\n id\n path\n }\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n interfaceType\n processingAt\n succeededAt\n failedAt\n createdAt\n updatedAt\n datadogTraces\n id\n datadogLogs\n id\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PollerDetailsTable", + "name": "PollerDetailsTable", + "type": "query", + "body": "query PollerDetailsTable($id: ID!) {\n poller(id: $id) {\n id\n path\n scheduleId\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n processing\n vendorSubscription {\n typename: __typename\n id\n path\n }\n createdAt\n discardedAt\n __typename\n }\n displayColumns(resource: poller, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PollerListView", + "name": "PollerListView", + "type": "query", + "body": "query PollerListView($id: ID, $scheduleIds: [String!], $connectionEndpointId: ID, $createdAt: DateTimeFilterInput, $showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n pollers(\n id: $id\n scheduleIds: $scheduleIds\n connectionEndpointId: $connectionEndpointId\n createdAt: $createdAt\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...PollerList\n __typename\n }\n}\n\nfragment PollerList on PollerConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n processing\n vendorSubscription {\n typename: __typename\n id\n path\n }\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PredicateField", + "name": "PredicateField", + "type": "query", + "body": "query PredicateField($logicalFormKey: LogicalFormKeyEnum!, $modelName: LogicalForm__ModelNameEnum, $resource: ResourceEnum, $includeFieldDetails: Boolean) {\n logicalFormFields(\n logicalFormKey: $logicalFormKey\n modelName: $modelName\n resource: $resource\n includeFieldDetails: $includeFieldDetails\n ) {\n methodName\n camelizeMethodName\n prettyMethodName\n logicalType\n methodReturnFormat\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n operators {\n operatorName\n negate\n prettyOperatorName\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PredicatePaginatedValue", + "name": "PredicatePaginatedValue", + "type": "query", + "body": "query PredicatePaginatedValue($first: Int, $after: String, $last: Int, $before: String, $logicalFormKey: LogicalFormKeyEnum!, $modelName: LogicalForm__ModelNameEnum!, $methodName: LogicalForm__MethodNameEnum!) {\n logicalFormPaginatedValues(\n first: $first\n after: $after\n last: $last\n before: $before\n logicalFormKey: $logicalFormKey\n modelName: $modelName\n methodName: $methodName\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n nodes {\n valueName\n prettyValueName\n prettyValueDescription\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PredicateValue", + "name": "PredicateValue", + "type": "query", + "body": "query PredicateValue($logicalFormKey: LogicalFormKeyEnum!, $modelName: LogicalForm__ModelNameEnum!, $methodName: LogicalForm__MethodNameEnum!, $operatorName: LogicalForm__OperatorEnum!) {\n logicalFormInputType(\n logicalFormKey: $logicalFormKey\n modelName: $modelName\n methodName: $methodName\n operatorName: $operatorName\n ) {\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n paginateInput\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ProcessingWindowsForInternalAccount", + "name": "ProcessingWindowsForInternalAccount", + "type": "query", + "body": "query ProcessingWindowsForInternalAccount($internalAccountId: ID!, $direction: DirectionEnum!, $paymentTypeWithPriority: PaymentTypeWithPriorityEnum!, $currency: CurrencyEnum!, $userTimeZone: String!) {\n processingWindowsForInternalAccount(\n internalAccountId: $internalAccountId\n direction: $direction\n paymentTypeWithPriority: $paymentTypeWithPriority\n currency: $currency\n userTimeZone: $userTimeZone\n ) {\n processingWindows {\n triggerAt\n source\n __typename\n }\n isScheduled\n vendorTimeZone\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/Products", + "name": "Products", + "type": "query", + "body": "query Products($productType: String, $status: String, $first: Int, $after: String, $last: Int, $before: String) {\n products(\n productType: $productType\n status: $status\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n nodes {\n id\n status\n productType\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ProfileHome", + "name": "ProfileHome", + "type": "query", + "body": "query ProfileHome {\n organizationUser {\n createdAt\n user {\n id\n name\n email\n timezone\n __typename\n }\n additionalSecurity {\n auth0Mfa\n __typename\n }\n emailSettings {\n paymentOrderReviewDigest\n paymentOrderReviewDigestEarly\n paymentOrderReviewImmediate\n paymentOrderBatchApprovalReceipt\n counterpartyInvitationCompleted\n securityNotifications\n __typename\n }\n __typename\n }\n currentOrganization {\n canEdit\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ProposedChangeDetailsTable", + "name": "ProposedChangeDetailsTable", + "type": "query", + "body": "query ProposedChangeDetailsTable($id: ID!) {\n proposedChange(id: $id) {\n prettyActionType\n prettyEntityType\n createdAt\n createdBy {\n typename: __typename\n id\n name\n path\n }\n __typename\n }\n displayColumns(resource: proposed_change, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ProposedChangeView", + "name": "ProposedChangeView", + "type": "query", + "body": "query ProposedChangeView($id: ID!) {\n proposedChange(id: $id) {\n id\n discardedAt\n entityType\n entityId\n prettyEntityType\n action\n proposedName\n proposedDescription\n proposedConditionsArray {\n prettyKey\n operator\n prettyValue {\n prettyContent\n __typename\n }\n negate\n __typename\n }\n proposedPermissions {\n resource\n actions\n includes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n excludes {\n camelizeMethodName\n prettyMethodName\n inputType\n enumValues {\n valueName\n prettyValueName\n __typename\n }\n viewOptions {\n selectView {\n groupLabel\n __typename\n }\n filterView {\n icon\n __typename\n }\n __typename\n }\n value\n __typename\n }\n __typename\n }\n proposedRequiredReviewers {\n numberOfReviewers\n conditionalGroups {\n id\n name\n path\n __typename\n }\n __typename\n }\n proposedTcrConditions {\n operator\n value {\n field\n operator\n value\n outerOperator\n __typename\n }\n __typename\n }\n proposedStatus\n proposedTrigger\n proposedPriority\n proposedCategorizationMetadata\n createdBy {\n id\n name\n path\n __typename\n }\n __typename\n }\n currentOrganization {\n admin\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n currentUser {\n id\n contextedGroupMemberships {\n id\n name\n path\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PublishableKeyDetailsTable", + "name": "PublishableKeyDetailsTable", + "type": "query", + "body": "query PublishableKeyDetailsTable($id: ID!) {\n publishableKey(id: $id) {\n id\n path\n name\n key\n prettyDomainAllowlist\n createdAt\n discardedAt\n __typename\n }\n displayColumns(resource: publishable_key, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PublishableKeyListView", + "name": "PublishableKeyListView", + "type": "query", + "body": "query PublishableKeyListView($name: String, $showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n publishableKeys(\n name: $name\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...PublishableKeyList\n __typename\n }\n}\n\nfragment PublishableKeyList on PublishableKeyConnection {\n edges {\n node {\n typename: __typename\n id\n name\n key\n prettyDomainAllowlist\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PublishableKeyView", + "name": "PublishableKeyView", + "type": "query", + "body": "query PublishableKeyView($id: ID!) {\n publishableKey(id: $id) {\n id\n name\n key\n domainAllowlist\n prettyDomainAllowlist\n createdAt\n discardedAt\n path\n editPath\n prettyRateLimit\n __typename\n }\n abilities {\n PublishableKey {\n canUpdate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PublishableKeysDemoSelect", + "name": "PublishableKeysDemoSelect", + "type": "query", + "body": "query PublishableKeysDemoSelect($first: Int, $after: String, $last: Int, $before: String, $name: String, $showDeleted: String) {\n publishableKeys(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n showDeleted: $showDeleted\n ) {\n edges {\n node {\n id\n name\n key\n prettyDomainAllowlist\n __typename\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n }\n abilities {\n PublishableKey {\n canRead\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PublishableKeysHome", + "name": "PublishableKeysHome", + "type": "query", + "body": "query PublishableKeysHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $showDeleted: String) {\n publishableKeys(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n showDeleted: $showDeleted\n ) {\n ...PublishableKeyList\n __typename\n }\n abilities {\n PublishableKey {\n canUpdate\n __typename\n }\n __typename\n }\n}\n\nfragment PublishableKeyList on PublishableKeyConnection {\n edges {\n node {\n typename: __typename\n id\n name\n key\n prettyDomainAllowlist\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/PushToWarehouseHome", + "name": "PushToWarehouseHome", + "type": "query", + "body": "query PushToWarehouseHome($first: Int, $after: String, $last: Int, $before: String) {\n destinations(first: $first, after: $after, last: $last, before: $before) {\n ...DestinationList\n __typename\n }\n}\n\nfragment DestinationList on DestinationConnection {\n edges {\n node {\n typename: __typename\n id\n name\n warehouseVendor\n enabled\n frequency\n lastTransferEndedAt\n database\n schema\n bucketName\n bucketRegion\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/QuickSwitchView", + "name": "QuickSwitchView", + "type": "query", + "body": "query QuickSwitchView {\n quickSwitch {\n sections {\n name\n actions {\n name\n value\n badgeType\n pages {\n name\n value {\n name\n value\n badgeType\n __typename\n }\n badgeType\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/QuoteDetailsTable", + "name": "QuoteDetailsTable", + "type": "query", + "body": "query QuoteDetailsTable($id: ID!) {\n quote(id: $id) {\n id\n path\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n timeRemaining\n expiresAt\n prettyBaseAmount\n prettyRate\n prettyTargetAmount\n effectiveAt\n createdAt\n __typename\n }\n displayColumns(resource: quote, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/QuoteListView", + "name": "QuoteListView", + "type": "query", + "body": "query QuoteListView($internalAccountIds: [String!], $baseCurrency: CurrencyEnum, $targetCurrency: CurrencyEnum, $effectiveAt: DateFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n quotes(\n internalAccountIds: $internalAccountIds\n baseCurrency: $baseCurrency\n targetCurrency: $targetCurrency\n effectiveAt: $effectiveAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...QuoteList\n __typename\n }\n}\n\nfragment QuoteList on QuoteConnection {\n edges {\n node {\n typename: __typename\n id\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n timeRemaining\n expiresAt\n prettyBaseAmount\n prettyRate\n prettyTargetAmount\n effectiveAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/QuoteView", + "name": "QuoteView", + "type": "query", + "body": "query QuoteView($id: ID!) {\n quote(id: $id) {\n metadata\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/QuotesHome", + "name": "QuotesHome", + "type": "query", + "body": "query QuotesHome($first: Int, $after: String, $last: Int, $before: String, $baseCurrency: CurrencyEnum, $targetCurrency: CurrencyEnum, $internalAccountIds: [String!], $effectiveAt: DateFilterInput) {\n quotes(\n first: $first\n after: $after\n last: $last\n before: $before\n baseCurrency: $baseCurrency\n targetCurrency: $targetCurrency\n internalAccountIds: $internalAccountIds\n effectiveAt: $effectiveAt\n ) {\n ...QuoteList\n __typename\n }\n}\n\nfragment QuoteList on QuoteConnection {\n edges {\n node {\n typename: __typename\n id\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n timeRemaining\n expiresAt\n prettyBaseAmount\n prettyRate\n prettyTargetAmount\n effectiveAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReadOrCreateView", + "name": "ReadOrCreateView", + "type": "mutation", + "body": "mutation ReadOrCreateView($input: ReadOrCreateViewInput!) {\n readOrCreateView(input: $input) {\n view {\n id\n name\n viewType\n viewDocuments {\n document\n viewDocumentType\n id\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconConfigDetailsTable", + "name": "ReconConfigDetailsTable", + "type": "query", + "body": "query ReconConfigDetailsTable($id: ID!) {\n reconConfig(id: $id) {\n id\n path\n configType\n vendorId\n transactableType\n role\n paymentType\n direction\n internalAccount {\n typename: __typename\n id\n name\n path\n }\n priority\n intrabank\n burnListPriority\n delayBusinessDays\n ignore\n createdAt\n updatedAt\n disabledAt\n __typename\n }\n displayColumns(resource: recon_config, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconConfigListView", + "name": "ReconConfigListView", + "type": "query", + "body": "query ReconConfigListView($internalAccountIds: [String!], $ignore: Boolean, $first: Int, $after: String, $last: Int, $before: String) {\n reconConfigs(\n internalAccountIds: $internalAccountIds\n ignore: $ignore\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ReconConfigList\n __typename\n }\n}\n\nfragment ReconConfigList on ReconConfigConnection {\n edges {\n node {\n typename: __typename\n id\n configType\n vendorId\n transactableType\n role\n paymentType\n direction\n internalAccount {\n typename: __typename\n id\n name\n path\n }\n priority\n intrabank\n burnListPriority\n delayBusinessDays\n ignore\n createdAt\n updatedAt\n disabledAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconConfigView", + "name": "ReconConfigView", + "type": "query", + "body": "query ReconConfigView($id: ID!) {\n reconConfig(id: $id) {\n id\n configType\n transactableType\n role\n paymentType\n direction\n vendorId\n internalAccount {\n id\n __typename\n }\n priority\n intrabank\n ignore\n delayBusinessDays\n createdAt\n updatedAt\n disabledAt\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationBatches", + "name": "ReconciliationBatches", + "type": "query", + "body": "query ReconciliationBatches($id: [ID!], $internalAccountId: ID, $internalAccountGroupId: ID) {\n reconciliationBatches(\n id: $id\n internalAccountId: $internalAccountId\n internalAccountGroupId: $internalAccountGroupId\n ) {\n edges {\n node {\n id\n status\n internalAccountId\n internalAccountGroupId\n processAt\n createdAt\n startDate\n endDate\n totalTransactionsCount\n processedTransactionsCount\n percentageDone\n sidekiqBatchId\n sidekiqBatchInfo\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationGroupSummaryView", + "name": "ReconciliationGroupSummaryView", + "type": "query", + "body": "query ReconciliationGroupSummaryView($transaction_id: ID!) {\n transaction(id: $transaction_id) {\n id\n reconciliationGroupSummary {\n expectedPaymentCount\n expectedPaymentAmount\n expectedPaymentAmountPretty\n transactionCount\n transactionAmount\n transactionAmountPretty\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationResultView", + "name": "ReconciliationResultView", + "type": "query", + "body": "query ReconciliationResultView($transactionId: ID!) {\n reconciliationResult(transactionId: $transactionId) {\n reconciliationStrategyName\n transactables {\n typename: __typename\n ... on PaymentOrder {\n id\n path\n prettyAmount\n prettyDirection\n __typename\n }\n ... on Reversal {\n id\n path\n paymentOrderAmount\n __typename\n }\n ... on Return {\n id\n path\n amount\n __typename\n }\n ... on ExpectedPayment {\n id\n path\n prettyAmountRange\n __typename\n }\n ... on IncomingPaymentDetail {\n id\n path\n prettyAmount\n prettyDirection\n __typename\n }\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRuleAbility", + "name": "ReconciliationRuleAbility", + "type": "query", + "body": "query ReconciliationRuleAbility {\n abilities {\n ReconciliationRule {\n canUpdate\n canCreate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRuleAsyncSelect", + "name": "ReconciliationRuleAsyncSelect", + "type": "query", + "body": "query ReconciliationRuleAsyncSelect($first: Int, $after: String, $name: String, $previewId: ID, $editingSessionId: ID) {\n reconciliationRules(\n first: $first\n after: $after\n name: $name\n previewId: $previewId\n editingSessionId: $editingSessionId\n ) {\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRuleDetailsTable", + "name": "ReconciliationRuleDetailsTable", + "type": "query", + "body": "query ReconciliationRuleDetailsTable($id: ID!) {\n reconciliationRule(id: $id) {\n id\n path\n edited\n description\n sortableId\n prettyStatus\n statusBadgeColor\n statusIcon\n ruleStrategy\n useNetReconciliation\n prettyAmountVariance\n prettyObjectAGrouping\n createdAt\n updatedAt\n __typename\n }\n displayColumns(resource: reconciliation_rule, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRuleListView", + "name": "ReconciliationRuleListView", + "type": "query", + "body": "query ReconciliationRuleListView($name: String, $description: String, $first: Int, $after: String, $last: Int, $before: String) {\n reconciliationRules(\n name: $name\n description: $description\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ReconciliationRuleList\n __typename\n }\n}\n\nfragment ReconciliationRuleList on ReconciliationRuleConnection {\n edges {\n node {\n typename: __typename\n id\n name\n edited\n description\n sortableId\n prettyStatus\n statusBadgeColor\n statusIcon\n ruleStrategy\n useNetReconciliation\n prettyObjectAGrouping\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRulePreviewLineItemsView", + "name": "ReconciliationRulePreviewLineItemsView", + "type": "query", + "body": "query ReconciliationRulePreviewLineItemsView($first: Int, $after: String, $last: Int, $before: String, $previewTransactionId: ID!) {\n reconciliationRulePreviewLineItems(\n first: $first\n after: $after\n last: $last\n before: $before\n previewTransactionId: $previewTransactionId\n ) {\n ...ReconciliationRulePreviewLineItemList\n __typename\n }\n}\n\nfragment ReconciliationRulePreviewLineItemList on ReconciliationRulePreviewLineItemConnection {\n edges {\n node {\n typename: __typename\n id\n type\n prettyAmount\n description\n reconciliationRule {\n typename: __typename\n id\n name\n path\n }\n expectedPayment {\n typename: __typename\n id\n }\n parentTransaction {\n typename: __typename\n id\n }\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRulePreviewProgress", + "name": "ReconciliationRulePreviewProgress", + "type": "query", + "body": "query ReconciliationRulePreviewProgress($id: ID!) {\n reconciliationRulePreviewCalculateProgress(id: $id) {\n progress\n reconciliationRulePreviewId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRulePreviewSummary", + "name": "ReconciliationRulePreviewSummary", + "type": "query", + "body": "query ReconciliationRulePreviewSummary($id: ID!) {\n reconciliationRulePreviewSummary(id: $id) {\n matchRate\n prettyMatchRate\n totalTransactions\n reconciledTransactions\n unreconciledTransactions\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRulePreviewTransactionDetailsTable", + "name": "ReconciliationRulePreviewTransactionDetailsTable", + "type": "query", + "body": "query ReconciliationRulePreviewTransactionDetailsTable($id: ID!) {\n reconciliationRulePreviewTransaction(id: $id) {\n actualReconciliationStatus\n actualStatusIndicator\n actualReconciliationStatus\n previewReconciliationStatus\n previewStatusIndicator\n previewReconciliationStatus\n asOfDate\n prettyType\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n previewReconciliationRule {\n typename: __typename\n id\n name\n }\n parentTransactionId\n prettyAmount\n vendorId\n vendorCustomerId\n actualReconciliationRule {\n typename: __typename\n id\n name\n path\n }\n __typename\n }\n displayColumns(\n resource: reconciliation_rule_preview_transaction\n viewType: \"details_table\"\n ) {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRulePreviewTransactionListView", + "name": "ReconciliationRulePreviewTransactionListView", + "type": "query", + "body": "query ReconciliationRulePreviewTransactionListView($previewId: ID!, $previewReconciliationStatus: String, $previewReconciliationRuleId: ID, $findTransactionsInput: FindTransactionsInput!, $first: Int, $after: String, $last: Int, $before: String) {\n reconciliationRulePreviewTransactions(\n previewId: $previewId\n previewReconciliationStatus: $previewReconciliationStatus\n previewReconciliationRuleId: $previewReconciliationRuleId\n findTransactionsInput: $findTransactionsInput\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ReconciliationRulePreviewTransactionList\n __typename\n }\n}\n\nfragment ReconciliationRulePreviewTransactionList on ReconciliationRulePreviewTransactionConnection {\n edges {\n node {\n typename: __typename\n id\n actualReconciliationStatus\n actualStatusIndicator\n actualReconciliationStatus\n previewReconciliationStatus\n previewStatusIndicator\n previewReconciliationStatus\n asOfDate\n prettyType\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n description\n previewReconciliationRule {\n typename: __typename\n id\n name\n }\n parentTransactionId\n prettyAmount\n vendorId\n vendorCustomerId\n prettyDirection\n actualReconciliationRule {\n typename: __typename\n id\n name\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRulePreviewTransactionView", + "name": "ReconciliationRulePreviewTransactionView", + "type": "query", + "body": "query ReconciliationRulePreviewTransactionView($id: ID!) {\n reconciliationRulePreviewTransaction(id: $id) {\n parentTransaction {\n id\n internalAccount {\n id\n __typename\n }\n direction\n reconciled\n canUpdate\n posted\n metadata\n prettyAmount\n currency\n description\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRulePreviewTransactionsHome", + "name": "ReconciliationRulePreviewTransactionsHome", + "type": "query", + "body": "query ReconciliationRulePreviewTransactionsHome($first: Int, $after: String, $last: Int, $before: String, $previewId: ID!, $actualReconciliationStatus: String, $previewReconciliationStatus: String, $actualReconciliationRuleId: ID, $previewReconciliationRuleId: ID, $amount: AmountFilterInput, $internalAccountIds: [String!], $currency: CurrencyEnum, $paymentType: String, $counterpartyId: ID, $asOfDate: DateFilterInput, $direction: String, $description: String, $metadata: JSON, $referenceNumber: String, $vendorId: String, $orderBy: JSON) {\n reconciliationRulePreviewTransactions(\n first: $first\n after: $after\n last: $last\n before: $before\n previewId: $previewId\n previewReconciliationStatus: $previewReconciliationStatus\n previewReconciliationRuleId: $previewReconciliationRuleId\n findTransactionsInput: {amount: $amount, internalAccountIds: $internalAccountIds, currency: $currency, paymentType: $paymentType, counterpartyId: $counterpartyId, asOfDate: $asOfDate, direction: $direction, description: $description, metadata: $metadata, referenceNumber: $referenceNumber, vendorId: $vendorId, reconciled: $actualReconciliationStatus, reconciliationRuleId: $actualReconciliationRuleId, orderBy: $orderBy}\n ) {\n ...ReconciliationRulePreviewTransactionList\n __typename\n }\n}\n\nfragment ReconciliationRulePreviewTransactionList on ReconciliationRulePreviewTransactionConnection {\n edges {\n node {\n typename: __typename\n id\n actualReconciliationStatus\n actualStatusIndicator\n actualReconciliationStatus\n previewReconciliationStatus\n previewStatusIndicator\n previewReconciliationStatus\n asOfDate\n prettyType\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n description\n previewReconciliationRule {\n typename: __typename\n id\n name\n }\n parentTransactionId\n prettyAmount\n vendorId\n vendorCustomerId\n prettyDirection\n actualReconciliationRule {\n typename: __typename\n id\n name\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRuleView", + "name": "ReconciliationRuleView", + "type": "query", + "body": "query ReconciliationRuleView($id: ID!) {\n reconciliationRule(id: $id) {\n name\n description\n status\n updatedAt\n filters\n ruleStrategy\n prettyAmountVariance\n prettyFilters {\n operator\n value {\n field\n operator\n value\n outerOperator\n __typename\n }\n __typename\n }\n reconciliationRuleEditingSessionId\n __typename\n }\n abilities {\n ReconciliationRule {\n canUpdate\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationRulesHome", + "name": "ReconciliationRulesHome", + "type": "query", + "body": "query ReconciliationRulesHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $description: String, $status: String, $updatedAt: DateFilterInput, $editingSessionId: ID, $previewId: ID) {\n reconciliationRules(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n description: $description\n status: $status\n updatedAt: $updatedAt\n editingSessionId: $editingSessionId\n previewId: $previewId\n ) {\n ...ReconciliationRuleList\n __typename\n }\n}\n\nfragment ReconciliationRuleList on ReconciliationRuleConnection {\n edges {\n node {\n typename: __typename\n id\n name\n edited\n description\n sortableId\n prettyStatus\n statusBadgeColor\n statusIcon\n ruleStrategy\n useNetReconciliation\n prettyObjectAGrouping\n createdAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationStrategyResult", + "name": "ReconciliationStrategyResult", + "type": "query", + "body": "query ReconciliationStrategyResult($first: Int, $after: String, $last: Int, $before: String, $transactionId: ID!, $strategy: StrategyInput!) {\n reconciliationStrategyResult(\n first: $first\n after: $after\n last: $last\n before: $before\n transactionId: $transactionId\n strategy: $strategy\n ) {\n edges {\n node {\n typename: __typename\n ... on PaymentOrder {\n id\n path\n prettyAmount\n prettyDirection\n __typename\n }\n ... on Reversal {\n id\n path\n paymentOrderAmount\n __typename\n }\n ... on Return {\n id\n path\n amount\n __typename\n }\n ... on IncomingPaymentDetail {\n id\n path\n prettyAmount\n prettyDirection\n __typename\n }\n }\n cursor\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReconciliationSuggestionsView", + "name": "ReconciliationSuggestionsView", + "type": "query", + "body": "query ReconciliationSuggestionsView($first: Int, $after: String, $last: Int, $before: String, $transactionId: ID, $organizationName: String) {\n reconciliationSuggestions(\n first: $first\n after: $after\n last: $last\n before: $before\n transactionId: $transactionId\n organizationName: $organizationName\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n transaction {\n id\n __typename\n }\n transactionPath\n transactableId\n transactablePath\n transactableAmount\n transactableTypePretty\n transactionLineItemType\n actorName\n organizationName\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n canManuallyReconcileTransaction(transactionId: $transactionId)\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RelayTransferAttemptsView", + "name": "RelayTransferAttemptsView", + "type": "query", + "body": "query RelayTransferAttemptsView($relayTransferableId: ID!, $relayTransferableType: String!) {\n relayTransferAttempts: relayTransferAttempts(\n relayTransferableId: $relayTransferableId\n relayTransferableType: $relayTransferableType\n ) {\n edges {\n node {\n id\n relayTransferId\n createdAt\n updatedAt\n status\n fileTransfer {\n ... on FileTransfer {\n id\n filePath\n endpointId\n endpoint {\n ... on Endpoint {\n id\n protocol\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReportDetailsTable", + "name": "ReportDetailsTable", + "type": "query", + "body": "query ReportDetailsTable($id: ID!) {\n report(id: $id) {\n id\n name\n prettyReportType\n prettySchedule\n createdBy\n sharedWith\n updatedAt\n __typename\n }\n displayColumns(resource: report, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReportHeader", + "name": "ReportHeader", + "type": "query", + "body": "query ReportHeader($reportId: ID!) {\n report(id: $reportId) {\n schedule {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReportListView", + "name": "ReportListView", + "type": "query", + "body": "query ReportListView($name: String, $first: Int, $after: String, $last: Int, $before: String) {\n reports(name: $name, first: $first, after: $after, last: $last, before: $before) {\n ...ReportList\n __typename\n }\n}\n\nfragment ReportList on ReportConnection {\n edges {\n node {\n typename: __typename\n id\n name\n prettyReportType\n prettySchedule\n createdBy\n sharedWith\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReportMetricsToBillingProvider", + "name": "ReportMetricsToBillingProvider", + "type": "mutation", + "body": "mutation ReportMetricsToBillingProvider($input: ReportMetricsToBillingProviderInput!) {\n reportMetricsToBillingProvider(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReportScheduleDetails", + "name": "ReportScheduleDetails", + "type": "query", + "body": "query ReportScheduleDetails($reportId: ID!) {\n report(id: $reportId) {\n schedule {\n id\n daysOfWeek\n daysOfMonth\n startDate\n endDate\n every\n interval\n scheduledTime\n timeZone\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReportView", + "name": "ReportView", + "type": "query", + "body": "query ReportView($reportId: ID!) {\n report(id: $reportId) {\n id\n filters\n name\n reportType\n canWrite\n canRead\n __typename\n }\n abilities {\n OrganizationUser {\n canRead\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReportsHome", + "name": "ReportsHome", + "type": "query", + "body": "query ReportsHome($first: Int, $after: String, $last: Int, $before: String, $name: String) {\n reports(first: $first, after: $after, last: $last, before: $before, name: $name) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n prettyReportType\n updatedAt\n createdBy\n name\n path\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RequestLogDetailsTable", + "name": "RequestLogDetailsTable", + "type": "query", + "body": "query RequestLogDetailsTable($id: ID!, $showPiiFieldsRequestBody: Boolean, $showPiiFieldsResponseBody: Boolean) {\n requestLog(\n id: $id\n showPiiFieldsRequestBody: $showPiiFieldsRequestBody\n showPiiFieldsResponseBody: $showPiiFieldsResponseBody\n ) {\n id\n path\n requestPath\n requestMethod\n httpStatus\n apiKey {\n typename: __typename\n id\n name\n path\n }\n eventTime\n liveMode\n entityType\n entityId\n entityPath\n idempotencyKey\n ipAddress\n geoLocation\n requestId\n prettyRequestDuration\n __typename\n }\n displayColumns(resource: request_log, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RequestLogListView", + "name": "RequestLogListView", + "type": "query", + "body": "query RequestLogListView($path: String, $eventTime: DateTimeFilterInput, $requestMethod: String, $idempotencyKey: String, $apiKeyId: String, $responseStatus: String, $first: Int, $after: String, $last: Int, $before: String) {\n requestLogs(\n path: $path\n eventTime: $eventTime\n requestMethod: $requestMethod\n idempotencyKey: $idempotencyKey\n apiKeyId: $apiKeyId\n responseStatus: $responseStatus\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...RequestLogList\n __typename\n }\n}\n\nfragment RequestLogList on RequestLogConnection {\n edges {\n node {\n typename: __typename\n id\n requestPath\n requestMethod\n httpStatus\n apiKey {\n typename: __typename\n id\n name\n path\n }\n eventTime\n liveMode\n entityType\n entityId\n idempotencyKey\n ipAddress\n geoLocation\n requestId\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RequestLogView", + "name": "RequestLogView", + "type": "query", + "body": "query RequestLogView($id: ID!, $showPiiFieldsRequestBody: Boolean, $showPiiFieldsResponseBody: Boolean) {\n requestLog(\n id: $id\n showPiiFieldsRequestBody: $showPiiFieldsRequestBody\n showPiiFieldsResponseBody: $showPiiFieldsResponseBody\n ) {\n path\n requestMethod\n requestPath\n httpStatus\n requestHeaders\n requestBody\n responseHeaders\n responseBody\n requestQueryParams\n prettyRequestDuration\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RequestLogsHome", + "name": "RequestLogsHome", + "type": "query", + "body": "query RequestLogsHome($first: Int, $after: String, $last: Int, $before: String, $path: String, $requestMethod: String, $responseStatus: String, $idempotencyKey: String, $apiKeyId: String, $eventTime: DateTimeFilterInput) {\n currentOrganization {\n currentLiveMode\n __typename\n }\n requestLogs(\n first: $first\n after: $after\n last: $last\n before: $before\n path: $path\n requestMethod: $requestMethod\n responseStatus: $responseStatus\n idempotencyKey: $idempotencyKey\n apiKeyId: $apiKeyId\n eventTime: $eventTime\n ) {\n ...RequestLogList\n __typename\n }\n}\n\nfragment RequestLogList on RequestLogConnection {\n edges {\n node {\n typename: __typename\n id\n requestPath\n requestMethod\n httpStatus\n apiKey {\n typename: __typename\n id\n name\n path\n }\n eventTime\n liveMode\n entityType\n entityId\n idempotencyKey\n ipAddress\n geoLocation\n requestId\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ResendUserInvitation", + "name": "ResendUserInvitation", + "type": "mutation", + "body": "mutation ResendUserInvitation($input: ResendUserInvitationInput!) {\n resendUserInvitation(input: $input) {\n userInvitation {\n ...userInvitation\n __typename\n }\n errors\n __typename\n }\n}\n\nfragment userInvitation on UserInvitation {\n id\n email\n createdAt\n updatedAt\n expiresAt\n status\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ResetSandboxData", + "name": "ResetSandboxData", + "type": "mutation", + "body": "mutation ResetSandboxData($input: ResetSandboxDataInput!) {\n resetSandboxData(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReturnCodes", + "name": "ReturnCodes", + "type": "query", + "body": "query ReturnCodes {\n returnCodes {\n all\n unauthorized\n administrative\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReturnDetailsTable", + "name": "ReturnDetailsTable", + "type": "query", + "body": "query ReturnDetailsTable($id: ID!) {\n return(id: $id) {\n id\n path\n amount\n code\n reason\n prettyRole\n prettyStatus\n createdAt\n type\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n transaction {\n typename: __typename\n id\n path\n }\n additionalInformation\n returnableType\n returnableId\n returnablePath\n safeCorrectedAccountNumber\n correctedRoutingNumber\n correctedTransactionCode\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n auditableData\n __typename\n }\n displayColumns(resource: return, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReturnListView", + "name": "ReturnListView", + "type": "query", + "body": "query ReturnListView($amount: AmountFilterInput, $createdAt: DateTimeFilterInput, $type: String, $counterpartyId: String, $internalAccountIds: [ID!], $virtualAccountNumber: String, $virtualAccountName: String, $code: String, $status: Return__StatusEnum, $role: Return__RoleEnum, $returnReportId: ID, $first: Int, $after: String, $last: Int, $before: String) {\n returns(\n amount: $amount\n createdAt: $createdAt\n type: $type\n counterpartyId: $counterpartyId\n internalAccountIds: $internalAccountIds\n virtualAccountNumber: $virtualAccountNumber\n virtualAccountName: $virtualAccountName\n code: $code\n status: $status\n role: $role\n returnReportId: $returnReportId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ReturnList\n __typename\n }\n}\n\nfragment ReturnList on ReturnConnection {\n edges {\n node {\n typename: __typename\n id\n amount\n code\n reason\n prettyRole\n prettyStatus\n createdAt\n type\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n transaction {\n typename: __typename\n id\n path\n }\n returnableType\n returnableId\n unreconciledAmount\n currency\n direction\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReturnRates", + "name": "ReturnRates", + "type": "query", + "body": "query ReturnRates($dateRange: DateFilterInput!, $entity: ReturnRateEntityEnum!) {\n returnRates(dateRange: $dateRange, entity: $entity) {\n date\n numDebitsOriginatedRolling60\n numDebitsReturnedRolling60\n overallReturnRate\n numUnauthorizedDebitsRolling60\n numAdministrativeReturnsRolling60\n administrativeReturnRate\n unauthorizedReturnRate\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReturnView", + "name": "ReturnView", + "type": "query", + "body": "query ReturnView($id: ID!) {\n return(id: $id) {\n id\n amount\n status\n type\n createdAt\n entityLinkCount\n ledgerTransaction {\n id\n __typename\n }\n __typename\n }\n abilities {\n Event {\n canRead\n __typename\n }\n Organization {\n canEdit\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReturnsForAssociatedEntity", + "name": "ReturnsForAssociatedEntity", + "type": "query", + "body": "query ReturnsForAssociatedEntity($first: Int, $after: String, $last: Int, $before: String, $id: ID, $returnableId: ID, $returnableType: Return__ReturnableTypeEnum) {\n returns(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n returnableId: $returnableId\n returnableType: $returnableType\n ) {\n ...ReturnList\n __typename\n }\n}\n\nfragment ReturnList on ReturnConnection {\n edges {\n node {\n typename: __typename\n id\n amount\n code\n reason\n prettyRole\n prettyStatus\n createdAt\n type\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n transaction {\n typename: __typename\n id\n path\n }\n returnableType\n returnableId\n unreconciledAmount\n currency\n direction\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReturnsHome", + "name": "ReturnsHome", + "type": "query", + "body": "query ReturnsHome($first: Int, $after: String, $last: Int, $before: String, $amount: AmountFilterInput, $createdAt: DateTimeFilterInput, $type: String, $counterpartyId: String, $internalAccountIds: [ID!], $virtualAccountName: String, $virtualAccountNumber: String, $code: String, $status: Return__StatusEnum, $role: Return__RoleEnum, $returnReportId: ID) {\n returns(\n first: $first\n after: $after\n last: $last\n before: $before\n type: $type\n amount: $amount\n createdAt: $createdAt\n counterpartyId: $counterpartyId\n internalAccountIds: $internalAccountIds\n virtualAccountName: $virtualAccountName\n virtualAccountNumber: $virtualAccountNumber\n code: $code\n status: $status\n role: $role\n returnReportId: $returnReportId\n ) {\n ...ReturnList\n __typename\n }\n}\n\nfragment ReturnList on ReturnConnection {\n edges {\n node {\n typename: __typename\n id\n amount\n code\n reason\n prettyRole\n prettyStatus\n createdAt\n type\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n transaction {\n typename: __typename\n id\n path\n }\n returnableType\n returnableId\n unreconciledAmount\n currency\n direction\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReturnsReportsView", + "name": "ReturnsReportsView", + "type": "query", + "body": "query ReturnsReportsView($first: Int, $after: String, $last: Int, $before: String, $amount: AmountFilterInput, $createdAt: DateTimeFilterInput, $counterpartyId: String, $internalAccountIds: [ID!], $type: String, $virtualAccountName: String, $virtualAccountNumber: String, $code: String, $status: Return__StatusEnum, $role: Return__RoleEnum) {\n returns(\n first: $first\n after: $after\n last: $last\n before: $before\n amount: $amount\n createdAt: $createdAt\n counterpartyId: $counterpartyId\n internalAccountIds: $internalAccountIds\n type: $type\n virtualAccountName: $virtualAccountName\n virtualAccountNumber: $virtualAccountNumber\n code: $code\n status: $status\n role: $role\n ) {\n ...ReturnList\n __typename\n }\n}\n\nfragment ReturnList on ReturnConnection {\n edges {\n node {\n typename: __typename\n id\n amount\n code\n reason\n prettyRole\n prettyStatus\n createdAt\n type\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n transaction {\n typename: __typename\n id\n path\n }\n returnableType\n returnableId\n unreconciledAmount\n currency\n direction\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReversalDetailsTable", + "name": "ReversalDetailsTable", + "type": "query", + "body": "query ReversalDetailsTable($id: ID!) {\n reversal(id: $id) {\n id\n path\n originatingAccount {\n typename: __typename\n id\n longName\n path\n }\n prettyAmount\n effectiveDate\n counterparty {\n typename: __typename\n id\n name\n path\n }\n receivingExternalAccount {\n typename: __typename\n id\n name\n path\n }\n receivingInternalAccount {\n typename: __typename\n id\n longName\n path\n }\n prettyStatus\n statusIndicator\n prettyStatus\n statusIndicatorVerbose\n prettyReason\n paymentOrder {\n typename: __typename\n id\n path\n }\n prettyReversalType\n createdAt\n updatedAt\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n __typename\n }\n displayColumns(resource: reversal, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReversalListView", + "name": "ReversalListView", + "type": "query", + "body": "query ReversalListView($amount: AmountFilterInput, $createdAt: DateTimeFilterInput, $internalAccountIds: [ID!], $first: Int, $after: String, $last: Int, $before: String) {\n reversals(\n amount: $amount\n createdAt: $createdAt\n internalAccountIds: $internalAccountIds\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ReversalList\n __typename\n }\n}\n\nfragment ReversalList on ReversalConnection {\n edges {\n node {\n typename: __typename\n id\n originatingAccount {\n typename: __typename\n id\n longName\n path\n }\n prettyAmount\n effectiveDate\n prettyStatus\n statusIndicator\n prettyStatus\n statusIndicatorVerbose\n prettyReason\n paymentOrder {\n typename: __typename\n id\n path\n }\n prettyReversalType\n createdAt\n updatedAt\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReversalView", + "name": "ReversalView", + "type": "query", + "body": "query ReversalView($reversalId: ID!) {\n reversal(id: $reversalId) {\n id\n canUpdate\n metadata\n status\n paymentOrderAttempt {\n id\n prettyAmount\n __typename\n }\n ledgerTransaction {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReversalsHome", + "name": "ReversalsHome", + "type": "query", + "body": "query ReversalsHome($first: Int, $after: String, $last: Int, $before: String, $createdAt: DateTimeFilterInput, $internalAccountIds: [ID!], $amount: AmountFilterInput, $reversalBatchId: ID, $paymentOrderId: ID) {\n reversals(\n first: $first\n after: $after\n last: $last\n before: $before\n createdAt: $createdAt\n internalAccountIds: $internalAccountIds\n amount: $amount\n reversalBatchId: $reversalBatchId\n paymentOrderId: $paymentOrderId\n ) {\n ...ReversalList\n __typename\n }\n}\n\nfragment ReversalList on ReversalConnection {\n edges {\n node {\n typename: __typename\n id\n originatingAccount {\n typename: __typename\n id\n longName\n path\n }\n prettyAmount\n effectiveDate\n prettyStatus\n statusIndicator\n prettyStatus\n statusIndicatorVerbose\n prettyReason\n paymentOrder {\n typename: __typename\n id\n path\n }\n prettyReversalType\n createdAt\n updatedAt\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReversalsSplitView", + "name": "ReversalsSplitView", + "type": "query", + "body": "query ReversalsSplitView($first: Int, $after: String, $last: Int, $before: String, $createdAt: DateTimeFilterInput, $internalAccountIds: [ID!], $amount: AmountFilterInput, $reversalBatchId: ID, $paymentOrderId: ID) {\n reversals(\n first: $first\n after: $after\n last: $last\n before: $before\n createdAt: $createdAt\n internalAccountIds: $internalAccountIds\n amount: $amount\n reversalBatchId: $reversalBatchId\n paymentOrderId: $paymentOrderId\n ) {\n ...ReversalList\n edges {\n node {\n id\n paymentOrder {\n id\n accountName\n unreconciledAmount\n currency\n direction\n __typename\n }\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n\nfragment ReversalList on ReversalConnection {\n edges {\n node {\n typename: __typename\n id\n originatingAccount {\n typename: __typename\n id\n longName\n path\n }\n prettyAmount\n effectiveDate\n prettyStatus\n statusIndicator\n prettyStatus\n statusIndicatorVerbose\n prettyReason\n paymentOrder {\n typename: __typename\n id\n path\n }\n prettyReversalType\n createdAt\n updatedAt\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReverseLedgerTransaction", + "name": "ReverseLedgerTransaction", + "type": "mutation", + "body": "mutation ReverseLedgerTransaction($input: ReverseLedgerTransactionInput!) {\n reverseLedgerTransaction(input: $input) {\n reversalLedgerTransaction {\n id\n description\n effectiveAt\n metadataJson\n status\n externalId\n createdAt\n postedAt\n ledgerId\n reversesLedgerTransactionId\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ReviewReviewables", + "name": "ReviewReviewables", + "type": "mutation", + "body": "mutation ReviewReviewables($input: ReviewReviewablesInput!) {\n reviewReviewables(input: $input) {\n allSucceeded\n errors\n succeededReviewablePath\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RevokeResource", + "name": "RevokeResource", + "type": "mutation", + "body": "mutation RevokeResource($input: RevokeResourceInput!) {\n revokeResource(input: $input) {\n success\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RoleDetailsTable", + "name": "RoleDetailsTable", + "type": "query", + "body": "query RoleDetailsTable($id: ID!, $actorSource: String) {\n role(id: $id, actorSource: $actorSource) {\n id\n path\n name\n description\n updatedAt\n __typename\n }\n displayColumns(resource: role, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RoleForm", + "name": "RoleForm", + "type": "query", + "body": "query RoleForm($id: ID!, $fetchRole: Boolean!) {\n currentOrganization {\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n role(id: $id) @include(if: $fetchRole) {\n name\n description\n permissionSets {\n id\n name\n __typename\n }\n __typename\n }\n permissionSetsUnpaginated(\n actorSource: \"Group\"\n permissionSetType: [\"custom\", \"managed\"]\n ) {\n id\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RoleInternalAccounts", + "name": "RoleInternalAccounts", + "type": "query", + "body": "query RoleInternalAccounts($first: Int, $after: String, $last: Int, $before: String) {\n internalAccounts(first: $first, after: $after, last: $last, before: $before) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n bestName\n path\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RoleView", + "name": "RoleView", + "type": "query", + "body": "query RoleView($id: ID!, $actorSource: String) {\n currentUser {\n id\n contextedGroupMemberships {\n id\n name\n path\n __typename\n }\n __typename\n }\n currentOrganization {\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n role(id: $id, actorSource: $actorSource) {\n name\n mtManaged\n cloneable\n updateable\n deprecatedRoles\n legacy\n proposedChange {\n id\n prettyEntityType\n entityType\n entityId\n action\n proposedName\n proposedDescription\n proposedPermissionSets {\n id\n name\n path\n __typename\n }\n createdBy {\n id\n name\n path\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RolesHome", + "name": "RolesHome", + "type": "query", + "body": "query RolesHome($first: Int, $after: String, $last: Int, $before: String, $actorId: ID, $actorSource: String, $permissionSetId: ID) {\n roles(\n first: $first\n after: $after\n last: $last\n before: $before\n actorId: $actorId\n actorSource: $actorSource\n permissionSetId: $permissionSetId\n ) {\n ...RoleList\n __typename\n }\n}\n\nfragment RoleList on RoleConnection {\n edges {\n node {\n typename: __typename\n mtManaged\n statusIndicator\n statusIndicatorDescriptor\n id\n name\n description\n permissionSets {\n typename: __typename\n id\n name\n path\n }\n updatedAt\n type\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RuleDetailsTable", + "name": "RuleDetailsTable", + "type": "query", + "body": "query RuleDetailsTable($id: ID!) {\n rule(id: $id) {\n prettyResourceType\n createdAt\n updatedAt\n id\n __typename\n }\n displayColumns(resource: rule, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RuleDetailsView", + "name": "RuleDetailsView", + "type": "query", + "body": "query RuleDetailsView($id: ID!) {\n rule(id: $id) {\n showEditInternalAccountsWarning\n requiredReviewers {\n numberOfReviewers\n conditionalGroups {\n id\n name\n path\n __typename\n }\n __typename\n }\n prettyRuleConditionsArray {\n prettyKey\n operator\n prettyValue {\n prettyContent\n __typename\n }\n negate\n __typename\n }\n operator\n __typename\n }\n currentUser {\n id\n __typename\n }\n currentOrganization {\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RuleView", + "name": "RuleView", + "type": "query", + "body": "query RuleView($id: ID!) {\n rule(id: $id) {\n id\n name\n editPath\n canManageRuleInternalAccounts\n resourceType\n createdAt\n productName\n proposedChange {\n id\n entityType\n entityId\n action\n prettyEntityType\n proposedName\n proposedConditionsArray {\n prettyKey\n operator\n prettyValue {\n prettyContent\n __typename\n }\n negate\n __typename\n }\n proposedRequiredReviewers {\n numberOfReviewers\n conditionalGroups {\n id\n name\n path\n __typename\n }\n __typename\n }\n createdBy {\n id\n name\n path\n __typename\n }\n __typename\n }\n __typename\n }\n abilities {\n Rule {\n canUpdate\n __typename\n }\n __typename\n }\n currentUser {\n id\n contextedGroupMemberships {\n id\n name\n path\n __typename\n }\n __typename\n }\n currentOrganization {\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RulesForm", + "name": "RulesForm", + "type": "query", + "body": "query RulesForm {\n groupsUnpaginated {\n id\n name\n __typename\n }\n usersUnpaginated {\n id\n name\n __typename\n }\n internalAccountsUnpaginated {\n id\n longName\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RulesHome", + "name": "RulesHome", + "type": "query", + "body": "query RulesHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $resourceType: RuleResourceTypeEnum!) {\n rules(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n resourceType: $resourceType\n ) {\n ...RuleList\n __typename\n }\n}\n\nfragment RuleList on RuleConnection {\n edges {\n node {\n typename: __typename\n proposedChangeStatus\n statusIndicator\n statusIndicatorDescriptor\n prettyResourceType\n name\n createdAt\n formattedConditions\n approvalGroupNames\n updatedAt\n sortableId\n id\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/RulesHomeAbility", + "name": "RulesHomeAbility", + "type": "query", + "body": "query RulesHomeAbility {\n abilities {\n Rule {\n canRead\n canUpdate\n __typename\n }\n __typename\n }\n currentOrganization {\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SandboxAccountForm", + "name": "SandboxAccountForm", + "type": "query", + "body": "query SandboxAccountForm {\n createSandboxAccountForm {\n connectionIdOptions {\n value\n label\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SandboxSupportedPaymentTypes", + "name": "SandboxSupportedPaymentTypes", + "type": "query", + "body": "query SandboxSupportedPaymentTypes($connectionId: ID!, $currency: CurrencyEnum!) {\n sandboxSupportedPaymentTypes(connectionId: $connectionId, currency: $currency) {\n supportedPaymentTypes {\n paymentType\n directions\n __typename\n }\n defaultPaymentTypes {\n paymentType\n directions\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SavedViewPillText", + "name": "SavedViewPillText", + "type": "query", + "body": "query SavedViewPillText($id: ID!) {\n view(id: $id) {\n id\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SavedViewsDropdown", + "name": "SavedViewsDropdown", + "type": "query", + "body": "query SavedViewsDropdown($resourceType: ResourceEnum!, $name: String) {\n views(\n viewType: list_view\n resourceType: $resourceType\n creationSource: user\n name: $name\n orderBy: {field: name, direction: asc}\n ) {\n edges {\n node {\n ...view\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment view on View {\n id\n name\n viewDocuments {\n id\n document\n viewDocumentType\n __typename\n }\n belongsToUser\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ScheduleWebhookEvent", + "name": "ScheduleWebhookEvent", + "type": "mutation", + "body": "mutation ScheduleWebhookEvent($input: ScheduleWebhookEventInput!) {\n scheduleWebhookEvent(input: $input) {\n webhookEvent {\n id\n eventId\n webhookEndpointId\n createdAt\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SecretDetailsTable", + "name": "SecretDetailsTable", + "type": "query", + "body": "query SecretDetailsTable($id: ID!) {\n operationsSecret(id: $id) {\n id\n name\n secretType\n secretTypeTagColor\n shareable\n shareableTagColor\n createdAt\n updatedAt\n expiresAt\n discardedAt\n __typename\n }\n displayColumns(resource: secret, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SendTestEmail", + "name": "SendTestEmail", + "type": "mutation", + "body": "mutation SendTestEmail($input: SendTestEmailInput!) {\n sendTestEmail(input: $input) {\n successfullySent\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ShareReportModal", + "name": "ShareReportModal", + "type": "query", + "body": "query ShareReportModal($resourceId: ID!, $resourceType: ReportingPermission__ResourceEnum!) {\n reportingPermissions(resourceId: $resourceId, resourceType: $resourceType) {\n ...reportingPermission\n __typename\n }\n}\n\nfragment reportingPermission on ReportingPermission {\n id\n permission\n actor {\n typename: __typename\n ... on OrganizationUser {\n id\n user {\n id\n name\n email\n path\n __typename\n }\n __typename\n }\n ... on Group {\n id\n name\n path\n __typename\n }\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ShareResource", + "name": "ShareResource", + "type": "mutation", + "body": "mutation ShareResource($input: ShareResourceInput!) {\n shareResource(input: $input) {\n success\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SourceInvoice", + "name": "SourceInvoice", + "type": "query", + "body": "query SourceInvoice($id: ID!) {\n invoice(id: $id) {\n id\n number\n currency\n description\n paymentType\n receivingAccountId\n fallbackPaymentMethod\n paymentEffectiveDate\n autoAdvance\n ingestLedgerEntries\n counterparty {\n id\n email\n __typename\n }\n originatingAccount {\n id\n __typename\n }\n dueDate\n lineItems {\n id\n name\n amount\n unitAmountDecimal\n quantity\n description\n direction\n __typename\n }\n counterpartyBillingAddress {\n id\n country: countryCode\n line1\n line2\n locality\n postalCode\n region\n __typename\n }\n counterpartyShippingAddress {\n id\n country: countryCode\n line1\n line2\n locality\n postalCode\n region\n __typename\n }\n invoicerAddress {\n id\n country: countryCode\n line1\n line2\n locality\n postalCode\n region\n __typename\n }\n recipientName\n recipientEmail\n invoicerName\n issuerPhone\n issuerEmail\n csvAttachmentFilename\n csvAttachmentId\n csvLink\n issuerWebsite\n includePaymentFlow\n initiatePayment\n remindAfterOverdueDays\n notificationsEnabled\n notificationEmailAddresses\n virtualAccount {\n id\n fullAccountName\n __typename\n }\n ledgerAccountSettlement {\n id\n amount\n settledLedgerAccount {\n name\n __typename\n }\n contraLedgerAccount {\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SourcePaymentOrder", + "name": "SourcePaymentOrder", + "type": "query", + "body": "query SourcePaymentOrder($id: ID, $templateId: ID) {\n sourcePaymentOrder(id: $id, templateId: $templateId) {\n id\n amount\n prettyAmount\n description\n beneficiaryName\n effectiveDate\n prettyType\n prettyStatus\n accountShort\n path\n paymentType\n paymentSubtype\n purpose\n priority\n foreignExchangeIndicator\n receivingAccountId\n currency\n statementDescriptor\n lineItems {\n id\n amount\n description\n metadata\n accountingCategory {\n id\n name\n __typename\n }\n accountingLedgerClass {\n id\n name\n __typename\n }\n __typename\n }\n accountingCategory {\n id\n name\n __typename\n }\n accountingLedgerClass {\n id\n name\n __typename\n }\n nsfProtected\n remittanceInformation\n originatingPartyName\n originatingAccountId\n originatingAccount {\n id\n longName\n currency\n __typename\n }\n direction\n metadata\n ledgerTransaction {\n id\n description\n ledgerId\n effectiveAt\n metadataJson\n status\n externalId\n amountDecimal\n ledger {\n id\n name\n __typename\n }\n ledgerEntries {\n id\n amountDecimal\n direction\n metadataJson\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n __typename\n }\n __typename\n }\n __typename\n }\n receivingEntity {\n typename: __typename\n ... on ExternalAccount {\n id\n counterparty {\n id\n __typename\n }\n __typename\n }\n ... on InternalAccount {\n id\n __typename\n }\n }\n canRead\n chargeBearer\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/StepInvocation", + "name": "StepInvocation", + "type": "query", + "body": "query StepInvocation($id: ID!) {\n stepInvocation(id: $id) {\n id\n stepName\n statusTagColor\n prettyStatus\n children {\n typename: __typename\n id\n path\n }\n parents {\n typename: __typename\n id\n path\n }\n pipelineInvocation {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/StepInvocationDetailsTable", + "name": "StepInvocationDetailsTable", + "type": "query", + "body": "query StepInvocationDetailsTable($id: ID!) {\n stepInvocation(id: $id) {\n id\n path\n stepName\n prettyStatus\n statusTagColor\n sidekiqBatchId\n sidekiqJobId\n datadogTrace\n stepName\n pipelineInvocation {\n typename: __typename\n id\n path\n }\n definition\n input\n output\n prettyDuration\n createdAt\n updatedAt\n startedAt\n endedAt\n __typename\n }\n displayColumns(resource: step_invocation, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/StepInvocationListView", + "name": "StepInvocationListView", + "type": "query", + "body": "query StepInvocationListView($id: [ID!], $statuses: [PipelineEngine__StepInvocationStatusEnumType!], $stepName: String, $pipelineInvocationId: String, $sidekiqBatchId: String, $sidekiqJobId: String, $createdAt: DateFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n stepInvocations(\n id: $id\n statuses: $statuses\n stepName: $stepName\n pipelineInvocationId: $pipelineInvocationId\n sidekiqBatchId: $sidekiqBatchId\n sidekiqJobId: $sidekiqJobId\n createdAt: $createdAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...StepInvocationList\n __typename\n }\n}\n\nfragment StepInvocationList on PipelineEngine__StepInvocationTypeConnection {\n edges {\n node {\n typename: __typename\n id\n stepName\n prettyStatus\n statusTagColor\n sidekiqBatchId\n sidekiqJobId\n datadogTrace\n stepName\n pipelineInvocation {\n typename: __typename\n id\n path\n }\n definition\n prettyDuration\n createdAt\n updatedAt\n startedAt\n endedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/Strategies", + "name": "Strategies", + "type": "query", + "body": "query Strategies($transactionId: ID!, $matcherOverrides: [MatchResultInput!], $defaultStrategy: Boolean!) {\n strategies(\n transactionId: $transactionId\n matcherOverrides: $matcherOverrides\n defaultStrategy: $defaultStrategy\n ) {\n strategies {\n id\n name\n createdByName\n reviewedByName\n createdByCurrentUser\n note\n vendor\n transactableType\n paymentType\n role\n transactionMatchResults {\n field\n matcherType\n matcher\n expected\n actual\n match\n suggestedMatcher\n override\n systemDefault\n matchResultType\n matchResultTypeOptions\n startOffset\n endOffset\n startDate\n endDate\n __typename\n }\n transactableMatchResults {\n field\n matcherType\n matcher\n expected\n actual\n match\n suggestedMatcher\n override\n systemDefault\n parser\n transactionField\n transactionFieldValue\n matchResultType\n matchResultTypeOptions\n startOffset\n endOffset\n startDate\n endDate\n __typename\n }\n strategyConfig\n databaseStrategy\n allowAmountMismatch\n allowAmbiguous\n custom\n groupBy\n priority\n reconDisabledIf\n reconEnabledIf\n status\n parentStrategyId\n paymentReferenceMatchResult {\n field\n matcherType\n matcher\n expected\n actual\n match\n suggestedMatcher\n override\n systemDefault\n matchResultType\n matchResultTypeOptions\n paymentReferenceType\n parser\n transactionField\n transactionFieldValue\n __typename\n }\n groupByMatchResult {\n field\n matcherType\n matcher\n expected\n actual\n match\n suggestedMatcher\n matchResultType\n matchResultTypeOptions\n groupBy\n groupByGroups\n __typename\n }\n transactableMatchResultFields\n transactionMatchResultFields\n userCanApprove\n suggestedChanges {\n id\n name\n createdByName\n reviewedByName\n createdByCurrentUser\n note\n vendor\n transactableType\n paymentType\n role\n transactionMatchResults {\n field\n matcherType\n matcher\n expected\n actual\n match\n suggestedMatcher\n override\n systemDefault\n matchResultType\n matchResultTypeOptions\n startOffset\n endOffset\n startDate\n endDate\n __typename\n }\n transactableMatchResults {\n field\n matcherType\n matcher\n expected\n actual\n match\n suggestedMatcher\n override\n systemDefault\n parser\n transactionField\n transactionFieldValue\n matchResultType\n matchResultTypeOptions\n startOffset\n endOffset\n startDate\n endDate\n __typename\n }\n strategyConfig\n databaseStrategy\n allowAmountMismatch\n allowAmbiguous\n custom\n groupBy\n priority\n reconDisabledIf\n reconEnabledIf\n status\n parentStrategyId\n paymentReferenceMatchResult {\n field\n matcherType\n matcher\n expected\n actual\n match\n suggestedMatcher\n override\n systemDefault\n matchResultType\n matchResultTypeOptions\n paymentReferenceType\n parser\n transactionField\n transactionFieldValue\n __typename\n }\n groupByMatchResult {\n field\n matcherType\n matcher\n expected\n actual\n match\n suggestedMatcher\n matchResultType\n matchResultTypeOptions\n groupBy\n groupByGroups\n __typename\n }\n transactableMatchResultFields\n transactionMatchResultFields\n userCanApprove\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SubmitLogicalForm", + "name": "SubmitLogicalForm", + "type": "mutation", + "body": "mutation SubmitLogicalForm($input: SubmitLogicalFormInput!) {\n submitLogicalForm(input: $input) {\n entityId\n errors\n editingSessionId\n postSubmitPath\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SweepRuleView", + "name": "SweepRuleView", + "type": "query", + "body": "query SweepRuleView($id: ID!) {\n sweepRule(id: $id) {\n id\n lastPaymentOrder {\n status\n amount\n path\n prettyAmount\n __typename\n }\n managedAccount {\n name\n bestName\n longName\n currency\n balanceReport {\n availableAmount\n asOfDate\n asOfTime\n __typename\n }\n connection {\n vendor {\n id\n timeZone\n __typename\n }\n __typename\n }\n __typename\n }\n managedAccountId\n managedAccountType\n supportingAccount {\n ... on InternalAccount {\n name\n bestName\n longName\n currency\n connection {\n vendor {\n id\n timeZone\n __typename\n }\n __typename\n }\n __typename\n }\n ... on ExternalAccount {\n name\n bestName\n longName\n __typename\n }\n __typename\n }\n supportingAccountId\n supportingAccountType\n pausedAt\n fundingDirection\n description\n paymentType\n priority\n targetBalance\n minSweepAmount\n maxSweepAmount\n minBalanceThreshold\n schedule {\n every\n interval\n daysOfWeek\n daysOfMonth\n timeZone\n scheduledTime\n startDate\n endDate\n nextOccurrence\n description\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/SweepRulesView", + "name": "SweepRulesView", + "type": "query", + "body": "query SweepRulesView($first: Int, $after: String, $last: Int, $before: String) {\n sweepRules(first: $first, after: $after, last: $last, before: $before) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n __typename\n }\n edges {\n node {\n id\n managedAccount {\n name\n bestName\n longName\n currency\n balanceReport {\n availableAmount\n asOfDate\n asOfTime\n __typename\n }\n __typename\n }\n supportingAccount {\n ... on InternalAccount {\n name\n bestName\n longName\n __typename\n }\n ... on ExternalAccount {\n name\n bestName\n longName\n __typename\n }\n __typename\n }\n schedule {\n nextOccurrence\n description\n __typename\n }\n description\n pausedAt\n managedAccountId\n supportingAccountId\n targetBalance\n minSweepAmount\n maxSweepAmount\n minBalanceThreshold\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TemplateDetailsTable", + "name": "TemplateDetailsTable", + "type": "query", + "body": "query TemplateDetailsTable($id: ID!) {\n template(id: $id) {\n id\n path\n currentTemplateVersionName\n prettyStatus\n statusIndicator\n prettyStatus\n statusIndicatorVerbose\n description\n createdAt\n updatedAt\n updatedBy\n discardedAt\n __typename\n }\n displayColumns(resource: template, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TemplateListView", + "name": "TemplateListView", + "type": "query", + "body": "query TemplateListView($showDeleted: String, $name: String, $first: Int, $after: String, $last: Int, $before: String) {\n templates(\n showDeleted: $showDeleted\n name: $name\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...TemplateList\n __typename\n }\n}\n\nfragment TemplateList on TemplateConnection {\n edges {\n node {\n typename: __typename\n id\n currentTemplateVersionName\n prettyStatus\n statusIndicator\n prettyStatus\n statusIndicatorVerbose\n description\n createdAt\n updatedAt\n updatedBy\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TemplateVersionDetailsTable", + "name": "TemplateVersionDetailsTable", + "type": "query", + "body": "query TemplateVersionDetailsTable($id: ID!) {\n templateVersion(id: $id) {\n id\n path\n createdBy\n description\n prettyName\n waitingOn\n __typename\n }\n displayColumns(resource: template_version, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TemplateVersionListView", + "name": "TemplateVersionListView", + "type": "query", + "body": "query TemplateVersionListView($createdAt: DateTimeFilterInput, $description: String, $name: String, $id: ID, $first: Int, $after: String, $last: Int, $before: String) {\n templateVersions(\n createdAt: $createdAt\n description: $description\n name: $name\n id: $id\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...TemplateVersionList\n __typename\n }\n}\n\nfragment TemplateVersionList on TemplateVersionConnection {\n edges {\n node {\n typename: __typename\n id\n createdBy\n description\n prettyName\n waitingOn\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TemplateVersionsForAssociatedEntity", + "name": "TemplateVersionsForAssociatedEntity", + "type": "query", + "body": "query TemplateVersionsForAssociatedEntity($first: Int, $after: String, $last: Int, $before: String, $ruleId: ID) {\n templateVersions(\n first: $first\n after: $after\n last: $last\n before: $before\n ruleId: $ruleId\n ) {\n ...TemplateVersionList\n __typename\n }\n}\n\nfragment TemplateVersionList on TemplateVersionConnection {\n edges {\n node {\n typename: __typename\n id\n createdBy\n description\n prettyName\n waitingOn\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionCategorizationRuleDetailsTable", + "name": "TransactionCategorizationRuleDetailsTable", + "type": "query", + "body": "query TransactionCategorizationRuleDetailsTable($id: ID!) {\n transactionCategorizationRule(id: $id) {\n description\n prettyStatus\n statusBadgeColor\n statusIcon\n createdAt\n updatedAt\n id\n path\n prettyPriority\n prettyTrigger\n __typename\n }\n displayColumns(\n resource: transaction_categorization_rule\n viewType: \"details_table\"\n ) {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionCategorizationRuleListView", + "name": "TransactionCategorizationRuleListView", + "type": "query", + "body": "query TransactionCategorizationRuleListView($name: String, $description: String, $status: String, $createdAt: DateTimeFilterInput, $updatedAt: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n transactionCategorizationRules(\n name: $name\n description: $description\n status: $status\n createdAt: $createdAt\n updatedAt: $updatedAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...TransactionCategorizationRuleList\n __typename\n }\n}\n\nfragment TransactionCategorizationRuleList on TransactionCategorizationRuleConnection {\n edges {\n node {\n typename: __typename\n name\n description\n prettyStatus\n statusBadgeColor\n statusIcon\n createdAt\n updatedAt\n id\n prettyPriority\n sortableId\n prettyTrigger\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionCategorizationRuleView", + "name": "TransactionCategorizationRuleView", + "type": "query", + "body": "query TransactionCategorizationRuleView($id: ID!) {\n currentUser {\n id\n contextedGroupMemberships {\n id\n name\n path\n __typename\n }\n __typename\n }\n currentOrganization {\n adminApprovalRuleEnabled\n adminApprovalRuleResources\n __typename\n }\n transactionCategorizationRule(id: $id) {\n name\n status\n prettyCategorizationMetadata\n conditions\n discardedAt\n mostRecentRulePath\n prettyConditions {\n operator\n value {\n field\n operator\n value\n outerOperator\n __typename\n }\n __typename\n }\n proposedChange {\n id\n prettyEntityType\n entityType\n entityId\n action\n proposedName\n proposedDescription\n proposedTcrConditions {\n operator\n value {\n field\n operator\n value\n outerOperator\n __typename\n }\n __typename\n }\n proposedStatus\n proposedPriority\n proposedTrigger\n proposedCategorizationMetadata\n createdBy {\n id\n name\n path\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionCategorizationRulesForMetadataKey", + "name": "TransactionCategorizationRulesForMetadataKey", + "type": "query", + "body": "query TransactionCategorizationRulesForMetadataKey($first: Int, $after: String, $last: Int, $before: String, $categorizationMetadataKeyId: String) {\n transactionCategorizationRules(\n first: $first\n after: $after\n last: $last\n before: $before\n categorizationMetadataKeyId: $categorizationMetadataKeyId\n ) {\n edges {\n node {\n typename: __typename\n name\n categorizationMetadata\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionCategorizationRulesHome", + "name": "TransactionCategorizationRulesHome", + "type": "query", + "body": "query TransactionCategorizationRulesHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $description: String, $status: String, $createdAt: DateTimeFilterInput, $updatedAt: DateTimeFilterInput) {\n transactionCategorizationRules(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n description: $description\n status: $status\n createdAt: $createdAt\n updatedAt: $updatedAt\n ) {\n ...TransactionCategorizationRuleList\n __typename\n }\n}\n\nfragment TransactionCategorizationRuleList on TransactionCategorizationRuleConnection {\n edges {\n node {\n typename: __typename\n name\n description\n prettyStatus\n statusBadgeColor\n statusIcon\n createdAt\n updatedAt\n id\n prettyPriority\n sortableId\n prettyTrigger\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionDetailsTable", + "name": "TransactionDetailsTable", + "type": "query", + "body": "query TransactionDetailsTable($id: ID!) {\n transaction(id: $id) {\n prettyExpandedReconciliationStatusReasons\n expandedReconciliationStatusIcons\n expandedReconciliationStatusColors\n expandedReconciliationStatusTooltips\n expandedReconciliationStatusHrefs\n asOfDate\n prettyType\n id\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n amountWithDirection\n prettyAmountUnreconciledToExpectedPayment\n highlightAmountUnreconciled\n status\n statusTagColor\n cashAccount\n offsetAccount\n description\n vendorId\n vendorCode\n vendorCustomerId\n reconciledItemTypes\n reconciliationRule {\n typename: __typename\n id\n name\n path\n }\n transactionCategorizationRules {\n typename: __typename\n id\n name\n path\n }\n reconciliationAnalysisCompletedAt\n prettyRate\n prettyTargetAmount\n referenceNumbers\n __typename\n }\n displayColumns(resource: transaction, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionLineItemDetailsTable", + "name": "TransactionLineItemDetailsTable", + "type": "query", + "body": "query TransactionLineItemDetailsTable($id: ID!, $reconcilable: String) {\n transactionLineItem(id: $id) {\n id\n path\n type(reconcilable: $reconcilable)\n prettyAmount\n description\n counterparty {\n typename: __typename\n id\n name\n path\n }\n expectedPayment {\n typename: __typename\n id\n path\n }\n transactableType\n transactableId\n transactablePath\n transaction {\n typename: __typename\n id\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n createdAt\n __typename\n }\n displayColumns(resource: transaction_line_item, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionLineItemListView", + "name": "TransactionLineItemListView", + "type": "query", + "body": "query TransactionLineItemListView($internalAccountIds: [String!], $transactionId: ID, $amount: AmountFilterInput, $description: String, $createdAt: DateTimeFilterInput, $counterpartyId: ID, $expectedPaymentId: ID, $virtualAccountName: ID, $virtualAccountNumber: ID, $transactableType: String, $transactableId: ID, $reconcilable: String, $first: Int, $after: String, $last: Int, $before: String) {\n transactionLineItems(\n internalAccountIds: $internalAccountIds\n transactionId: $transactionId\n amount: $amount\n description: $description\n createdAt: $createdAt\n counterpartyId: $counterpartyId\n expectedPaymentId: $expectedPaymentId\n virtualAccountName: $virtualAccountName\n virtualAccountNumber: $virtualAccountNumber\n transactableType: $transactableType\n transactableId: $transactableId\n reconcilable: $reconcilable\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...TransactionLineItemList\n __typename\n }\n}\n\nfragment TransactionLineItemList on TransactionLineItemConnection {\n edges {\n node {\n typename: __typename\n id\n type(reconcilable: $reconcilable)\n prettyAmount\n description\n counterparty {\n typename: __typename\n id\n name\n path\n }\n expectedPayment {\n typename: __typename\n id\n path\n }\n transactableType\n transactableId\n transaction {\n typename: __typename\n id\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n createdAt\n path(reconcilable: $reconcilable)\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionLineItemsReportView", + "name": "TransactionLineItemsReportView", + "type": "query", + "body": "query TransactionLineItemsReportView($first: Int, $after: String, $last: Int, $before: String, $internalAccountIds: [String!] = [], $amount: AmountFilterInput, $description: String, $createdAt: DateTimeFilterInput, $counterpartyId: ID, $expectedPaymentId: ID, $virtualAccountName: ID, $virtualAccountNumber: ID, $transactionId: ID, $transactableId: ID, $transactableType: String, $reconcilable: String) {\n transactionLineItems(\n first: $first\n after: $after\n last: $last\n before: $before\n internalAccountIds: $internalAccountIds\n amount: $amount\n description: $description\n createdAt: $createdAt\n counterpartyId: $counterpartyId\n expectedPaymentId: $expectedPaymentId\n virtualAccountName: $virtualAccountName\n virtualAccountNumber: $virtualAccountNumber\n transactionId: $transactionId\n transactableId: $transactableId\n transactableType: $transactableType\n reconcilable: $reconcilable\n ) {\n ...TransactionLineItemList\n __typename\n }\n}\n\nfragment TransactionLineItemList on TransactionLineItemConnection {\n edges {\n node {\n typename: __typename\n id\n type(reconcilable: $reconcilable)\n prettyAmount\n description\n counterparty {\n typename: __typename\n id\n name\n path\n }\n expectedPayment {\n typename: __typename\n id\n path\n }\n transactableType\n transactableId\n transaction {\n typename: __typename\n id\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n createdAt\n path(reconcilable: $reconcilable)\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionLineItemsView", + "name": "TransactionLineItemsView", + "type": "query", + "body": "query TransactionLineItemsView($first: Int, $after: String, $last: Int, $before: String, $transactionId: ID, $invoiceId: ID, $reconcilable: String, $reconciliationGroupIds: [ID!]) {\n transactionLineItems(\n first: $first\n after: $after\n last: $last\n before: $before\n transactionId: $transactionId\n invoiceId: $invoiceId\n reconcilable: $reconcilable\n reconciliationGroupIds: $reconciliationGroupIds\n ) {\n ...TransactionLineItemList\n __typename\n }\n}\n\nfragment TransactionLineItemList on TransactionLineItemConnection {\n edges {\n node {\n typename: __typename\n id\n type(reconcilable: $reconcilable)\n prettyAmount\n description\n counterparty {\n typename: __typename\n id\n name\n path\n }\n expectedPayment {\n typename: __typename\n id\n path\n }\n transactableType\n transactableId\n transaction {\n typename: __typename\n id\n path\n }\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n createdAt\n path(reconcilable: $reconcilable)\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionListView", + "name": "TransactionListView", + "type": "query", + "body": "query TransactionListView($findTransactionsInput: FindTransactionsInput!, $first: Int, $after: String, $last: Int, $before: String) {\n transactions(\n findTransactionsInput: $findTransactionsInput\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...TransactionList\n __typename\n }\n}\n\nfragment TransactionList on TransactionConnection {\n edges {\n node {\n typename: __typename\n reconciliationStatus\n statusIndicator\n reconciliationStatus\n asOfDate\n prettyType\n id\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n amountWithDirection\n prettyAmountUnreconciledToExpectedPayment\n highlightAmountUnreconciled\n status\n statusTagColor\n cashAccount\n offsetAccount\n description\n vendorId\n vendorCode\n vendorCustomerId\n prettyDirection\n reconciledItemTypes\n reconciliationRule {\n typename: __typename\n id\n name\n path\n }\n reconciliationAnalysisCompletedAt\n prettyRate\n prettyTargetAmount\n prettyUnledgeredAmount\n referenceNumbers\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionToLedgerTransactionsHome", + "name": "TransactionToLedgerTransactionsHome", + "type": "query", + "body": "query TransactionToLedgerTransactionsHome($first: Int, $after: String, $last: Int, $before: String, $transactionId: ID!) {\n ledgerTransactions(\n first: $first\n after: $after\n last: $last\n before: $before\n transactionId: $transactionId\n ) {\n ...LedgerTransactionList\n __typename\n }\n}\n\nfragment LedgerTransactionList on LedgerTransactionConnection {\n edges {\n node {\n typename: __typename\n id\n ledgerId\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n ledgerableType\n ledgerableId\n amount\n creditAccounts {\n typename: __typename\n id\n name\n path\n }\n debitAccounts {\n typename: __typename\n id\n name\n path\n }\n createdAt\n postedAt\n effectiveAt\n externalId\n reversesLedgerTransaction {\n typename: __typename\n id\n path\n }\n reversedByLedgerTransaction {\n typename: __typename\n id\n path\n }\n partiallyPostsLedgerTransaction {\n typename: __typename\n id\n path\n }\n description\n archivedReason\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionView", + "name": "TransactionView", + "type": "query", + "body": "query TransactionView($id: ID!) {\n transaction(id: $id) {\n id\n accountLongName\n internalAccount {\n id\n __typename\n }\n prettyType\n direction\n amount\n prettyAmount\n currency\n description\n asOfDate\n reconciled\n vendorCustomerId\n vendorId\n posted\n metadata\n canUpdate\n canViewReconciliationSuggestions\n discardedAt\n createdAt\n amountUnreconciledToExpectedPayment\n referenceNumbers\n customIdentifiers\n reconciliationGroups {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionsForAssociatedEntities", + "name": "TransactionsForAssociatedEntities", + "type": "query", + "body": "query TransactionsForAssociatedEntities($first: Int, $after: String, $last: Int, $before: String, $counterpartyId: ID, $virtualAccountId: ID, $incomingPaymentDetailId: ID, $reversalId: ID, $id: ID, $showDeleted: String, $paymentType: String, $direction: String, $amount: AmountFilterInput, $description: String, $vendorId: String, $asOfDate: DateFilterInput, $reconciled: String, $currency: CurrencyEnum, $internalAccountIds: [String!], $metadata: JSON, $reconciledItemTypes: [ReconciledItemTypeEnum!], $expectedPaymentId: ID, $reconciliationRuleId: ID, $transactionCategorizationRuleId: ID, $journaled: String, $reconciliationGroupIds: [ID!], $orderBy: JSON) {\n transactions(\n first: $first\n after: $after\n last: $last\n before: $before\n findTransactionsInput: {counterpartyId: $counterpartyId, virtualAccountId: $virtualAccountId, incomingPaymentDetailId: $incomingPaymentDetailId, reversalId: $reversalId, id: $id, showDeleted: $showDeleted, paymentType: $paymentType, direction: $direction, amount: $amount, description: $description, vendorId: $vendorId, asOfDate: $asOfDate, reconciled: $reconciled, currency: $currency, internalAccountIds: $internalAccountIds, metadata: $metadata, reconciledItemTypes: $reconciledItemTypes, expectedPaymentId: $expectedPaymentId, reconciliationRuleId: $reconciliationRuleId, journaled: $journaled, transactionCategorizationRuleId: $transactionCategorizationRuleId, reconciliationGroupIds: $reconciliationGroupIds, orderBy: $orderBy}\n ) {\n ...TransactionList\n __typename\n }\n}\n\nfragment TransactionList on TransactionConnection {\n edges {\n node {\n typename: __typename\n reconciliationStatus\n statusIndicator\n reconciliationStatus\n asOfDate\n prettyType\n id\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n amountWithDirection\n prettyAmountUnreconciledToExpectedPayment\n highlightAmountUnreconciled\n status\n statusTagColor\n cashAccount\n offsetAccount\n description\n vendorId\n vendorCode\n vendorCustomerId\n prettyDirection\n reconciledItemTypes\n reconciliationRule {\n typename: __typename\n id\n name\n path\n }\n reconciliationAnalysisCompletedAt\n prettyRate\n prettyTargetAmount\n prettyUnledgeredAmount\n referenceNumbers\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionsHome", + "name": "TransactionsHome", + "type": "query", + "body": "query TransactionsHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $paymentType: String, $direction: String, $amount: AmountFilterInput, $description: String, $vendorId: String, $vendorCode: String, $vendorCustomerId: String, $asOfDate: DateFilterInput, $reconciled: String, $posted: String, $counterpartyId: ID, $currency: CurrencyEnum, $internalAccountIds: [String!], $connectionId: ID, $metadata: JSON, $customIdentifiers: JSON, $reconciledItemTypes: [ReconciledItemTypeEnum!], $selectedTransactableIds: [String!], $selectedTransactableType: String, $bulkRequestId: ID, $referenceNumber: String, $orderBy: JSON, $reconciliationRuleId: ID, $unledgered: String, $journaled: String, $unledgeredOrUnreconciled: String, $journalEntryId: ID) {\n transactions(\n first: $first\n after: $after\n last: $last\n before: $before\n findTransactionsInput: {id: $id, paymentType: $paymentType, direction: $direction, amount: $amount, description: $description, vendorId: $vendorId, vendorCode: $vendorCode, vendorCustomerId: $vendorCustomerId, asOfDate: $asOfDate, reconciled: $reconciled, posted: $posted, counterpartyId: $counterpartyId, currency: $currency, internalAccountIds: $internalAccountIds, connectionId: $connectionId, metadata: $metadata, customIdentifiers: $customIdentifiers, reconciledItemTypes: $reconciledItemTypes, selectedTransactableIds: $selectedTransactableIds, selectedTransactableType: $selectedTransactableType, referenceNumber: $referenceNumber, bulkRequestId: $bulkRequestId, orderBy: $orderBy, reconciliationRuleId: $reconciliationRuleId, unledgered: $unledgered, journaled: $journaled, unledgeredOrUnreconciled: $unledgeredOrUnreconciled, journalEntryId: $journalEntryId}\n ) {\n edges {\n node {\n currency\n amount\n unledgeredAmount\n reconciled\n direction\n prettyCreatedAt\n prettyAsOfDate\n amountUnreconciledToExpectedPayment\n prettyAmountUnreconciledToExpectedPayment\n amountReconciledToExpectedPayment\n prettyAmountReconciledToExpectedPayment\n internalAccount {\n id\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n ledger {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n ...TransactionList\n totalCount\n __typename\n }\n}\n\nfragment TransactionList on TransactionConnection {\n edges {\n node {\n typename: __typename\n reconciliationStatus\n statusIndicator\n reconciliationStatus\n asOfDate\n prettyType\n id\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n amountWithDirection\n prettyAmountUnreconciledToExpectedPayment\n highlightAmountUnreconciled\n status\n statusTagColor\n cashAccount\n offsetAccount\n description\n vendorId\n vendorCode\n vendorCustomerId\n prettyDirection\n reconciledItemTypes\n reconciliationRule {\n typename: __typename\n id\n name\n path\n }\n reconciliationAnalysisCompletedAt\n prettyRate\n prettyTargetAmount\n prettyUnledgeredAmount\n referenceNumbers\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionsReportsView", + "name": "TransactionsReportsView", + "type": "query", + "body": "query TransactionsReportsView($first: Int, $after: String, $last: Int, $before: String, $paymentType: String, $direction: String, $amount: AmountFilterInput, $description: String, $asOfDate: DateFilterInput, $createdAt: DateFilterInput, $reconciled: String, $counterpartyId: ID, $internalAccountIds: [String!] = [], $metadata: JSON) {\n transactions(\n first: $first\n after: $after\n last: $last\n before: $before\n findTransactionsInput: {paymentType: $paymentType, direction: $direction, amount: $amount, description: $description, asOfDate: $asOfDate, createdAt: $createdAt, reconciled: $reconciled, counterpartyId: $counterpartyId, internalAccountIds: $internalAccountIds, metadata: $metadata}\n ) {\n ...TransactionList\n __typename\n }\n}\n\nfragment TransactionList on TransactionConnection {\n edges {\n node {\n typename: __typename\n reconciliationStatus\n statusIndicator\n reconciliationStatus\n asOfDate\n prettyType\n id\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n amountWithDirection\n prettyAmountUnreconciledToExpectedPayment\n highlightAmountUnreconciled\n status\n statusTagColor\n cashAccount\n offsetAccount\n description\n vendorId\n vendorCode\n vendorCustomerId\n prettyDirection\n reconciledItemTypes\n reconciliationRule {\n typename: __typename\n id\n name\n path\n }\n reconciliationAnalysisCompletedAt\n prettyRate\n prettyTargetAmount\n prettyUnledgeredAmount\n referenceNumbers\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionsTable", + "name": "TransactionsTable", + "type": "query", + "body": "query TransactionsTable($first: Int, $after: String, $last: Int, $before: String, $id: ID, $paymentType: String, $direction: String, $amount: AmountFilterInput, $description: String, $vendorId: String, $vendorCustomerId: String, $asOfDate: DateFilterInput, $reconciled: String, $posted: String, $counterpartyId: ID, $currency: CurrencyEnum, $internalAccountIds: [String!], $connectionId: ID, $metadata: JSON, $customIdentifiers: JSON, $reconciledItemTypes: [ReconciledItemTypeEnum!], $selectedTransactableIds: [String!], $selectedTransactableType: String, $bulkRequestId: ID, $referenceNumber: String, $orderBy: JSON, $reconciliationRuleId: ID, $unledgered: String, $unledgeredOrUnreconciled: String, $ids: [ID!]) {\n transactions(\n first: $first\n after: $after\n last: $last\n before: $before\n findTransactionsInput: {id: $id, paymentType: $paymentType, direction: $direction, amount: $amount, description: $description, vendorId: $vendorId, vendorCustomerId: $vendorCustomerId, asOfDate: $asOfDate, reconciled: $reconciled, posted: $posted, counterpartyId: $counterpartyId, currency: $currency, internalAccountIds: $internalAccountIds, connectionId: $connectionId, metadata: $metadata, customIdentifiers: $customIdentifiers, reconciledItemTypes: $reconciledItemTypes, selectedTransactableIds: $selectedTransactableIds, selectedTransactableType: $selectedTransactableType, referenceNumber: $referenceNumber, bulkRequestId: $bulkRequestId, orderBy: $orderBy, reconciliationRuleId: $reconciliationRuleId, unledgered: $unledgered, unledgeredOrUnreconciled: $unledgeredOrUnreconciled, ids: $ids}\n ) {\n edges {\n node {\n currency\n amount\n unledgeredAmount\n direction\n reconciled\n reconciledObjectIds\n prettyCreatedAt\n prettyAsOfDate\n amountUnreconciledToExpectedPayment\n prettyAmountUnreconciledToExpectedPayment\n amountReconciledToExpectedPayment\n prettyAmountReconciledToExpectedPayment\n internalAccount {\n id\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n ledger {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n ...TransactionList\n totalCount\n __typename\n }\n}\n\nfragment TransactionList on TransactionConnection {\n edges {\n node {\n typename: __typename\n reconciliationStatus\n statusIndicator\n reconciliationStatus\n asOfDate\n prettyType\n id\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n amountWithDirection\n prettyAmountUnreconciledToExpectedPayment\n highlightAmountUnreconciled\n status\n statusTagColor\n cashAccount\n offsetAccount\n description\n vendorId\n vendorCode\n vendorCustomerId\n prettyDirection\n reconciledItemTypes\n reconciliationRule {\n typename: __typename\n id\n name\n path\n }\n reconciliationAnalysisCompletedAt\n prettyRate\n prettyTargetAmount\n prettyUnledgeredAmount\n referenceNumbers\n path\n metadataJson\n prettyCustomIdentifiers\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransactionsTableCount", + "name": "TransactionsTableCount", + "type": "query", + "body": "query TransactionsTableCount($first: Int, $after: String, $last: Int, $before: String, $id: ID, $paymentType: String, $direction: String, $amount: AmountFilterInput, $description: String, $vendorId: String, $vendorCustomerId: String, $asOfDate: DateFilterInput, $reconciled: String, $posted: String, $counterpartyId: ID, $currency: CurrencyEnum, $internalAccountIds: [String!], $connectionId: ID, $metadata: JSON, $reconciledItemTypes: [ReconciledItemTypeEnum!], $selectedTransactableIds: [String!], $selectedTransactableType: String, $bulkRequestId: ID, $referenceNumber: String, $orderBy: JSON, $reconciliationRuleId: ID, $unledgered: String, $unledgeredOrUnreconciled: String) {\n transactions(\n first: $first\n after: $after\n last: $last\n before: $before\n findTransactionsInput: {id: $id, paymentType: $paymentType, direction: $direction, amount: $amount, description: $description, vendorId: $vendorId, vendorCustomerId: $vendorCustomerId, asOfDate: $asOfDate, reconciled: $reconciled, posted: $posted, counterpartyId: $counterpartyId, currency: $currency, internalAccountIds: $internalAccountIds, connectionId: $connectionId, metadata: $metadata, reconciledItemTypes: $reconciledItemTypes, selectedTransactableIds: $selectedTransactableIds, selectedTransactableType: $selectedTransactableType, referenceNumber: $referenceNumber, bulkRequestId: $bulkRequestId, orderBy: $orderBy, reconciliationRuleId: $reconciliationRuleId, unledgered: $unledgered, unledgeredOrUnreconciled: $unledgeredOrUnreconciled}\n ) {\n totalCount\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransferDetailsTable", + "name": "TransferDetailsTable", + "type": "query", + "body": "query TransferDetailsTable($id: ID!) {\n transfer(id: $id) {\n id\n path\n destination {\n typename: __typename\n id\n name\n }\n prettyStatus\n statusBadgeColor\n elapsedTime\n rowsTransferred\n volumeTransferred\n startedAt\n endedAt\n resources\n __typename\n }\n displayColumns(resource: transfer, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransferView", + "name": "TransferView", + "type": "query", + "body": "query TransferView($id: ID!) {\n transfer(id: $id) {\n prettyStatus\n elapsedTime\n rowsTransferred\n volumeTransferred\n resources\n startedAt\n endedAt\n destination {\n id\n name\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/TransfersView", + "name": "TransfersView", + "type": "query", + "body": "query TransfersView($first: Int, $after: String, $last: Int, $before: String, $destinationId: ID!) {\n transfers(\n first: $first\n after: $after\n last: $last\n before: $before\n destinationId: $destinationId\n ) {\n ...TransferList\n __typename\n }\n}\n\nfragment TransferList on TransferConnection {\n edges {\n node {\n typename: __typename\n id\n prettyStatus\n statusBadgeColor\n elapsedTime\n rowsTransferred\n volumeTransferred\n startedAt\n endedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateAccountGroup", + "name": "UpdateAccountGroup", + "type": "mutation", + "body": "mutation UpdateAccountGroup($input: UpdateAccountGroupInput!) {\n updateAccountGroup(input: $input) {\n accountGroup {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateCurrentOrganizationLogo", + "name": "UpdateCurrentOrganizationLogo", + "type": "mutation", + "body": "mutation UpdateCurrentOrganizationLogo($input: UpdateCurrentOrganizationLogoInput!) {\n updateCurrentOrganizationLogo(input: $input) {\n organization {\n id\n emailLogoUrl\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateCustomEmailDomain", + "name": "UpdateCustomEmailDomain", + "type": "mutation", + "body": "mutation UpdateCustomEmailDomain($input: UpdateCustomEmailDomainInput!) {\n updateCustomEmailDomain(input: $input) {\n customEmailDomain {\n id\n domain\n customerDnsRecords {\n name\n value\n type\n __typename\n }\n default\n verificationStatus\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateExpectedPaymentMetadata", + "name": "UpdateExpectedPaymentMetadata", + "type": "mutation", + "body": "mutation UpdateExpectedPaymentMetadata($input: UpdateExpectedPaymentMetadataInput!) {\n updateExpectedPaymentMetadata(input: $input) {\n expectedPayment {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateExternalAccount", + "name": "UpdateExternalAccount", + "type": "mutation", + "body": "mutation UpdateExternalAccount($input: UpdateExternalAccountInput!) {\n updateExternalAccount(input: $input) {\n externalAccount {\n id\n accountDetails {\n accountNumber\n accountNumberType\n __typename\n }\n routingDetails {\n routingNumberType\n prettyRoutingNumberType\n paymentType\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateExternalAccountMetadata", + "name": "UpdateExternalAccountMetadata", + "type": "mutation", + "body": "mutation UpdateExternalAccountMetadata($input: UpdateExternalAccountMetadataInput!) {\n updateExternalAccountMetadata(input: $input) {\n externalAccount {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateGhost", + "name": "UpdateGhost", + "type": "mutation", + "body": "mutation UpdateGhost($input: UpdateGhostInput!) {\n updateGhost(input: $input) {\n ghosting\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateIncomingPaymentDetailMetadata", + "name": "UpdateIncomingPaymentDetailMetadata", + "type": "mutation", + "body": "mutation UpdateIncomingPaymentDetailMetadata($input: UpdateIncomingPaymentDetailMetadataInput!) {\n updateIncomingPaymentDetailMetadata(input: $input) {\n incomingPaymentDetail {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateIncomingPaymentDetailVirtualAccount", + "name": "UpdateIncomingPaymentDetailVirtualAccount", + "type": "mutation", + "body": "mutation UpdateIncomingPaymentDetailVirtualAccount($input: UpdateIncomingPaymentDetailVirtualAccountInput!) {\n updateIncomingPaymentDetailVirtualAccount(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateInternalToolsVisibility", + "name": "UpdateInternalToolsVisibility", + "type": "mutation", + "body": "mutation UpdateInternalToolsVisibility($input: UpdateInternalToolsVisibilityInput!) {\n updateInternalToolsVisibility(input: $input) {\n visible\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateInvoiceMetadata", + "name": "UpdateInvoiceMetadata", + "type": "mutation", + "body": "mutation UpdateInvoiceMetadata($input: UpdateInvoiceMetadataInput!) {\n updateInvoiceMetadata(input: $input) {\n invoice {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateInvoiceStatus", + "name": "UpdateInvoiceStatus", + "type": "mutation", + "body": "mutation UpdateInvoiceStatus($input: UpdateInvoiceStatusInput!) {\n updateInvoiceStatus(input: $input) {\n errors\n invoice {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateJournalEntry", + "name": "UpdateJournalEntry", + "type": "mutation", + "body": "mutation UpdateJournalEntry($input: UpdateJournalEntryInput!) {\n updateJournalEntry(input: $input) {\n journalEntry {\n id\n memo\n date\n isDraft\n createdAt\n updatedAt\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateLedgerAccountSettlementMetadata", + "name": "UpdateLedgerAccountSettlementMetadata", + "type": "mutation", + "body": "mutation UpdateLedgerAccountSettlementMetadata($input: UpdateLedgerAccountSettlementMetadataInput!) {\n updateLedgerAccountSettlementMetadata(input: $input) {\n ledgerAccountSettlement {\n id\n metadata\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateMySettings", + "name": "UpdateMySettings", + "type": "mutation", + "body": "mutation UpdateMySettings($input: UpdateMySettingsInput!) {\n updateMySettings(input: $input) {\n user {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateOrganizationCustomization", + "name": "UpdateOrganizationCustomization", + "type": "mutation", + "body": "mutation UpdateOrganizationCustomization($input: UpdateOrganizationCustomizationInput!) {\n updateOrganizationCustomization(input: $input) {\n organizationCustomization {\n id\n enabled\n emailReplyTo\n emailSignoff\n helpCenterLink\n primaryColor\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdatePaymentAction", + "name": "UpdatePaymentAction", + "type": "mutation", + "body": "mutation UpdatePaymentAction($input: UpdatePaymentActionInput!) {\n updatePaymentAction(input: $input) {\n paymentAction {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdatePaymentOrderMetadata", + "name": "UpdatePaymentOrderMetadata", + "type": "mutation", + "body": "mutation UpdatePaymentOrderMetadata($input: UpdatePaymentOrderMetadataInput!) {\n updatePaymentOrderMetadata(input: $input) {\n paymentOrder {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdatePaymentOrderStatus", + "name": "UpdatePaymentOrderStatus", + "type": "mutation", + "body": "mutation UpdatePaymentOrderStatus($input: UpdatePaymentOrderStatusInput!) {\n updatePaymentOrderStatus(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateReconConfig", + "name": "UpdateReconConfig", + "type": "mutation", + "body": "mutation UpdateReconConfig($input: UpdateReconConfigInput!) {\n updateReconConfig(input: $input) {\n reconConfig {\n id\n configType\n internalAccount {\n id\n name\n __typename\n }\n vendorId\n direction\n paymentType\n role\n transactableType\n delayBusinessDays\n ignore\n intrabank\n priority\n burnListPriority\n createdAt\n updatedAt\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateReconciliationRulesFromEditingSession", + "name": "UpdateReconciliationRulesFromEditingSession", + "type": "mutation", + "body": "mutation UpdateReconciliationRulesFromEditingSession($input: UpdateReconciliationRulesFromEditingSessionInput!) {\n updateReconciliationRulesFromEditingSession(input: $input) {\n errors\n editingSessionId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateReversalMetadata", + "name": "UpdateReversalMetadata", + "type": "mutation", + "body": "mutation UpdateReversalMetadata($input: UpdateReversalMetadataInput!) {\n updateReversalMetadata(input: $input) {\n reversal {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateRuleSortableId", + "name": "UpdateRuleSortableId", + "type": "mutation", + "body": "mutation UpdateRuleSortableId($input: UpdateRuleSortableIdInput!) {\n updateRuleSortableId(input: $input) {\n rule {\n id\n sortableId\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateUser", + "name": "UpdateUser", + "type": "mutation", + "body": "mutation UpdateUser($input: UpdateUserInput!) {\n updateUser(input: $input) {\n user {\n id\n name\n email\n path\n discardedAt\n groupMemberships {\n ...group\n __typename\n }\n additionalSecurity {\n auth0Mfa\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n\nfragment group on Group {\n id\n name\n description\n path\n default\n deprecatedRoles\n liveMode\n discardedAt\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateVirtualAccount", + "name": "UpdateVirtualAccount", + "type": "mutation", + "body": "mutation UpdateVirtualAccount($input: UpdateVirtualAccountInput!) {\n updateVirtualAccount(input: $input) {\n virtualAccount {\n id\n name\n counterparty {\n id\n name\n __typename\n }\n metadata\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpdateWebhookEndpoint", + "name": "UpdateWebhookEndpoint", + "type": "mutation", + "body": "mutation UpdateWebhookEndpoint($input: UpdateWebhookEndpointInput!) {\n updateWebhookEndpoint(input: $input) {\n webhookEndpoint {\n id\n url\n enabled\n configuredEvents\n rateLimit\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertAPIKey", + "name": "UpsertAPIKey", + "type": "mutation", + "body": "mutation UpsertAPIKey($input: UpsertAPIKeyInput!) {\n upsertApiKey(input: $input) {\n apiKey {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertCategorizationMetadata", + "name": "UpsertCategorizationMetadata", + "type": "mutation", + "body": "mutation UpsertCategorizationMetadata($input: UpsertCategorizationMetadataInput!) {\n upsertCategorizationMetadata(input: $input) {\n categorizationMetadataKey {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertCategorizationMetadataKeyView", + "name": "UpsertCategorizationMetadataKeyView", + "type": "query", + "body": "query UpsertCategorizationMetadataKeyView($id: ID!) {\n categorizationMetadataKey(id: $id) {\n name\n description\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertChilipiperEvent", + "name": "UpsertChilipiperEvent", + "type": "mutation", + "body": "mutation UpsertChilipiperEvent($input: UpsertChilipiperEventInput!) {\n upsertChilipiperEvent(input: $input) {\n event {\n slotStart\n slotEnd\n eventId\n reschedulable\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertCounterparty", + "name": "UpsertCounterparty", + "type": "mutation", + "body": "mutation UpsertCounterparty($input: UpsertCounterpartyInput!) {\n upsertCounterparty(input: $input) {\n counterparty {\n id\n externalAccounts(first: 1) {\n edges {\n node {\n id\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertExpectedPayment", + "name": "UpsertExpectedPayment", + "type": "mutation", + "body": "mutation UpsertExpectedPayment($input: UpsertExpectedPaymentInput!) {\n upsertExpectedPayment(input: $input) {\n expectedPayment {\n id\n ledgerTransaction {\n id\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertGroup", + "name": "UpsertGroup", + "type": "mutation", + "body": "mutation UpsertGroup($input: UpsertGroupInput!) {\n upsertGroup(input: $input) {\n group {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertInvoice", + "name": "UpsertInvoice", + "type": "mutation", + "body": "mutation UpsertInvoice($input: UpsertInvoiceInput!) {\n upsertInvoice(input: $input) {\n errors\n invoice {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertJournalSetting", + "name": "UpsertJournalSetting", + "type": "mutation", + "body": "mutation UpsertJournalSetting($input: UpsertJournalSettingInput!) {\n upsertJournalSetting(input: $input) {\n journalSetting {\n id\n accountKeyMappings\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertLastAccessedLedger", + "name": "UpsertLastAccessedLedger", + "type": "mutation", + "body": "mutation UpsertLastAccessedLedger($input: UpsertLastAccessedLedgerInput!) {\n upsertLastAccessedLedger(input: $input) {\n ledger {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertLedgerAccount", + "name": "UpsertLedgerAccount", + "type": "mutation", + "body": "mutation UpsertLedgerAccount($input: UpsertLedgerAccountInput!) {\n upsertLedgerAccount(input: $input) {\n ledgerAccount {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertLedgerAccountCategory", + "name": "UpsertLedgerAccountCategory", + "type": "mutation", + "body": "mutation UpsertLedgerAccountCategory($input: UpsertLedgerAccountCategoryInput!) {\n upsertLedgerAccountCategory(input: $input) {\n ledgerAccountCategory {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertLedgerTransaction", + "name": "UpsertLedgerTransaction", + "type": "mutation", + "body": "mutation UpsertLedgerTransaction($input: UpsertLedgerTransactionInput!) {\n upsertLedgerTransaction(input: $input) {\n ledgerTransaction {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertLegalEntity", + "name": "UpsertLegalEntity", + "type": "mutation", + "body": "mutation UpsertLegalEntity($input: UpsertLegalEntityInput!) {\n upsertLegalEntity(input: $input) {\n legalEntity {\n id\n __typename\n }\n errors\n serializedErrors {\n id\n counterpartyId\n legalEntityType\n firstName\n lastName\n dateOfBirth\n businessName\n legalStructure\n dateFormed\n email\n phoneNumbers {\n phoneNumber\n __typename\n }\n identifications {\n idType\n idNumber\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertPaymentOrder", + "name": "UpsertPaymentOrder", + "type": "mutation", + "body": "mutation UpsertPaymentOrder($input: UpsertPaymentOrderInput!) {\n upsertPaymentOrder(input: $input) {\n paymentOrder {\n id\n ledgerTransaction {\n id\n __typename\n }\n __typename\n }\n errors\n serializedErrors {\n id\n status\n originatingAccountId\n receivingAccountId\n direction\n amount\n type\n currency\n description\n purpose\n statementDescriptor\n remittanceInformation\n originatingPartyName\n effectiveDate\n processAfter\n priority\n metadata\n lineItems {\n id\n amount\n description\n metadata\n accountingCategory\n accountingLedgerClass\n __typename\n }\n accountingCategory\n accountingLedgerClass\n documents {\n file\n documentType\n __typename\n }\n nsfProtected\n sourcePaymentOrderId\n duplicateLineItems\n additionalAccountNumber\n additionalRoutingNumber\n additionalSwiftCode\n actionErrors {\n fieldName\n messages\n __typename\n }\n foreignExchangeIndicator\n subtype\n __typename\n }\n missingDetails {\n resourceId\n resourceName\n fieldNames\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertPermissionSet", + "name": "UpsertPermissionSet", + "type": "mutation", + "body": "mutation UpsertPermissionSet($input: UpsertPermissionSetInput!) {\n upsertPermissionSet(input: $input) {\n postSubmitPath\n permissionSet {\n id\n name\n description\n prettyPermissionsList\n updatedAt\n path\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertPublishableKey", + "name": "UpsertPublishableKey", + "type": "mutation", + "body": "mutation UpsertPublishableKey($input: UpsertPublishableKeyInput!) {\n upsertPublishableKey(input: $input) {\n publishableKey {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertReport", + "name": "UpsertReport", + "type": "mutation", + "body": "mutation UpsertReport($input: UpsertReportInput!) {\n upsertReport(input: $input) {\n errors\n report {\n id\n __typename\n }\n schedule {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertReportingPermissions", + "name": "UpsertReportingPermissions", + "type": "mutation", + "body": "mutation UpsertReportingPermissions($input: UpsertReportingPermissionsInput!) {\n upsertReportingPermissions(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertRole", + "name": "UpsertRole", + "type": "mutation", + "body": "mutation UpsertRole($input: UpsertRoleInput!) {\n upsertRole(input: $input) {\n role {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertRule", + "name": "UpsertRule", + "type": "mutation", + "body": "mutation UpsertRule($input: UpsertRuleInput!) {\n upsertRule(input: $input) {\n rule {\n id\n path\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertSweepRule", + "name": "UpsertSweepRule", + "type": "mutation", + "body": "mutation UpsertSweepRule($input: UpsertSweepRuleInput!) {\n upsertSweepRule(input: $input) {\n sweepRule {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UpsertViewDocument", + "name": "UpsertViewDocument", + "type": "mutation", + "body": "mutation UpsertViewDocument($input: UpsertViewDocumentInput!) {\n upsertViewDocument(input: $input) {\n viewDocument {\n id\n document\n viewDocumentType\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UserDetailsTable", + "name": "UserDetailsTable", + "type": "query", + "body": "query UserDetailsTable($id: ID!) {\n user(id: $id) {\n createdFromDirectory\n statusIndicator\n statusIndicatorDescriptor\n id\n path\n name\n email\n __typename\n }\n displayColumns(resource: user, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UserInvitationDetailsTable", + "name": "UserInvitationDetailsTable", + "type": "query", + "body": "query UserInvitationDetailsTable($id: ID!) {\n userInvitation(id: $id) {\n email\n createdAt\n expiresAt\n status\n __typename\n }\n displayColumns(resource: user_invitation, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UserInvitationListView", + "name": "UserInvitationListView", + "type": "query", + "body": "query UserInvitationListView($email: String, $showExpired: Boolean, $first: Int, $after: String, $last: Int, $before: String) {\n userInvitations(\n email: $email\n showExpired: $showExpired\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...UserInvitationList\n __typename\n }\n}\n\nfragment UserInvitationList on UserInvitationConnection {\n edges {\n node {\n typename: __typename\n email\n createdAt\n expiresAt\n status\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UserInvitationView", + "name": "UserInvitationView", + "type": "query", + "body": "query UserInvitationView($id: ID!) {\n userInvitation(id: $id) {\n id\n email\n liveGroups\n testGroups\n discardedAt\n __typename\n }\n abilities {\n User {\n canUpdate\n __typename\n }\n __typename\n }\n groups(includeOppositeContext: true) {\n edges {\n node {\n id\n name\n liveMode\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UserInvitationsHome", + "name": "UserInvitationsHome", + "type": "query", + "body": "query UserInvitationsHome($first: Int, $after: String, $last: Int, $before: String, $email: String, $showExpired: Boolean) {\n userInvitations(\n first: $first\n after: $after\n last: $last\n before: $before\n email: $email\n showExpired: $showExpired\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n ...userInvitation\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n\nfragment userInvitation on UserInvitation {\n id\n email\n createdAt\n updatedAt\n expiresAt\n status\n path\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UserListView", + "name": "UserListView", + "type": "query", + "body": "query UserListView($name: String, $email: String, $showDeleted: Boolean, $first: Int, $after: String, $last: Int, $before: String) {\n users(\n name: $name\n email: $email\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...UserList\n __typename\n }\n}\n\nfragment UserList on UserConnection {\n edges {\n node {\n typename: __typename\n createdFromDirectory\n statusIndicator\n statusIndicatorDescriptor\n id\n name\n email\n contextedGroupMemberships {\n typename: __typename\n id\n name\n path\n }\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UserView", + "name": "UserView", + "type": "query", + "body": "query UserView($id: ID!) {\n user(id: $id) {\n name\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UserViewDeprecated", + "name": "UserViewDeprecated", + "type": "query", + "body": "query UserViewDeprecated($id: ID!) {\n organizationUser {\n createdAt\n user {\n id\n __typename\n }\n __typename\n }\n currentOrganization {\n id\n live\n scimActive\n globalMfa\n __typename\n }\n groupsUnpaginated(includeOppositeContext: true) {\n id\n name\n liveMode\n createdFromDirectory\n __typename\n }\n abilities {\n Organization {\n canEdit\n __typename\n }\n User {\n canUpdate\n __typename\n }\n __typename\n }\n users(id: $id, showDeleted: true) {\n nodes {\n id\n name\n email\n path\n discardedAt\n lastLoggedInAt\n createdFromDirectory\n groupMemberships {\n ...group\n __typename\n }\n additionalSecurity {\n auth0Mfa\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment group on Group {\n id\n name\n description\n path\n default\n deprecatedRoles\n liveMode\n discardedAt\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UsersHome", + "name": "UsersHome", + "type": "query", + "body": "query UsersHome($first: Int, $after: String, $last: Int, $before: String, $id: ID, $name: String, $email: String, $showDeleted: Boolean, $limit: Int) {\n users(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n id: $id\n email: $email\n showDeleted: $showDeleted\n limit: $limit\n ) {\n ...UserList\n __typename\n }\n}\n\nfragment UserList on UserConnection {\n edges {\n node {\n typename: __typename\n createdFromDirectory\n statusIndicator\n statusIndicatorDescriptor\n id\n name\n email\n contextedGroupMemberships {\n typename: __typename\n id\n name\n path\n }\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/UsersManageAbility", + "name": "UsersManageAbility", + "type": "query", + "body": "query UsersManageAbility {\n abilities {\n User {\n canUpdate\n __typename\n }\n __typename\n }\n currentOrganization {\n scimActive\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorConfigs", + "name": "VendorConfigs", + "type": "query", + "body": "query VendorConfigs($vendorId: VendorIdEnum, $organizationId: ID, $interface: VendorInterfaceTypeEnum) {\n vendorConfigs(\n vendorId: $vendorId\n organizationId: $organizationId\n interface: $interface\n ) {\n id\n vendorId\n vendorName\n description\n type\n timeZone\n calendar\n fileBased\n incomingRequest\n interface\n prettyInterface\n paymentType\n priority\n format\n endpoint\n prettySchedule\n cutoffTimes\n crons\n customProcessingWindowsSupported\n path\n rawYaml\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorCredentialAsyncSelect", + "name": "VendorCredentialAsyncSelect", + "type": "query", + "body": "query VendorCredentialAsyncSelect($first: Int, $after: String, $id: ID, $description: String, $credentialType: RelayCredentialTypeEnum, $entity: VendorIdEnum, $cryptographicKeyType: CryptographicKeyTypeEnum) {\n operationsVendorCredentials(\n first: $first\n after: $after\n id: $id\n description: $description\n relayCredentialType: $credentialType\n entity: $entity\n cryptographicKeyType: $cryptographicKeyType\n ) {\n ...VendorCredentialList\n __typename\n }\n}\n\nfragment VendorCredentialList on VendorCredentialConnection {\n edges {\n node {\n typename: __typename\n id\n description\n credentialType\n credentialSubtype\n relayCredentialId\n entity\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorCredentialDetailsTable", + "name": "VendorCredentialDetailsTable", + "type": "query", + "body": "query VendorCredentialDetailsTable($id: ID!) {\n operationsVendorCredential(id: $id) {\n id\n path\n description\n credentialType\n credentialSubtype\n relayCredentialId\n entity\n createdAt\n discardedAt\n __typename\n }\n displayColumns(resource: vendor_credential, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorCredentialListView", + "name": "VendorCredentialListView", + "type": "query", + "body": "query VendorCredentialListView($id: ID, $showDeleted: String, $description: String, $relayCredentialId: ID, $relayCredentialType: RelayCredentialTypeEnum, $entity: VendorIdEnum, $createdAt: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n operationsVendorCredentials(\n id: $id\n showDeleted: $showDeleted\n description: $description\n relayCredentialId: $relayCredentialId\n relayCredentialType: $relayCredentialType\n entity: $entity\n createdAt: $createdAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...VendorCredentialList\n __typename\n }\n}\n\nfragment VendorCredentialList on VendorCredentialConnection {\n edges {\n node {\n typename: __typename\n id\n description\n credentialType\n credentialSubtype\n relayCredentialId\n entity\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorEndpointDetailsTable", + "name": "VendorEndpointDetailsTable", + "type": "query", + "body": "query VendorEndpointDetailsTable($id: ID!) {\n operationsVendorEndpoint(id: $id) {\n id\n path\n entity\n description\n relayEndpointId\n createdAt\n discardedAt\n __typename\n }\n displayColumns(resource: vendor_endpoint, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorEndpointListView", + "name": "VendorEndpointListView", + "type": "query", + "body": "query VendorEndpointListView($id: ID, $showDeleted: String, $description: String, $entity: VendorIdEnum, $relayEndpointId: ID, $first: Int, $after: String, $last: Int, $before: String) {\n operationsVendorEndpoints(\n id: $id\n showDeleted: $showDeleted\n description: $description\n entity: $entity\n relayEndpointId: $relayEndpointId\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...VendorEndpointList\n __typename\n }\n}\n\nfragment VendorEndpointList on VendorEndpointConnection {\n edges {\n node {\n typename: __typename\n id\n entity\n description\n relayEndpointId\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorEndpointTemplate", + "name": "VendorEndpointTemplate", + "type": "query", + "body": "query VendorEndpointTemplate($id: ID!) {\n adminVendorTemplate(id: $id) {\n id\n name\n entity\n description\n fields {\n typename: __typename\n ... on VendorEndpointTemplateFields {\n ...vendorEndpointTemplateFields\n __typename\n }\n }\n createdBy\n createdAt\n __typename\n }\n}\n\nfragment relayEndpointTemplateFields on RelayEndpointTemplateFields {\n protocol {\n default\n editable\n required\n visible\n __typename\n }\n host {\n default\n editable\n required\n visible\n __typename\n }\n environment {\n default\n editable\n required\n visible\n __typename\n }\n cleanAfterRead {\n default\n editable\n required\n visible\n __typename\n }\n port {\n default\n editable\n required\n visible\n __typename\n }\n basePath {\n default\n editable\n required\n visible\n __typename\n }\n authenticationStrategy {\n default\n editable\n required\n visible\n __typename\n }\n signingStrategy {\n default\n editable\n required\n visible\n __typename\n }\n encryptionStrategy {\n default\n editable\n required\n visible\n __typename\n }\n decryptionStrategy {\n default\n editable\n required\n visible\n __typename\n }\n inboundAuthenticationStrategy {\n default\n editable\n required\n visible\n __typename\n }\n incomingRequestIdentifier {\n default\n editable\n required\n visible\n __typename\n }\n username {\n default\n editable\n required\n visible\n __typename\n }\n password {\n default\n editable\n required\n visible\n __typename\n }\n authenticationKeyId {\n default\n editable\n required\n visible\n __typename\n }\n clientCertificateId {\n default\n editable\n required\n visible\n __typename\n }\n signingCertificateId {\n default\n editable\n required\n visible\n __typename\n }\n signingKeyId {\n default\n editable\n required\n visible\n __typename\n }\n encryptionKeyId {\n default\n editable\n required\n visible\n __typename\n }\n decryptionKeyId {\n default\n editable\n required\n visible\n __typename\n }\n authenticationOptions {\n accessTokenUrl {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenPath {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenScope {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenScopes {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenUsername {\n default\n editable\n required\n visible\n __typename\n }\n bofaApplicationId {\n default\n editable\n required\n visible\n __typename\n }\n bofaProviderId {\n default\n editable\n required\n visible\n __typename\n }\n clientId {\n default\n editable\n required\n visible\n __typename\n }\n digestSigningToken {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsApiUserId {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsClientId {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsPartnerId {\n default\n editable\n required\n visible\n __typename\n }\n merchantId {\n default\n editable\n required\n visible\n __typename\n }\n oauth2AccessTokenPath {\n default\n editable\n required\n visible\n __typename\n }\n oauth2ClientId {\n default\n editable\n required\n visible\n __typename\n }\n profileId {\n default\n editable\n required\n visible\n __typename\n }\n scope {\n default\n editable\n required\n visible\n __typename\n }\n sourceName {\n default\n editable\n required\n visible\n __typename\n }\n sourcePrefix {\n default\n editable\n required\n visible\n __typename\n }\n sourceRegion {\n default\n editable\n required\n visible\n __typename\n }\n __typename\n }\n secretOptions {\n accessTokenPassword {\n default\n editable\n required\n visible\n __typename\n }\n apiKey {\n default\n editable\n required\n visible\n __typename\n }\n apiSecret {\n default\n editable\n required\n visible\n __typename\n }\n authCode {\n default\n editable\n required\n visible\n __typename\n }\n clientSecret {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsJwkData {\n default\n editable\n required\n visible\n __typename\n }\n inboundSharedSecret {\n default\n editable\n required\n visible\n __typename\n }\n jpmcClientId {\n default\n editable\n required\n visible\n __typename\n }\n oauth2ClientSecret {\n default\n editable\n required\n visible\n __typename\n }\n refreshToken {\n default\n editable\n required\n visible\n __typename\n }\n signingToken {\n default\n editable\n required\n visible\n __typename\n }\n staticKey {\n default\n editable\n required\n visible\n __typename\n }\n subscriptionKey {\n default\n editable\n required\n visible\n __typename\n }\n usbankOnBehalfOfId {\n default\n editable\n required\n visible\n __typename\n }\n __typename\n }\n decryptionOptions {\n allowUnauthenticatedMessages {\n default\n editable\n required\n visible\n __typename\n }\n armored {\n default\n editable\n required\n visible\n __typename\n }\n pgpVerifyWithEncryptionKey {\n default\n editable\n required\n visible\n __typename\n }\n signingKeyDecrypt {\n default\n editable\n required\n visible\n __typename\n }\n __typename\n }\n __typename\n}\n\nfragment vendorEndpointTemplateFields on VendorEndpointTemplateFields {\n entity {\n default\n editable\n required\n visible\n __typename\n }\n description {\n default\n editable\n required\n visible\n __typename\n }\n relayEndpoint {\n typename: __typename\n ... on RelayEndpointTemplateFields {\n ...relayEndpointTemplateFields\n __typename\n }\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorEndpointTemplates", + "name": "VendorEndpointTemplates", + "type": "query", + "body": "query VendorEndpointTemplates($first: Int, $after: String, $last: Int, $before: String, $templatableType: AdminTemplatableTypeEnum, $entity: String, $name: String) {\n adminVendorTemplates(\n first: $first\n after: $after\n last: $last\n before: $before\n templatableType: $templatableType\n entity: $entity\n name: $name\n ) {\n edges {\n node {\n id\n name\n entity\n description\n fields {\n typename: __typename\n ... on VendorEndpointTemplateFields {\n ...vendorEndpointTemplateFields\n __typename\n }\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment relayEndpointTemplateFields on RelayEndpointTemplateFields {\n protocol {\n default\n editable\n required\n visible\n __typename\n }\n host {\n default\n editable\n required\n visible\n __typename\n }\n environment {\n default\n editable\n required\n visible\n __typename\n }\n cleanAfterRead {\n default\n editable\n required\n visible\n __typename\n }\n port {\n default\n editable\n required\n visible\n __typename\n }\n basePath {\n default\n editable\n required\n visible\n __typename\n }\n authenticationStrategy {\n default\n editable\n required\n visible\n __typename\n }\n signingStrategy {\n default\n editable\n required\n visible\n __typename\n }\n encryptionStrategy {\n default\n editable\n required\n visible\n __typename\n }\n decryptionStrategy {\n default\n editable\n required\n visible\n __typename\n }\n inboundAuthenticationStrategy {\n default\n editable\n required\n visible\n __typename\n }\n incomingRequestIdentifier {\n default\n editable\n required\n visible\n __typename\n }\n username {\n default\n editable\n required\n visible\n __typename\n }\n password {\n default\n editable\n required\n visible\n __typename\n }\n authenticationKeyId {\n default\n editable\n required\n visible\n __typename\n }\n clientCertificateId {\n default\n editable\n required\n visible\n __typename\n }\n signingCertificateId {\n default\n editable\n required\n visible\n __typename\n }\n signingKeyId {\n default\n editable\n required\n visible\n __typename\n }\n encryptionKeyId {\n default\n editable\n required\n visible\n __typename\n }\n decryptionKeyId {\n default\n editable\n required\n visible\n __typename\n }\n authenticationOptions {\n accessTokenUrl {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenPath {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenScope {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenScopes {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenUsername {\n default\n editable\n required\n visible\n __typename\n }\n bofaApplicationId {\n default\n editable\n required\n visible\n __typename\n }\n bofaProviderId {\n default\n editable\n required\n visible\n __typename\n }\n clientId {\n default\n editable\n required\n visible\n __typename\n }\n digestSigningToken {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsApiUserId {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsClientId {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsPartnerId {\n default\n editable\n required\n visible\n __typename\n }\n merchantId {\n default\n editable\n required\n visible\n __typename\n }\n oauth2AccessTokenPath {\n default\n editable\n required\n visible\n __typename\n }\n oauth2ClientId {\n default\n editable\n required\n visible\n __typename\n }\n profileId {\n default\n editable\n required\n visible\n __typename\n }\n scope {\n default\n editable\n required\n visible\n __typename\n }\n sourceName {\n default\n editable\n required\n visible\n __typename\n }\n sourcePrefix {\n default\n editable\n required\n visible\n __typename\n }\n sourceRegion {\n default\n editable\n required\n visible\n __typename\n }\n __typename\n }\n secretOptions {\n accessTokenPassword {\n default\n editable\n required\n visible\n __typename\n }\n apiKey {\n default\n editable\n required\n visible\n __typename\n }\n apiSecret {\n default\n editable\n required\n visible\n __typename\n }\n authCode {\n default\n editable\n required\n visible\n __typename\n }\n clientSecret {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsJwkData {\n default\n editable\n required\n visible\n __typename\n }\n inboundSharedSecret {\n default\n editable\n required\n visible\n __typename\n }\n jpmcClientId {\n default\n editable\n required\n visible\n __typename\n }\n oauth2ClientSecret {\n default\n editable\n required\n visible\n __typename\n }\n refreshToken {\n default\n editable\n required\n visible\n __typename\n }\n signingToken {\n default\n editable\n required\n visible\n __typename\n }\n staticKey {\n default\n editable\n required\n visible\n __typename\n }\n subscriptionKey {\n default\n editable\n required\n visible\n __typename\n }\n usbankOnBehalfOfId {\n default\n editable\n required\n visible\n __typename\n }\n __typename\n }\n decryptionOptions {\n allowUnauthenticatedMessages {\n default\n editable\n required\n visible\n __typename\n }\n armored {\n default\n editable\n required\n visible\n __typename\n }\n pgpVerifyWithEncryptionKey {\n default\n editable\n required\n visible\n __typename\n }\n signingKeyDecrypt {\n default\n editable\n required\n visible\n __typename\n }\n __typename\n }\n __typename\n}\n\nfragment vendorEndpointTemplateFields on VendorEndpointTemplateFields {\n entity {\n default\n editable\n required\n visible\n __typename\n }\n description {\n default\n editable\n required\n visible\n __typename\n }\n relayEndpoint {\n typename: __typename\n ... on RelayEndpointTemplateFields {\n ...relayEndpointTemplateFields\n __typename\n }\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorSubscriptionDetailsTable", + "name": "VendorSubscriptionDetailsTable", + "type": "query", + "body": "query VendorSubscriptionDetailsTable($id: ID!) {\n vendorSubscription(id: $id) {\n id\n path\n scheduleId\n connection {\n typename: __typename\n id\n entity\n path\n }\n vendorConfigDescription\n imports\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n poller {\n typename: __typename\n id\n path\n }\n formattedPath\n formattedPattern\n createdAt\n discardedAt\n settings\n __typename\n }\n displayColumns(resource: vendor_subscription, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorSubscriptionListView", + "name": "VendorSubscriptionListView", + "type": "query", + "body": "query VendorSubscriptionListView($id: ID, $showDeleted: String, $scheduleIds: [String!], $first: Int, $after: String, $last: Int, $before: String) {\n vendorSubscriptions(\n id: $id\n showDeleted: $showDeleted\n scheduleIds: $scheduleIds\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...VendorSubscriptionList\n __typename\n }\n}\n\nfragment VendorSubscriptionList on VendorSubscriptionConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n connection {\n typename: __typename\n id\n entity\n path\n }\n vendorConfigDescription\n imports\n connectionEndpoint {\n typename: __typename\n id\n label\n path\n }\n poller {\n typename: __typename\n id\n path\n }\n formattedPath\n formattedPattern\n createdAt\n discardedAt\n settings\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorSubscriptionStatusDetailsTable", + "name": "VendorSubscriptionStatusDetailsTable", + "type": "query", + "body": "query VendorSubscriptionStatusDetailsTable($vendorSubscriptionId: ID, $paymentOrderId: ID, $status: VendorSubscriptionStatusEnum, $current: Boolean) {\n vendorSubscriptionStatus(\n vendorSubscriptionId: $vendorSubscriptionId\n paymentOrderId: $paymentOrderId\n status: $status\n current: $current\n ) {\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n vendorSubscription {\n typename: __typename\n id\n scheduleId\n path\n }\n signalType\n problemType\n prettyDuration\n startedAt\n endedAt\n current\n message\n __typename\n }\n displayColumns(resource: vendor_subscription_status, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorSubscriptionStatusListView", + "name": "VendorSubscriptionStatusListView", + "type": "query", + "body": "query VendorSubscriptionStatusListView($vendorSubscriptionId: ID, $current: Boolean, $first: Int, $after: String, $last: Int, $before: String) {\n vendorSubscriptionStatuses(\n vendorSubscriptionId: $vendorSubscriptionId\n current: $current\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...VendorSubscriptionStatusList\n __typename\n }\n}\n\nfragment VendorSubscriptionStatusList on VendorSubscriptionStatusConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n vendorSubscription {\n typename: __typename\n id\n scheduleId\n path\n }\n signalType\n problemType\n prettyDuration\n startedAt\n endedAt\n current\n message\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VendorSubscriptionStatuses", + "name": "VendorSubscriptionStatuses", + "type": "query", + "body": "query VendorSubscriptionStatuses($vendorSubscriptionId: ID, $status: VendorSubscriptionStatusEnum, $current: Boolean) {\n vendorSubscriptionStatuses(\n vendorSubscriptionId: $vendorSubscriptionId\n status: $status\n current: $current\n ) {\n ...VendorSubscriptionStatusList\n edges {\n node {\n vendorSubscription {\n connectionId\n __typename\n }\n possibleStuckPoStatuses\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment VendorSubscriptionStatusList on VendorSubscriptionStatusConnection {\n edges {\n node {\n typename: __typename\n prettyStatus\n statusIndicator\n statusIndicatorDescriptor\n statusIndicatorVerbose\n vendorSubscription {\n typename: __typename\n id\n scheduleId\n path\n }\n signalType\n problemType\n prettyDuration\n startedAt\n endedAt\n current\n message\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ViewDetailsTable", + "name": "ViewDetailsTable", + "type": "query", + "body": "query ViewDetailsTable($id: ID!) {\n view(id: $id) {\n id\n path\n name\n prettyResourceType\n createdAt\n __typename\n }\n displayColumns(resource: view, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ViewDocuments", + "name": "ViewDocuments", + "type": "query", + "body": "query ViewDocuments($viewId: ID!, $viewDocumentType: String) {\n viewDocuments(viewId: $viewId, viewDocumentType: $viewDocumentType) {\n edges {\n node {\n ...viewDocument\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment viewDocument on ViewDocument {\n id\n viewDocumentType\n document\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ViewListView", + "name": "ViewListView", + "type": "query", + "body": "query ViewListView($viewType: ViewTypeEnum!, $creationSource: ViewCreationSourceEnum!, $name: String, $first: Int, $after: String, $last: Int, $before: String) {\n views(\n viewType: $viewType\n creationSource: $creationSource\n name: $name\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...ViewList\n __typename\n }\n}\n\nfragment ViewList on ViewConnection {\n edges {\n node {\n typename: __typename\n id\n name\n prettyResourceType\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ViewsSelectOptions", + "name": "ViewsSelectOptions", + "type": "query", + "body": "query ViewsSelectOptions($viewType: ViewTypeEnum!, $resourceType: ResourceEnum!, $creationSource: ViewCreationSourceEnum!, $name: String) {\n views(\n viewType: $viewType\n resourceType: $resourceType\n creationSource: $creationSource\n name: $name\n ) {\n edges {\n node {\n ...view\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment view on View {\n id\n name\n viewDocuments {\n id\n document\n viewDocumentType\n __typename\n }\n belongsToUser\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountDetailsTable", + "name": "VirtualAccountDetailsTable", + "type": "query", + "body": "query VirtualAccountDetailsTable($id: ID!) {\n virtualAccount(id: $id) {\n status\n statusIndicator\n statusIndicatorDescriptor\n discardedAt\n id\n path\n name\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n description\n creditLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n debitLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n ledgerAccount {\n typename: __typename\n id\n name\n path\n }\n __typename\n }\n displayColumns(resource: virtual_account, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountListView", + "name": "VirtualAccountListView", + "type": "query", + "body": "query VirtualAccountListView($virtualAccountNumber: String, $fuzzyVirtualAccountNumber: String, $virtualAccountName: String, $internalAccountIds: [String!], $showDeleted: String, $metadata: JSON, $first: Int, $after: String, $last: Int, $before: String) {\n virtualAccounts(\n virtualAccountNumber: $virtualAccountNumber\n fuzzyVirtualAccountNumber: $fuzzyVirtualAccountNumber\n virtualAccountName: $virtualAccountName\n internalAccountIds: $internalAccountIds\n showDeleted: $showDeleted\n metadata: $metadata\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...VirtualAccountList\n __typename\n }\n}\n\nfragment VirtualAccountList on VirtualAccountConnection {\n edges {\n node {\n typename: __typename\n discardedAt\n id\n name\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n description\n creditLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n debitLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n ledgerAccountName\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountSettingDetailsTable", + "name": "VirtualAccountSettingDetailsTable", + "type": "query", + "body": "query VirtualAccountSettingDetailsTable($id: ID!) {\n virtualAccountSetting(id: $id) {\n id\n path\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n allocationType\n allocationLength\n allocationIdentifier\n allocationRangeStart\n allocationRangeEnd\n createdAt\n discardedAt\n __typename\n }\n displayColumns(resource: virtual_account_setting, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountSettingListView", + "name": "VirtualAccountSettingListView", + "type": "query", + "body": "query VirtualAccountSettingListView($showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n virtualAccountSettings(\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...VirtualAccountSettingList\n __typename\n }\n}\n\nfragment VirtualAccountSettingList on VirtualAccountSettingConnection {\n edges {\n node {\n typename: __typename\n id\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n allocationType\n allocationLength\n allocationIdentifier\n allocationRangeStart\n allocationRangeEnd\n createdAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountView", + "name": "VirtualAccountView", + "type": "query", + "body": "query VirtualAccountView($id: ID!) {\n virtualAccount(id: $id) {\n id\n name\n canUpdate\n canDestroy\n createdAt\n discardedAt\n accountDetails {\n id\n accountNumber\n accountNumberType\n parentAccountType\n __typename\n }\n counterparty {\n id\n name\n __typename\n }\n internalAccount {\n id\n longName\n __typename\n }\n routingDetails {\n id\n routingNumber\n routingNumberType\n prettyRoutingNumberType\n __typename\n }\n description\n metadata\n creditLedgerAccount {\n id\n name\n postedBalance\n __typename\n }\n debitLedgerAccount {\n id\n name\n postedBalance\n __typename\n }\n ledgerAccount {\n id\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountViewIPDs", + "name": "VirtualAccountViewIPDs", + "type": "query", + "body": "query VirtualAccountViewIPDs($first: Int, $after: String, $last: Int, $before: String, $id: ID!, $metadata: JSON, $status: IncomingPaymentDetail__StatusEnum, $incomingPaymentDetailType: IncomingPaymentDetailTypeEnum, $amount: AmountFilterInput, $asOfDate: DateFilterInput, $currency: String, $direction: String) {\n incomingPaymentDetails(\n first: $first\n after: $after\n last: $last\n before: $before\n virtualAccountId: $id\n metadata: $metadata\n status: $status\n incomingPaymentDetailType: $incomingPaymentDetailType\n amount: $amount\n asOfDate: $asOfDate\n currency: $currency\n direction: $direction\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n path\n asOfDate\n prettyAmount\n prettyType\n prettyStatus\n prettyDirection\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountsGettingStarted", + "name": "VirtualAccountsGettingStarted", + "type": "query", + "body": "query VirtualAccountsGettingStarted {\n products {\n edges {\n node {\n id\n productType\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountsHome", + "name": "VirtualAccountsHome", + "type": "query", + "body": "query VirtualAccountsHome($first: Int, $after: String, $last: Int, $before: String, $virtualAccountName: String, $virtualAccountNumber: String, $fuzzyVirtualAccountNumber: String, $counterpartyId: ID, $internalAccountId: String, $internalAccountIds: [String!], $showDeleted: String, $metadata: JSON) {\n virtualAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n virtualAccountName: $virtualAccountName\n fuzzyVirtualAccountNumber: $fuzzyVirtualAccountNumber\n counterpartyId: $counterpartyId\n virtualAccountNumber: $virtualAccountNumber\n internalAccountId: $internalAccountId\n internalAccountIds: $internalAccountIds\n showDeleted: $showDeleted\n metadata: $metadata\n ) {\n ...VirtualAccountList\n __typename\n }\n virtualAccountsEmpty\n}\n\nfragment VirtualAccountList on VirtualAccountConnection {\n edges {\n node {\n typename: __typename\n discardedAt\n id\n name\n internalAccount {\n typename: __typename\n id\n bestName\n path\n }\n counterparty {\n typename: __typename\n id\n name\n path\n }\n description\n creditLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n debitLedgerAccount {\n typename: __typename\n id\n name\n path\n }\n ledgerAccountName\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountsSelect", + "name": "VirtualAccountsSelect", + "type": "query", + "body": "query VirtualAccountsSelect($first: Int, $after: String, $last: Int, $before: String, $virtualAccountName: String, $virtualAccountNumber: String, $fuzzyVirtualAccountNumber: String) {\n virtualAccounts(\n first: $first\n after: $after\n last: $last\n before: $before\n virtualAccountName: $virtualAccountName\n fuzzyVirtualAccountNumber: $fuzzyVirtualAccountNumber\n virtualAccountNumber: $virtualAccountNumber\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n fullAccountName\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n virtualAccountsEmpty\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/VirtualAccountsUtilization", + "name": "VirtualAccountsUtilization", + "type": "query", + "body": "query VirtualAccountsUtilization($internalAccountId: ID!) {\n virtualAccountsUtilization(internalAccountId: $internalAccountId) {\n numAccountsUsed\n numAccountsAllocated\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/WebhookDeliveryAttemptListView", + "name": "WebhookDeliveryAttemptListView", + "type": "query", + "body": "query WebhookDeliveryAttemptListView($createdAt: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n webhookDeliveryAttempts(\n createdAt: $createdAt\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...WebhookDeliveryAttemptList\n __typename\n }\n}\n\nfragment WebhookDeliveryAttemptList on WebhookDeliveryAttemptConnection {\n edges {\n node {\n typename: __typename\n objectId\n topic\n eventName\n status\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/WebhookDeliveryAttemptsView", + "name": "WebhookDeliveryAttemptsView", + "type": "query", + "body": "query WebhookDeliveryAttemptsView($first: Int, $after: String, $last: Int, $before: String, $webhookEndpointId: ID, $eventId: ID, $createdAt: DateTimeFilterInput) {\n currentOrganization {\n currentLiveMode\n __typename\n }\n relatedRecordsAreArchived(\n resourceType: \"Event\"\n resourceId: $eventId\n archivedRecordType: \"WebhookDeliveryAttempt\"\n )\n webhookDeliveryAttempts(\n first: $first\n after: $after\n last: $last\n before: $before\n webhookEndpointId: $webhookEndpointId\n eventId: $eventId\n createdAt: $createdAt\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n deliveryId\n createdAt\n status\n headers\n body\n topic\n eventName\n webhookUrl\n objectId\n path\n webhookEndpointId\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/WebhookEndpointDetailsTable", + "name": "WebhookEndpointDetailsTable", + "type": "query", + "body": "query WebhookEndpointDetailsTable($id: ID!, $decryptedScope: Boolean) {\n webhookEndpoint(id: $id, decryptedScope: $decryptedScope) {\n prettyHealth\n health\n healthDescriptor\n url\n id\n status\n prettyRateLimit\n createdAt\n liveMode\n webhookKey\n basicAuthEnabled\n discardedAt\n updatedAt\n __typename\n }\n displayColumns(resource: webhook_endpoint, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/WebhookEndpointListView", + "name": "WebhookEndpointListView", + "type": "query", + "body": "query WebhookEndpointListView($url: String, $showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n webhookEndpoints(\n url: $url\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...WebhookEndpointList\n __typename\n }\n}\n\nfragment WebhookEndpointList on WebhookEndpointConnection {\n edges {\n node {\n typename: __typename\n prettyHealth\n health\n healthDescriptor\n url\n id\n status\n prettyRateLimit\n createdAt\n liveMode\n webhookKey\n basicAuthEnabled\n discardedAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/WebhookEndpointView", + "name": "WebhookEndpointView", + "type": "query", + "body": "query WebhookEndpointView($id: ID!, $decryptedScope: Boolean) {\n webhookEndpoint(id: $id, decryptedScope: $decryptedScope) {\n id\n url\n enabled\n webhookKey\n liveMode\n createdAt\n configuredEvents\n canUpdate\n discardedAt\n rateLimit\n basicAuthEnabled\n health\n healthDescriptor\n __typename\n }\n currentOrganization {\n webhookEndpointsThrottlingEnabled\n currentLiveMode\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/WebhookEndpointsHome", + "name": "WebhookEndpointsHome", + "type": "query", + "body": "query WebhookEndpointsHome($first: Int, $after: String, $last: Int, $before: String, $url: String, $showDeleted: String, $orderBy: JSON) {\n webhookEndpoints(\n first: $first\n after: $after\n last: $last\n before: $before\n url: $url\n showDeleted: $showDeleted\n orderBy: $orderBy\n ) {\n ...WebhookEndpointList\n __typename\n }\n abilities {\n WebhookEndpoint {\n canCreate\n __typename\n }\n __typename\n }\n currentOrganization {\n webhookEndpointsThrottlingEnabled\n __typename\n }\n}\n\nfragment WebhookEndpointList on WebhookEndpointConnection {\n edges {\n node {\n typename: __typename\n prettyHealth\n health\n healthDescriptor\n url\n id\n status\n prettyRateLimit\n createdAt\n liveMode\n webhookKey\n basicAuthEnabled\n discardedAt\n updatedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/WebhookSubscriptionDetailsTable", + "name": "WebhookSubscriptionDetailsTable", + "type": "query", + "body": "query WebhookSubscriptionDetailsTable($id: ID!) {\n webhookSubscription(id: $id) {\n id\n path\n scheduleId\n eventType\n prettyStatus\n statusTagColor\n vendorSubscription {\n typename: __typename\n id\n path\n }\n callbackUrl\n vendorId\n createdAt\n lastSyncedAt\n discardedAt\n __typename\n }\n displayColumns(resource: webhook_subscription, viewType: \"details_table\") {\n ...displayColumn\n __typename\n }\n}\n\nfragment displayColumn on DisplayColumn {\n viewOptions {\n detailsTable {\n hideIfNull\n copyable\n default\n primaryColumn\n __typename\n }\n listView {\n default\n label\n __typename\n }\n __typename\n }\n label\n id\n type\n resource\n sortColumn\n displayTypeOptions {\n ... on AssociationOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on AssociationListOption {\n typename: __typename\n associatedEntityLabelField\n associatedEntityLabelFieldType\n drawerEnabled\n linkEnabled\n }\n ... on PolymorphicAssociationOption {\n associationPrefix\n drawerEnabled\n stackedDrawerEnabled\n __typename\n }\n ... on AuditableJSONOption {\n auditableFieldName\n __typename\n }\n ... on CountdownOption {\n countdownType\n __typename\n }\n ... on LabelWithCountOption {\n countField\n prettyCountField\n truncateMiddle\n __typename\n }\n ... on AmountDifferenceOption {\n highlightAmountDifferenceField\n __typename\n }\n ... on StatusIndicatorOption {\n statusIndicatorCurrentStatusField\n statusIndicatorDescriptorField\n statusIndicatorVerboseField\n __typename\n }\n ... on TagOption {\n tagColorField\n tagIconField\n __typename\n }\n ... on TagButtonListOption {\n tagButtonColorsField\n tagButtonIconsField\n tagButtonHrefsField\n tagButtonTooltipsField\n __typename\n }\n ... on AuditableTextOption {\n fieldAsDefaultText\n fullField\n copyable\n __typename\n }\n ... on LinkOption {\n displayNameField\n openNewTab\n __typename\n }\n ... on TagListOption {\n tagColorsField\n tagIconsField\n __typename\n }\n ... on JSONOption {\n collapsed\n __typename\n }\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/WebhookSubscriptionListView", + "name": "WebhookSubscriptionListView", + "type": "query", + "body": "query WebhookSubscriptionListView($scheduleIds: [String!], $showDeleted: String, $first: Int, $after: String, $last: Int, $before: String) {\n webhookSubscriptions(\n scheduleIds: $scheduleIds\n showDeleted: $showDeleted\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n ...WebhookSubscriptionList\n __typename\n }\n}\n\nfragment WebhookSubscriptionList on WebhookSubscriptionConnection {\n edges {\n node {\n typename: __typename\n id\n scheduleId\n eventType\n prettyStatus\n statusTagColor\n vendorSubscription {\n typename: __typename\n id\n path\n }\n callbackUrl\n vendorId\n createdAt\n lastSyncedAt\n discardedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/accountSelect", + "name": "accountSelect", + "type": "query", + "body": "query accountSelect($includeAllAccountsOption: Boolean, $accountIds: [ID!], $accountSearchName: String, $isMulti: Boolean) {\n accountSelectOptions(\n includeAllAccountsOption: $includeAllAccountsOption\n accountIds: $accountIds\n accountSearchName: $accountSearchName\n isMulti: $isMulti\n ) {\n typename: __typename\n ... on SelectSimpleOption {\n label\n value\n __typename\n }\n ... on SelectGroupOption {\n label\n options {\n label\n value\n __typename\n }\n __typename\n }\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/apiKeyReadAbility", + "name": "apiKeyReadAbility", + "type": "query", + "body": "query apiKeyReadAbility {\n abilities {\n APIKey {\n canRead\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/bulkRequestPayloadUrl", + "name": "bulkRequestPayloadUrl", + "type": "query", + "body": "query bulkRequestPayloadUrl($id: ID!) {\n bulkRequestPayloadUrl(id: $id) {\n requestPayloadUrl\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/bulkValidateCounterparties", + "name": "bulkValidateCounterparties", + "type": "mutation", + "body": "mutation bulkValidateCounterparties($input: BulkValidateCounterpartiesInput!) {\n bulkValidateCounterparties(input: $input) {\n recordErrors {\n recordIndex\n errors {\n fieldName\n messages\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/bulkValidateExpectedPayments", + "name": "bulkValidateExpectedPayments", + "type": "mutation", + "body": "mutation bulkValidateExpectedPayments($input: BulkValidateExpectedPaymentsInput!) {\n bulkValidateExpectedPayments(input: $input) {\n recordErrors {\n recordIndex\n errors {\n fieldName\n messages\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/calculateIncomingPaymentDetailsTotalAmount", + "name": "calculateIncomingPaymentDetailsTotalAmount", + "type": "query", + "body": "query calculateIncomingPaymentDetailsTotalAmount($first: Int, $after: String, $last: Int, $before: String, $metadata: JSON, $status: IncomingPaymentDetail__StatusEnum, $incomingPaymentDetailType: IncomingPaymentDetailTypeEnum, $amount: AmountFilterInput, $asOfDate: DateFilterInput, $internalAccountIds: [ID!], $currency: String, $direction: String, $virtualAccountName: String, $virtualAccountNumber: String, $virtualAccountId: ID, $tliHasExpectedPayment: Boolean) {\n calculateIncomingPaymentDetailsTotalAmount(\n input: {first: $first, after: $after, last: $last, before: $before, metadata: $metadata, status: $status, incomingPaymentDetailType: $incomingPaymentDetailType, amount: $amount, asOfDate: $asOfDate, internalAccountIds: $internalAccountIds, currency: $currency, direction: $direction, virtualAccountName: $virtualAccountName, virtualAccountNumber: $virtualAccountNumber, virtualAccountId: $virtualAccountId, tliHasExpectedPayment: $tliHasExpectedPayment}\n ) {\n totalCount\n creditCount\n debitCount\n totalAmount\n creditAmount\n debitAmount\n currency\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/calculateTransactionsTotalAmount", + "name": "calculateTransactionsTotalAmount", + "type": "query", + "body": "query calculateTransactionsTotalAmount($id: ID, $paymentType: String, $direction: String, $amount: AmountFilterInput, $description: String, $vendorId: String, $vendorCustomerId: String, $asOfDate: DateFilterInput, $reconciled: String, $posted: String, $counterpartyId: ID, $currency: CurrencyEnum, $internalAccountIds: [String!], $connectionId: ID, $metadata: JSON, $reconciledItemTypes: [ReconciledItemTypeEnum!], $selectedTransactableIds: [String!], $selectedTransactableType: String, $bulkRequestId: ID, $referenceNumber: String, $orderBy: JSON, $reconciliationRuleId: ID, $unledgered: String, $unledgeredOrUnreconciled: String) {\n calculateTransactionsTotalAmount(\n input: {id: $id, paymentType: $paymentType, direction: $direction, amount: $amount, description: $description, vendorId: $vendorId, vendorCustomerId: $vendorCustomerId, asOfDate: $asOfDate, reconciled: $reconciled, posted: $posted, counterpartyId: $counterpartyId, currency: $currency, internalAccountIds: $internalAccountIds, connectionId: $connectionId, metadata: $metadata, reconciledItemTypes: $reconciledItemTypes, selectedTransactableIds: $selectedTransactableIds, selectedTransactableType: $selectedTransactableType, referenceNumber: $referenceNumber, bulkRequestId: $bulkRequestId, orderBy: $orderBy, reconciliationRuleId: $reconciliationRuleId, unledgered: $unledgered, unledgeredOrUnreconciled: $unledgeredOrUnreconciled}\n ) {\n totalCount\n creditCount\n debitCount\n totalAmount\n creditAmount\n debitAmount\n currency\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/calendarOpsHubView", + "name": "calendarOpsHubView", + "type": "query", + "body": "query calendarOpsHubView($id: String!) {\n calendar(id: $id) {\n id\n name\n workingDays\n holidays\n needsRegularReview\n todayDate\n workingDayToday\n nextWorkingDays\n configIds\n rawYaml\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/connectionView", + "name": "connectionView", + "type": "query", + "body": "query connectionView($id: ID!) {\n connection(id: $id) {\n id\n nickname\n entity\n vendor {\n id\n name\n __typename\n }\n currencies\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/connectionsView", + "name": "connectionsView", + "type": "query", + "body": "query connectionsView {\n connections {\n totalCount\n nodes {\n id\n nickname\n canCustomerUploadFiles\n vendor {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/cpaCodesDropdown", + "name": "cpaCodesDropdown", + "type": "query", + "body": "query cpaCodesDropdown($direction: DirectionEnum) {\n cpaCodes(direction: $direction) {\n code\n description\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/createFundFlow", + "name": "createFundFlow", + "type": "mutation", + "body": "mutation createFundFlow($input: CreateFundFlowInput!) {\n createFundFlow(input: $input) {\n fundFlow {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/createLedgerAccountSettlement", + "name": "createLedgerAccountSettlement", + "type": "mutation", + "body": "mutation createLedgerAccountSettlement($input: CreateLedgerAccountSettlementInput!) {\n createLedgerAccountSettlement(input: $input) {\n ledgerAccountSettlement {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/createReconciliationBatch", + "name": "createReconciliationBatch", + "type": "mutation", + "body": "mutation createReconciliationBatch($input: CreateReconciliationBatchInput!) {\n createReconciliationBatch(input: $input) {\n reconciliationBatch {\n id\n status\n internalAccountId\n internalAccountGroupId\n processAt\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/deleteAdminApprovalRule", + "name": "deleteAdminApprovalRule", + "type": "mutation", + "body": "mutation deleteAdminApprovalRule($input: DeleteAdminApprovalRuleInput!) {\n deleteAdminApprovalRule(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/deleteExpectedPayment", + "name": "deleteExpectedPayment", + "type": "mutation", + "body": "mutation deleteExpectedPayment($input: DeleteExpectedPaymentInput!) {\n deleteExpectedPayment(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/deleteExpectedPayments", + "name": "deleteExpectedPayments", + "type": "mutation", + "body": "mutation deleteExpectedPayments($input: DeleteExpectedPaymentsInput!) {\n deleteExpectedPayments(input: $input) {\n errors\n expectedPaymentsDeleted\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/discardIncomingPaymentDetail", + "name": "discardIncomingPaymentDetail", + "type": "mutation", + "body": "mutation discardIncomingPaymentDetail($input: DiscardIncomingPaymentDetailInput!) {\n discardIncomingPaymentDetail(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/discardPendingTransaction", + "name": "discardPendingTransaction", + "type": "mutation", + "body": "mutation discardPendingTransaction($input: DiscardPendingTransactionInput!) {\n discardPendingTransaction(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/discardReturn", + "name": "discardReturn", + "type": "mutation", + "body": "mutation discardReturn($input: DiscardReturnInput!) {\n discardReturn(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/dismissBankingHolidays", + "name": "dismissBankingHolidays", + "type": "mutation", + "body": "mutation dismissBankingHolidays($input: DismissBankingHolidaysInput!) {\n dismissBankingHolidays(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/expectedPaymentAccounts", + "name": "expectedPaymentAccounts", + "type": "query", + "body": "query expectedPaymentAccounts($internalAccountId: ID!, $counterpartyId: ID!) {\n internalAccount(id: $internalAccountId) {\n id\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n ledger {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n counterparty(id: $counterpartyId) {\n id\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n ledger {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/expectedPaymentInternalTool", + "name": "expectedPaymentInternalTool", + "type": "query", + "body": "query expectedPaymentInternalTool($id: ID!) {\n expectedPayment(id: $id) {\n status\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/getLedgerTransaction", + "name": "getLedgerTransaction", + "type": "query", + "body": "query getLedgerTransaction($id: ID!) {\n ledgerEntries(ledgerTransactionId: $id) {\n nodes {\n amountDecimal\n direction\n metadataJson\n ledgerAccount {\n id\n name\n currency\n currencyExponent\n __typename\n }\n __typename\n }\n __typename\n }\n ledgerTransaction(id: $id) {\n description\n ledgerId\n effectiveAt\n metadataJson\n status\n externalId\n amountDecimal\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/getPaymentOrderTemplate", + "name": "getPaymentOrderTemplate", + "type": "query", + "body": "query getPaymentOrderTemplate($id: ID!) {\n template(id: $id) {\n id\n currentTemplateVersion {\n id\n description\n name\n fields {\n ...paymentOrderTemplateVersionFields\n __typename\n }\n __typename\n }\n __typename\n }\n}\n\nfragment paymentOrderTemplateVersionFields on PaymentOrderTemplateVersionFields {\n direction {\n default\n editable\n required\n visible\n __typename\n }\n originatingAccountId {\n default\n editable\n required\n visible\n __typename\n }\n receivingEntityId {\n default\n editable\n required\n visible\n __typename\n }\n foreignExchangeIndicator {\n default\n editable\n required\n visible\n __typename\n }\n paymentType {\n default\n editable\n required\n visible\n __typename\n }\n currency {\n default\n editable\n required\n visible\n __typename\n }\n amount {\n default\n editable\n required\n visible\n validations {\n ... on TemplateValidationBetween {\n operator\n rangeStart\n rangeEnd\n __typename\n }\n __typename\n }\n __typename\n }\n paymentSubtype {\n default\n editable\n required\n visible\n __typename\n }\n statementDescriptor {\n default\n editable\n required\n visible\n __typename\n }\n remittanceInformation {\n default\n editable\n required\n visible\n __typename\n }\n originatingPartyName {\n default\n editable\n required\n visible\n __typename\n }\n description {\n default\n editable\n required\n visible\n __typename\n }\n lineItems {\n default\n editable\n required\n visible\n __typename\n }\n ledgerTransactions {\n default\n editable\n required\n visible\n __typename\n }\n purpose {\n default\n editable\n required\n visible\n __typename\n }\n metadataJson {\n default\n editable\n required\n visible\n __typename\n }\n priority {\n default\n editable\n required\n visible\n __typename\n }\n metadata {\n default\n editable\n required\n visible\n __typename\n }\n chargeBearer {\n default\n editable\n required\n visible\n __typename\n }\n prettyAmount\n originatingAccountCurrency\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/incomingPaymentDetailInternalTool", + "name": "incomingPaymentDetailInternalTool", + "type": "query", + "body": "query incomingPaymentDetailInternalTool($id: ID!) {\n incomingPaymentDetail(id: $id) {\n sourceTransaction {\n id\n path\n scheduleId\n __typename\n }\n internalAccount {\n connection {\n entity\n __typename\n }\n __typename\n }\n filename\n reconciled\n reconciliationStatus\n scheduleId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/incomingPaymentDetailsHome", + "name": "incomingPaymentDetailsHome", + "type": "query", + "body": "query incomingPaymentDetailsHome($first: Int, $after: String, $last: Int, $before: String, $metadata: JSON, $memo: String, $counterparty: String, $status: IncomingPaymentDetail__StatusEnum, $incomingPaymentDetailType: IncomingPaymentDetailTypeEnum, $amount: AmountFilterInput, $asOfDate: DateFilterInput, $internalAccountIds: [ID!], $currency: String, $direction: String, $virtualAccountName: String, $virtualAccountNumber: String, $virtualAccountId: ID, $tliHasExpectedPayment: Boolean) {\n incomingPaymentDetails(\n first: $first\n after: $after\n last: $last\n before: $before\n metadata: $metadata\n status: $status\n memo: $memo\n counterparty: $counterparty\n incomingPaymentDetailType: $incomingPaymentDetailType\n amount: $amount\n asOfDate: $asOfDate\n internalAccountIds: $internalAccountIds\n currency: $currency\n direction: $direction\n virtualAccountName: $virtualAccountName\n virtualAccountNumber: $virtualAccountNumber\n virtualAccountId: $virtualAccountId\n tliHasExpectedPayment: $tliHasExpectedPayment\n ) {\n ...IncomingPaymentDetailList\n __typename\n }\n}\n\nfragment IncomingPaymentDetailList on IncomingPaymentDetailConnection {\n edges {\n node {\n typename: __typename\n id\n asOfDate\n prettyStatus\n prettyAmount\n currency\n prettyDirection\n prettyType\n ledgerTransaction {\n typename: __typename\n id\n path\n }\n direction\n virtualAccount {\n typename: __typename\n id\n fullAccountName\n path\n }\n internalAccount {\n typename: __typename\n id\n longName\n path\n }\n originatingRoutingNumber\n receivingParentTransaction {\n typename: __typename\n id\n path\n }\n memo\n counterparty\n unreconciledAmount\n path\n metadataJson\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/internalAccountBalancesReconTableView", + "name": "internalAccountBalancesReconTableView", + "type": "query", + "body": "query internalAccountBalancesReconTableView($id: ID!, $dateRange: DateTimeFilterInput, $first: Int, $after: String, $last: Int, $before: String) {\n internalAccountBalancesRecon(\n id: $id\n dateRange: $dateRange\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n internalAccountId\n ledgerBalance\n bankBalance\n variance\n prettyLedgerBalance\n prettyBankBalance\n prettyVariance\n bankBalanceDatetime\n ledgerAccountId\n balanceType\n prettyBalanceTypeAndDate\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/lastAccessedLedger", + "name": "lastAccessedLedger", + "type": "query", + "body": "query lastAccessedLedger {\n lastAccessedLedger {\n id\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ledgerAccountBalancesByDate", + "name": "ledgerAccountBalancesByDate", + "type": "query", + "body": "query ledgerAccountBalancesByDate($id: ID!, $dateConnectionInput: ByDateConnectionInput!, $timeZone: String!) {\n ledgerAccountBalancesByDate(\n id: $id\n dateConnectionInput: $dateConnectionInput\n timeZone: $timeZone\n ) {\n nodes {\n effectiveDate\n availableBalances\n pendingBalances\n postedBalances\n pendingCredits\n pendingDebits\n postedCredits\n postedDebits\n currency\n updatedAt\n __typename\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n __typename\n }\n totalCount\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ledgerAccountCategoriesSelect", + "name": "ledgerAccountCategoriesSelect", + "type": "query", + "body": "query ledgerAccountCategoriesSelect($first: Int, $after: String, $last: Int, $before: String, $ledgerId: ID!, $name: String, $currency: String, $currencyExponent: Int) {\n ledgerAccountCategories(\n first: $first\n after: $after\n last: $last\n before: $before\n ledgerId: $ledgerId\n name: $name\n currency: $currency\n currencyExponent: $currencyExponent\n ) {\n edges {\n node {\n id\n name\n parentIds\n childrenIds\n __typename\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ledgerAccountCategoriesValidator", + "name": "ledgerAccountCategoriesValidator", + "type": "query", + "body": "query ledgerAccountCategoriesValidator($selectedCategoryIds: [ID!]!, $chosenCategoryId: ID!) {\n ledgerAccountCategoriesValidator(\n selectedCategoryIds: $selectedCategoryIds\n chosenCategoryId: $chosenCategoryId\n ) {\n badCategoryIds\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ledgerAccountCategoryBalancesByDate", + "name": "ledgerAccountCategoryBalancesByDate", + "type": "query", + "body": "query ledgerAccountCategoryBalancesByDate($id: ID!, $dateConnectionInput: ByDateConnectionInput!, $timeZone: String!) {\n ledgerAccountCategoryBalancesByDate(\n id: $id\n dateConnectionInput: $dateConnectionInput\n timeZone: $timeZone\n ) {\n nodes {\n effectiveDate\n availableBalances\n pendingBalances\n postedBalances\n pendingCredits\n pendingDebits\n postedCredits\n postedDebits\n currency\n updatedAt\n __typename\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n __typename\n }\n totalCount\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ledgerAccountSelect", + "name": "ledgerAccountSelect", + "type": "query", + "body": "query ledgerAccountSelect($id: ID!, $first: Int, $after: String, $last: Int, $before: String, $name: String, $accountId: ID!) {\n ledgerAccounts(\n ledgerId: $id\n first: $first\n after: $after\n last: $last\n before: $before\n name: $name\n ) {\n edges {\n node {\n id\n name\n currency\n currencyExponent\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n ledgerAccount(id: $accountId) {\n id\n name\n currency\n currencyExponent\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ledgerAccountsSelect", + "name": "ledgerAccountsSelect", + "type": "query", + "body": "query ledgerAccountsSelect($ledgerId: ID!, $first: Int, $after: String, $name: String) {\n ledgerAccounts(ledgerId: $ledgerId, first: $first, after: $after, name: $name) {\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n edges {\n node {\n id\n name\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/ledgerUnledgeredTransactions", + "name": "ledgerUnledgeredTransactions", + "type": "mutation", + "body": "mutation ledgerUnledgeredTransactions($input: LedgerUnledgeredTransactionsInput!) {\n ledgerUnledgeredTransactions(input: $input) {\n transactions {\n id\n reconciliationStatus\n unledgeredAmount\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/linkReturnable", + "name": "linkReturnable", + "type": "mutation", + "body": "mutation linkReturnable($input: LinkReturnableInput!) {\n linkReturnable(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/manualUnreconcileTransactables", + "name": "manualUnreconcileTransactables", + "type": "mutation", + "body": "mutation manualUnreconcileTransactables($input: ManualUnreconcileTransactablesInput!) {\n manualUnreconcileTransactables(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/markReconciliationStateAsIgnored", + "name": "markReconciliationStateAsIgnored", + "type": "mutation", + "body": "mutation markReconciliationStateAsIgnored($input: MarkReconciliationStateAsIgnoredInput!) {\n markReconciliationStateAsIgnored(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/markTransactableAsFailed", + "name": "markTransactableAsFailed", + "type": "mutation", + "body": "mutation markTransactableAsFailed($input: MarkTransactableAsFailedInput!) {\n markTransactableAsFailed(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/multiUserSelect", + "name": "multiUserSelect", + "type": "query", + "body": "query multiUserSelect($first: Int, $after: String, $last: Int, $before: String, $searchTerm: String, $userIds: [ID!]) {\n organizationUsers(\n first: $first\n after: $after\n last: $last\n before: $before\n searchTerm: $searchTerm\n ) {\n edges {\n node {\n typename: __typename\n id\n user {\n id\n name\n email\n __typename\n }\n }\n cursor\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n usersUnpaginated(ids: $userIds) {\n id\n name\n email\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/operationsActivateWebhookSubscription", + "name": "operationsActivateWebhookSubscription", + "type": "mutation", + "body": "mutation operationsActivateWebhookSubscription($input: Operations__PaymentsIngestion__ActivateWebhookSubscriptionInput!) {\n operationsActivateWebhookSubscription(input: $input) {\n webhookSubscription {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/operationsSuspendWebhookSubscription", + "name": "operationsSuspendWebhookSubscription", + "type": "mutation", + "body": "mutation operationsSuspendWebhookSubscription($input: Operations__PaymentsIngestion__SuspendWebhookSubscriptionInput!) {\n operationsSuspendWebhookSubscription(input: $input) {\n webhookSubscription {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/operationsUpdateWebhookSubscription", + "name": "operationsUpdateWebhookSubscription", + "type": "mutation", + "body": "mutation operationsUpdateWebhookSubscription($input: Operations__PaymentsIngestion__UpdateWebhookSubscriptionInput!) {\n operationsUpdateWebhookSubscription(input: $input) {\n webhookSubscription {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/operationsVendors", + "name": "operationsVendors", + "type": "query", + "body": "query operationsVendors($vendorId: VendorIdEnum) {\n vendors(id: $vendorId) {\n id\n vendorEndpointTemplates {\n id\n name\n entity\n description\n fields {\n typename: __typename\n ... on VendorEndpointTemplateFields {\n ...vendorEndpointTemplateFields\n __typename\n }\n }\n createdAt\n createdBy\n __typename\n }\n __typename\n }\n}\n\nfragment relayEndpointTemplateFields on RelayEndpointTemplateFields {\n protocol {\n default\n editable\n required\n visible\n __typename\n }\n host {\n default\n editable\n required\n visible\n __typename\n }\n environment {\n default\n editable\n required\n visible\n __typename\n }\n cleanAfterRead {\n default\n editable\n required\n visible\n __typename\n }\n port {\n default\n editable\n required\n visible\n __typename\n }\n basePath {\n default\n editable\n required\n visible\n __typename\n }\n authenticationStrategy {\n default\n editable\n required\n visible\n __typename\n }\n signingStrategy {\n default\n editable\n required\n visible\n __typename\n }\n encryptionStrategy {\n default\n editable\n required\n visible\n __typename\n }\n decryptionStrategy {\n default\n editable\n required\n visible\n __typename\n }\n inboundAuthenticationStrategy {\n default\n editable\n required\n visible\n __typename\n }\n incomingRequestIdentifier {\n default\n editable\n required\n visible\n __typename\n }\n username {\n default\n editable\n required\n visible\n __typename\n }\n password {\n default\n editable\n required\n visible\n __typename\n }\n authenticationKeyId {\n default\n editable\n required\n visible\n __typename\n }\n clientCertificateId {\n default\n editable\n required\n visible\n __typename\n }\n signingCertificateId {\n default\n editable\n required\n visible\n __typename\n }\n signingKeyId {\n default\n editable\n required\n visible\n __typename\n }\n encryptionKeyId {\n default\n editable\n required\n visible\n __typename\n }\n decryptionKeyId {\n default\n editable\n required\n visible\n __typename\n }\n authenticationOptions {\n accessTokenUrl {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenPath {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenScope {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenScopes {\n default\n editable\n required\n visible\n __typename\n }\n accessTokenUsername {\n default\n editable\n required\n visible\n __typename\n }\n bofaApplicationId {\n default\n editable\n required\n visible\n __typename\n }\n bofaProviderId {\n default\n editable\n required\n visible\n __typename\n }\n clientId {\n default\n editable\n required\n visible\n __typename\n }\n digestSigningToken {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsApiUserId {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsClientId {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsPartnerId {\n default\n editable\n required\n visible\n __typename\n }\n merchantId {\n default\n editable\n required\n visible\n __typename\n }\n oauth2AccessTokenPath {\n default\n editable\n required\n visible\n __typename\n }\n oauth2ClientId {\n default\n editable\n required\n visible\n __typename\n }\n profileId {\n default\n editable\n required\n visible\n __typename\n }\n scope {\n default\n editable\n required\n visible\n __typename\n }\n sourceName {\n default\n editable\n required\n visible\n __typename\n }\n sourcePrefix {\n default\n editable\n required\n visible\n __typename\n }\n sourceRegion {\n default\n editable\n required\n visible\n __typename\n }\n __typename\n }\n secretOptions {\n accessTokenPassword {\n default\n editable\n required\n visible\n __typename\n }\n apiKey {\n default\n editable\n required\n visible\n __typename\n }\n apiSecret {\n default\n editable\n required\n visible\n __typename\n }\n authCode {\n default\n editable\n required\n visible\n __typename\n }\n clientSecret {\n default\n editable\n required\n visible\n __typename\n }\n goldmanSachsJwkData {\n default\n editable\n required\n visible\n __typename\n }\n inboundSharedSecret {\n default\n editable\n required\n visible\n __typename\n }\n jpmcClientId {\n default\n editable\n required\n visible\n __typename\n }\n oauth2ClientSecret {\n default\n editable\n required\n visible\n __typename\n }\n refreshToken {\n default\n editable\n required\n visible\n __typename\n }\n signingToken {\n default\n editable\n required\n visible\n __typename\n }\n staticKey {\n default\n editable\n required\n visible\n __typename\n }\n subscriptionKey {\n default\n editable\n required\n visible\n __typename\n }\n usbankOnBehalfOfId {\n default\n editable\n required\n visible\n __typename\n }\n __typename\n }\n decryptionOptions {\n allowUnauthenticatedMessages {\n default\n editable\n required\n visible\n __typename\n }\n armored {\n default\n editable\n required\n visible\n __typename\n }\n pgpVerifyWithEncryptionKey {\n default\n editable\n required\n visible\n __typename\n }\n signingKeyDecrypt {\n default\n editable\n required\n visible\n __typename\n }\n __typename\n }\n __typename\n}\n\nfragment vendorEndpointTemplateFields on VendorEndpointTemplateFields {\n entity {\n default\n editable\n required\n visible\n __typename\n }\n description {\n default\n editable\n required\n visible\n __typename\n }\n relayEndpoint {\n typename: __typename\n ... on RelayEndpointTemplateFields {\n ...relayEndpointTemplateFields\n __typename\n }\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/paymentOrderEffectiveDateAndApprovalDeadline", + "name": "paymentOrderEffectiveDateAndApprovalDeadline", + "type": "query", + "body": "query paymentOrderEffectiveDateAndApprovalDeadline($paymentOrder: PaymentOrderInput!) {\n effectiveDateAndApprovalDeadline(paymentOrder: $paymentOrder) {\n approvalDeadline\n effectiveDate\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/paymentOrderInternalTool", + "name": "paymentOrderInternalTool", + "type": "query", + "body": "query paymentOrderInternalTool($id: ID!) {\n paymentOrder(id: $id) {\n currentPaymentOrderAttempt {\n id\n numericId\n scheduleId\n expectedCompletedAt\n expectedSentAt\n paymentOrderBatch {\n id\n __typename\n }\n __typename\n }\n paymentOrderAttempts {\n id\n __typename\n }\n reconciled\n reconciliationStatus\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/paymentOrderPendingApprovals", + "name": "paymentOrderPendingApprovals", + "type": "query", + "body": "query paymentOrderPendingApprovals($paymentOrder: PaymentOrderInput!, $receivingAccountId: ID!) {\n triggeredRules(paymentOrder: $paymentOrder) {\n needsApproval\n rules {\n rule {\n id\n name\n path\n __typename\n }\n requiredReviewers {\n numberOfReviewers\n conditionalGroups {\n id\n name\n path\n __typename\n }\n __typename\n }\n __typename\n }\n errors\n __typename\n }\n externalAccount(id: $receivingAccountId) {\n id\n status\n path\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/pipelineInvocationFlowChart", + "name": "pipelineInvocationFlowChart", + "type": "query", + "body": "query pipelineInvocationFlowChart($id: ID!) {\n pipelineInvocationFlowChart(id: $id) {\n pipelineInvocation {\n name\n __typename\n }\n edges {\n id\n source\n target\n type\n label\n __typename\n }\n nodes {\n ... on PipelineEngineFlowChart__StepInvocationNodeType {\n id\n type\n data {\n label\n stepInvocation {\n id\n status\n prettyStatus\n statusTagColor\n stepName\n prettyDuration\n startedAt\n endedAt\n __typename\n }\n __typename\n }\n position {\n x\n y\n __typename\n }\n __typename\n }\n ... on PipelineEngineFlowChart__ChildPipelineInvocationsNodeType {\n id\n type\n data {\n label\n childPipelineInvocations {\n id\n status\n prettyStatus\n statusTagColor\n startedAt\n endedAt\n prettyDuration\n pipelineName\n name\n __typename\n }\n __typename\n }\n position {\n x\n y\n __typename\n }\n __typename\n }\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/pipelineInvocationsHome", + "name": "pipelineInvocationsHome", + "type": "query", + "body": "query pipelineInvocationsHome($first: Int, $after: String, $last: Int, $before: String, $id: [ID!], $statuses: [PipelineEngine__PipelineInvocationStatusEnumType!], $name: String, $pipelineName: String, $parentPipelineId: String, $sidekiqBatchId: String, $createdAt: DateFilterInput) {\n pipelineInvocations(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n statuses: $statuses\n name: $name\n pipelineName: $pipelineName\n parentPipelineId: $parentPipelineId\n sidekiqBatchId: $sidekiqBatchId\n createdAt: $createdAt\n ) {\n ...PipelineInvocationList\n __typename\n }\n}\n\nfragment PipelineInvocationList on PipelineEngine__PipelineInvocationTypeConnection {\n edges {\n node {\n typename: __typename\n id\n pipelineName\n prettyStatus\n statusTagColor\n name\n sidekiqBatchId\n datadogTrace\n pipelineName\n parentPipeline {\n typename: __typename\n id\n path\n }\n delay\n prettyDuration\n createdAt\n updatedAt\n startedAt\n endedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/proposedChanges", + "name": "proposedChanges", + "type": "query", + "body": "query proposedChanges($first: Int, $after: String, $last: Int, $before: String, $entityType: String, $action: String) {\n proposedChanges(\n first: $first\n after: $after\n last: $last\n before: $before\n entityType: $entityType\n action: $action\n ) {\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n edges {\n node {\n id\n entityId\n __typename\n }\n cursor\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/proposedChangesCount", + "name": "proposedChangesCount", + "type": "query", + "body": "query proposedChangesCount($entityType: String, $action: String) {\n proposedChangesCount(entityType: $entityType, action: $action) {\n totalCount\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/receivingAccountSelect", + "name": "receivingAccountSelect", + "type": "query", + "body": "query receivingAccountSelect($first: Int, $after: String, $last: Int, $before: String, $name: String, $counterpartyId: ID, $receivingAccountId: ID!, $initialFetch: Boolean!) {\n internalAccountsUnpaginated @include(if: $initialFetch) {\n id\n longName\n __typename\n }\n externalAccounts(\n first: $first\n after: $after\n last: $last\n counterpartyId: $counterpartyId\n before: $before\n name: $name\n ) {\n edges {\n node {\n ...externalAccountDetail\n __typename\n }\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n externalAccount(id: $receivingAccountId) @include(if: $initialFetch) {\n ...externalAccountDetail\n __typename\n }\n}\n\nfragment externalAccountDetail on ExternalAccount {\n id\n name\n counterparty {\n id\n name\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/receivingAccountSelectLimited", + "name": "receivingAccountSelectLimited", + "type": "query", + "body": "query receivingAccountSelectLimited($name: String, $counterpartyId: ID, $receivingAccountId: ID!) {\n accountSelectOptions(\n accountIds: [$receivingAccountId]\n accountSearchName: $name\n ) {\n typename: __typename\n ... on SelectSimpleOption {\n label\n value\n __typename\n }\n ... on SelectGroupOption {\n label\n options {\n label\n value\n __typename\n }\n __typename\n }\n }\n externalReceivingAccountsLimited(counterpartyId: $counterpartyId, name: $name) {\n ...externalAccountDetail\n __typename\n }\n externalAccount(id: $receivingAccountId) {\n ...externalAccountDetail\n __typename\n }\n}\n\nfragment externalAccountDetail on ExternalAccount {\n id\n name\n counterparty {\n id\n name\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/reconOverviewMetrics", + "name": "reconOverviewMetrics", + "type": "query", + "body": "query reconOverviewMetrics($entityId: String, $entityType: String, $currency: String!, $dateRange: DateTimeFilterInput!) {\n reconciliationMetric(\n currency: $currency\n entityId: $entityId\n entityType: $entityType\n dateRange: $dateRange\n ) {\n reconciledTransactionCount\n transactionCount\n prettyPercentReconciledByVolume\n prettyPercentUnreconciledByCount\n prettyTotalUnreconciledOutflows\n prettyTotalUnreconciledInflows\n totalUnreconciledInflows\n totalUnreconciledOutflows\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/reconcileReconciliationSuggestions", + "name": "reconcileReconciliationSuggestions", + "type": "mutation", + "body": "mutation reconcileReconciliationSuggestions($input: ReconcileReconciliationSuggestionsInput!) {\n reconcileReconciliationSuggestions(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/reconciliationStatsWidget", + "name": "reconciliationStatsWidget", + "type": "query", + "body": "query reconciliationStatsWidget($currency: String!, $dateRange: DateTimeFilterInput!) {\n reconciliationMetric(currency: $currency, dateRange: $dateRange) {\n unreconciledTransactionCount\n prettyUnreconciledVolume\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/repollAccountTransactions", + "name": "repollAccountTransactions", + "type": "mutation", + "body": "mutation repollAccountTransactions($input: RepollAccountTransactionsInput!) {\n repollAccountTransactions(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/returnInternalTool", + "name": "returnInternalTool", + "type": "query", + "body": "query returnInternalTool($id: ID!) {\n return(id: $id) {\n sourceTransaction {\n id\n path\n scheduleId\n __typename\n }\n internalAccount {\n connection {\n entity\n __typename\n }\n __typename\n }\n data\n filename\n returnableId\n reconciled\n reconciliationStatus\n scheduleId\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/reversalInternalTool", + "name": "reversalInternalTool", + "type": "query", + "body": "query reversalInternalTool($id: ID!) {\n reversal(id: $id) {\n reversalBatchFilename\n reconciled\n reconciliationStatus\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/reviewAsGroupSelect", + "name": "reviewAsGroupSelect", + "type": "query", + "body": "query reviewAsGroupSelect {\n currentUser {\n id\n contextedGroupMemberships {\n id\n name\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/reviewReconciliationStrategy", + "name": "reviewReconciliationStrategy", + "type": "mutation", + "body": "mutation reviewReconciliationStrategy($input: ReviewReconciliationStrategyInput!) {\n reviewReconciliationStrategy(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/reviewableViewRuleReviewers", + "name": "reviewableViewRuleReviewers", + "type": "query", + "body": "query reviewableViewRuleReviewers($reviewableId: ID!, $reviewableType: RuleResourceTypeEnum!) {\n ruleReviewers(reviewableId: $reviewableId, reviewableType: $reviewableType) {\n priority\n rule {\n id\n name\n path\n __typename\n }\n reviewers {\n id\n groups {\n id\n name\n path\n __typename\n }\n group {\n id\n name\n path\n __typename\n }\n user {\n id\n name\n path\n __typename\n }\n action\n canReviewAsGroups {\n id\n name\n __typename\n }\n actionTime\n userIdsReviewedSamePriority\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/runReconciliation", + "name": "runReconciliation", + "type": "mutation", + "body": "mutation runReconciliation($input: RunReconciliationInput!) {\n runReconciliation(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/stepInvocationsHome", + "name": "stepInvocationsHome", + "type": "query", + "body": "query stepInvocationsHome($first: Int, $after: String, $last: Int, $before: String, $id: [ID!], $statuses: [PipelineEngine__StepInvocationStatusEnumType!], $stepName: String, $pipelineInvocationId: String, $sidekiqBatchId: String, $sidekiqJobId: String, $createdAt: DateFilterInput) {\n stepInvocations(\n first: $first\n after: $after\n last: $last\n before: $before\n id: $id\n statuses: $statuses\n stepName: $stepName\n pipelineInvocationId: $pipelineInvocationId\n sidekiqBatchId: $sidekiqBatchId\n sidekiqJobId: $sidekiqJobId\n createdAt: $createdAt\n ) {\n ...StepInvocationList\n __typename\n }\n}\n\nfragment StepInvocationList on PipelineEngine__StepInvocationTypeConnection {\n edges {\n node {\n typename: __typename\n id\n stepName\n prettyStatus\n statusTagColor\n sidekiqBatchId\n sidekiqJobId\n datadogTrace\n stepName\n pipelineInvocation {\n typename: __typename\n id\n path\n }\n definition\n prettyDuration\n createdAt\n updatedAt\n startedAt\n endedAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/transactionInternalTool", + "name": "transactionInternalTool", + "type": "query", + "body": "query transactionInternalTool($id: ID!) {\n transaction(id: $id) {\n filename\n reconciled\n posted\n details\n vendorCode\n vendorCodeType\n vendorCustomerId\n vendorId\n uniqueVendorId\n scheduleId\n metadataJson\n reconciliationAnalysisStartedAt\n reconciliationAnalysisCompletedAt\n currentReconciliationAttemptStatus\n currentReconciliationAttemptId\n ipdInferenceDecision {\n didInfer\n skipReason\n skipReasonDescription\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/unlinkReturnable", + "name": "unlinkReturnable", + "type": "mutation", + "body": "mutation unlinkReturnable($input: UnlinkReturnableInput!) {\n unlinkReturnable(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/unreconcileTransactable", + "name": "unreconcileTransactable", + "type": "mutation", + "body": "mutation unreconcileTransactable($input: UnreconcileTransactableInput!) {\n unreconcileTransactable(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/unreconcileTransaction", + "name": "unreconcileTransaction", + "type": "mutation", + "body": "mutation unreconcileTransaction($input: UnreconcileTransactionInput!) {\n unreconcileTransaction(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/updateInternalAccount", + "name": "updateInternalAccount", + "type": "mutation", + "body": "mutation updateInternalAccount($input: UpdateInternalAccountInput!) {\n updateInternalAccount(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/updateReconciliationRule", + "name": "updateReconciliationRule", + "type": "mutation", + "body": "mutation updateReconciliationRule($input: UpdateReconciliationRuleInput!) {\n updateReconciliationRule(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/updateReconciliationRulePriority", + "name": "updateReconciliationRulePriority", + "type": "mutation", + "body": "mutation updateReconciliationRulePriority($input: UpdateReconciliationRulePriorityInput!) {\n updateReconciliationRulePriority(input: $input) {\n reconciliationRule {\n id\n sortableId\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/updateReconciliationStrategy", + "name": "updateReconciliationStrategy", + "type": "mutation", + "body": "mutation updateReconciliationStrategy($input: UpdateReconciliationStrategyInput!) {\n updateReconciliationStrategy(input: $input) {\n oldStrategy {\n name\n vendor\n transactableType\n paymentType\n role\n strategyConfig\n databaseStrategy\n allowAmountMismatch\n allowAmbiguous\n custom\n groupBy\n priority\n reconDisabledIf\n reconEnabledIf\n status\n __typename\n }\n newStrategy {\n name\n vendor\n transactableType\n paymentType\n role\n strategyConfig\n databaseStrategy\n allowAmountMismatch\n allowAmbiguous\n custom\n groupBy\n priority\n reconDisabledIf\n reconEnabledIf\n status\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/updateSandboxConnection", + "name": "updateSandboxConnection", + "type": "mutation", + "body": "mutation updateSandboxConnection($input: UpdateSandboxConnectionInput!) {\n updateSandboxConnection(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/updateTemplate", + "name": "updateTemplate", + "type": "mutation", + "body": "mutation updateTemplate($input: UpdateTemplateInput!) {\n updateTemplate(input: $input) {\n template {\n id\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/updateTransactionCategorizationRule", + "name": "updateTransactionCategorizationRule", + "type": "mutation", + "body": "mutation updateTransactionCategorizationRule($input: UpdateTransactionCategorizationRuleInput!) {\n updateTransactionCategorizationRule(input: $input) {\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/updateTransactionCategorizationRulePriority", + "name": "updateTransactionCategorizationRulePriority", + "type": "mutation", + "body": "mutation updateTransactionCategorizationRulePriority($input: UpdateTransactionCategorizationRulePriorityInput!) {\n updateTransactionCategorizationRulePriority(input: $input) {\n transactionCategorizationRule {\n id\n sortableId\n __typename\n }\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/upsertAdminApprovalRule", + "name": "upsertAdminApprovalRule", + "type": "mutation", + "body": "mutation upsertAdminApprovalRule($input: UpsertAdminApprovalRuleInput!) {\n upsertAdminApprovalRule(input: $input) {\n resourceTypes\n errors\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/userGroupSelect", + "name": "userGroupSelect", + "type": "query", + "body": "query userGroupSelect($first: Int, $after: String, $last: Int, $before: String, $searchTerm: String) {\n organizationUsers(\n first: $first\n after: $after\n last: $last\n before: $before\n searchTerm: $searchTerm\n ) {\n edges {\n node {\n typename: __typename\n id\n user {\n id\n name\n email\n __typename\n }\n }\n cursor\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n groups(\n first: $first\n after: $after\n last: $last\n before: $before\n name: $searchTerm\n ) {\n edges {\n node {\n typename: __typename\n id\n name\n }\n cursor\n __typename\n }\n pageInfo {\n endCursor\n hasNextPage\n __typename\n }\n __typename\n }\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/viewsHome", + "name": "viewsHome", + "type": "query", + "body": "query viewsHome($first: Int, $after: String, $last: Int, $before: String, $name: String, $resourceType: ResourceEnum) {\n views(\n first: $first\n after: $after\n last: $last\n before: $before\n viewType: list_view\n creationSource: user\n name: $name\n resourceType: $resourceType\n ) {\n ...ViewList\n __typename\n }\n}\n\nfragment ViewList on ViewConnection {\n edges {\n node {\n typename: __typename\n id\n name\n prettyResourceType\n createdAt\n path\n }\n __typename\n }\n pageInfo {\n startCursor\n endCursor\n hasNextPage\n hasPreviousPage\n __typename\n }\n __typename\n}\n" + }, + { + "id": "https://citibankdemobusiness.dev/virtualAccountForm", + "name": "virtualAccountForm", + "type": "query", + "body": "query virtualAccountForm($virtualAccountsEnabledOnly: Boolean) {\n internalAccountsUnpaginated(\n virtualAccountsEnabledOnly: $virtualAccountsEnabledOnly\n ) {\n longName\n id\n __typename\n }\n}\n" + } + ] + } +}