Skip to content

Commit

Permalink
fix(import-app): change stage to stageIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyadwivedi committed Jun 4, 2024
1 parent b4c7dd4 commit e910bc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const pushItemToFlow = async (
$stage: String!
) {
addItemsToFlowStage(
stage: $stage
stageIdentifier: $stage
items: [{ id: $itemId, language: $language, version: $version }]
) {
... on FlowStageContentList {
Expand Down

0 comments on commit e910bc4

Please sign in to comment.