diff --git a/schema.graphql b/schema.graphql index 43dcd13..1fcd6d6 100644 --- a/schema.graphql +++ b/schema.graphql @@ -120,7 +120,7 @@ type Pool @entity { id: ID! "owner address, pool controller" - controller: String! + controller: String "only finalized pools are relevant to us" isFinalized: Boolean!