Skip to content

Commit 49755fd

Browse files
committed
fix(subgraph): duplicated fields schema
1 parent 2ab87b4 commit 49755fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

subgraph/schema.graphql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ type Court @entity {
9393
id: ID!
9494
policy: String
9595
name: String
96-
hiddenVotes: Boolean!
9796
parent: Court
9897
hiddenVotes: Boolean!
9998
children: [Court!]! @derivedFrom(field: "parent")
@@ -110,7 +109,6 @@ type Court @entity {
110109
stake: BigInt!
111110
paidETH: BigInt!
112111
paidPNK: BigInt!
113-
policy: String
114112
}
115113

116114
type Dispute @entity {

0 commit comments

Comments
 (0)