Skip to content

Commit

Permalink
Update GQL campaigns operation
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Jul 22, 2024
1 parent db862cf commit 9768635
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,10 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns all available campaigns
"Campaigns": GQLOperation(
"ViewerDropsDashboard",
"8d5d9b5e3f088f9d1ff39eb2caab11f7a4cf7a3353da9ce82b5778226ff37268",
# no variables needed
"5a4da2ab3d5b47c9f9ce864e727b2cb346af1e3ea8b897fe8f704a97ff017619",
variables={
"fetchRewardCampaigns": False,
}
),
# returns extended information about a particular campaign
"CampaignDetails": GQLOperation(
Expand Down

0 comments on commit 9768635

Please sign in to comment.