Skip to content

Commit 1bd6f67

Browse files
committed
add missing property to subgraph schema
1 parent caa2843 commit 1bd6f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/typescript/subgraph/schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type Leader @entity {
4848
jobTypes: [String!]
4949
url: String
5050
urls: [LeaderURL!]! @derivedFrom(field: "leader")
51-
reputationNetwork: ReputationNetwork
51+
reputationNetworks: [ReputationNetwork!]
5252
registrationNeeded: Boolean
5353
registrationInstructions: String
5454
}

0 commit comments

Comments
 (0)