Skip to content

Commit

Permalink
get type 1, votes and key change messages only
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jan 29, 2024
1 parent 4298a59 commit 3bca104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue-app/src/graphql/queries/GetContributorMessages.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ query GetContributorMessages(
fundingRound: $fundingRoundAddress,
publicKey: $pubKey,
submittedBy: $contributorAddress
msgType: "1"
},
first: 1000
orderBy: blockNumber, orderDirection: desc)
Expand Down

0 comments on commit 3bca104

Please sign in to comment.