Skip to content

Commit

Permalink
chore: set price at the Ad Set level (#894)
Browse files Browse the repository at this point in the history
* chore: set price at the Ad Set level

* fix: include price in graphql

* fix: not nullable

* fix: use method for price
  • Loading branch information
IanKrieger authored Sep 25, 2023
1 parent 03dc96a commit 6e03344
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 142 deletions.
4 changes: 4 additions & 0 deletions src/graphql/ad-set.generated.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/graphql/ad-set.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
fragment AdSet on AdSet {
id
price
createdAt
billingType
name
Expand Down
4 changes: 4 additions & 0 deletions src/graphql/campaign.generated.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions src/graphql/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e03344

Please sign in to comment.