Browse Source

Add the Bounty Image uri to the schema

Theophile Sandoz 3 years ago
parent
commit
d4a89159a9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      query-node/schemas/bounty.graphql

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

@@ -56,6 +56,9 @@ type Bounty @entity {
   "Bounty description"
   description: String!
 
+  "Bounty image uri"
+  bannerImageUri: String
+
   "Amount of funding provided by the creator"
   cherry: BigInt!