Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
chore(project): update modified for merge action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Mar 11, 2021
1 parent 3029fb1 commit c7fb21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/createdUpdatedFieldTransformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const createdUpdatedFieldTransformer = new TransformRootFields((operation
fieldNode.arguments.push(buildArgument({ name: buildName({ name: 'created' }), value }))
}

if (action === 'Create' || action === 'Update' || action === 'Update') {
if (action === 'Create' || action === 'Update' || action === 'Merge') {
fieldNode.arguments.push(buildArgument({ name: buildName({ name: 'modified' }), value }))
}

Expand Down

0 comments on commit c7fb21f

Please sign in to comment.