From c5f502de3e6344705facfd934e6386cc15675007 Mon Sep 17 00:00:00 2001 From: Caleb Cox Date: Thu, 17 Oct 2024 11:35:41 -0500 Subject: [PATCH] Add id field to query --- .../PartnerAccounts/ContactPartnerAccounts.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Contacts/ContactDetails/ContactDetailsTab/PartnerAccounts/ContactPartnerAccounts.graphql b/src/components/Contacts/ContactDetails/ContactDetailsTab/PartnerAccounts/ContactPartnerAccounts.graphql index c41790e9a..aeb7da89d 100644 --- a/src/components/Contacts/ContactDetails/ContactDetailsTab/PartnerAccounts/ContactPartnerAccounts.graphql +++ b/src/components/Contacts/ContactDetails/ContactDetailsTab/PartnerAccounts/ContactPartnerAccounts.graphql @@ -24,6 +24,7 @@ fragment ContactPartnerAccounts on Contact { query GetAccountListSalaryOrganization($accountListId: ID!) { accountList(id: $accountListId) { + id salaryOrganizationId } }