Skip to content

Commit

Permalink
feat: timezone gql
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Jan 10, 2024
1 parent 42416da commit b9270bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/ui/src/plugins/contact/gql/campaign/campaignById.gql
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ query campaignById($id: id!) @api(name: "pro") {
retry_interval
working_hours_start
working_hours_end
timezone
}
}
1 change: 1 addition & 0 deletions apps/ui/src/plugins/contact/gql/campaign/campaigns.gql
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ query getCampaigns @api(name: "pro") {
retry_interval
working_hours_start
working_hours_end
timezone
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ mutation createCampaign($input: input!) @api(name: pro) {
retry_interval
working_hours_start
working_hours_end
timezone
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ mutation updateCampaign($id: id!, $input: input!) @api(name: "pro") {
retry_interval
working_hours_start
working_hours_end
timezone
}
}

0 comments on commit b9270bf

Please sign in to comment.