Skip to content

Commit

Permalink
Merge pull request #403 from kontist/add-business-asset-to-categoriza…
Browse files Browse the repository at this point in the history
…tion-mutation

Add businessAssetInput arg to categorization mutation
  • Loading branch information
caglaralkiss authored Aug 17, 2023
2 parents e4a8196 + 87a1113 commit c68395f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/graphql/declaration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const CATEGORIZE_TRANSACTION_MUTATION = `mutation(
$vatCategoryCode: String,
$date: String
$isSplit: Boolean
$businessAssetInput: BusinessAssetInput
) {
categorizeTransactionForDeclaration(
id: $id,
Expand All @@ -120,6 +121,7 @@ const CATEGORIZE_TRANSACTION_MUTATION = `mutation(
vatCategoryCode: $vatCategoryCode,
date: $date
isSplit: $isSplit
businessAssetInput: $businessAssetInput
) {
category
categoryCode
Expand Down

0 comments on commit c68395f

Please sign in to comment.