From 3bca104497cbefeb5472421213fcbe98de3e50bc Mon Sep 17 00:00:00 2001 From: yuetloo Date: Mon, 29 Jan 2024 14:18:30 -0500 Subject: [PATCH] get type 1, votes and key change messages only --- vue-app/src/graphql/queries/GetContributorMessages.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/vue-app/src/graphql/queries/GetContributorMessages.graphql b/vue-app/src/graphql/queries/GetContributorMessages.graphql index d163b923b..c0b182bae 100644 --- a/vue-app/src/graphql/queries/GetContributorMessages.graphql +++ b/vue-app/src/graphql/queries/GetContributorMessages.graphql @@ -8,6 +8,7 @@ query GetContributorMessages( fundingRound: $fundingRoundAddress, publicKey: $pubKey, submittedBy: $contributorAddress + msgType: "1" }, first: 1000 orderBy: blockNumber, orderDirection: desc)