Skip to content

Commit

Permalink
Update GQL campaign details operation
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Jul 22, 2024
1 parent 9768635 commit 0f3a784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def with_variables(self, variables: JsonType) -> GQLOperation:
# returns extended information about a particular campaign
"CampaignDetails": GQLOperation(
"DropCampaignDetails",
"e5916665a37150808f8ad053ed6394b225d5504d175c7c0b01b9a89634c57136",
"e7acdecb05429a62f5984bdcb27ee938ae20543579bf73c3ae44e7c822bc4f54",
variables={
"channelLogin": ..., # user login
"dropID": ..., # campaign ID
Expand Down

0 comments on commit 0f3a784

Please sign in to comment.