Skip to content

Commit

Permalink
Add id field to query
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 17, 2024
1 parent 69caed1 commit c5f502d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fragment ContactPartnerAccounts on Contact {

query GetAccountListSalaryOrganization($accountListId: ID!) {
accountList(id: $accountListId) {
id
salaryOrganizationId
}
}

0 comments on commit c5f502d

Please sign in to comment.