Browse Source

Merge pull request #3441 from thesan/olympia-bounty-contributorids

Allow filtering bounties by contributor ids
Lezek123 3 years ago
parent
commit
c8909aea8e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      query-node/schemas/bounty.graphql

+ 4 - 0
query-node/schemas/bounty.graphql

@@ -207,6 +207,10 @@ type BountyContribution @entity {
   "Member making the contribution (if a member and not the council)"
   contributor: Membership
 
+  # This exposes internal Hydra value related to `contributor`
+  "The id of the contributor"
+  contributorId: ID
+
   "Amount of the contribution"
   amount: BigInt!