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)