We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa2843 commit 1bd6f67Copy full SHA for 1bd6f67
packages/sdk/typescript/subgraph/schema.graphql
@@ -48,7 +48,7 @@ type Leader @entity {
48
jobTypes: [String!]
49
url: String
50
urls: [LeaderURL!]! @derivedFrom(field: "leader")
51
- reputationNetwork: ReputationNetwork
+ reputationNetworks: [ReputationNetwork!]
52
registrationNeeded: Boolean
53
registrationInstructions: String
54
}
0 commit comments