Closed mattcan closed 3 years ago
@skuhlmann let me know if I'm getting this right!
@mattcan Sorry for the delay here. This is looking great. I'll run a couple of tests then merge and deploy this.
Thank you!
Task linked: CU-xth45m Remove title field from supergraph
I haven't worked with subgraph before so I hope I am doing this correctly. The goal is to remove the
Moloch { title }
from the schema. I did this inschema.graphql
and then in a few other places where the title was being updated.Additional changes happened when I ran
yarn codegen
. TheMolochV1Template
andMolochV2Template
were removed so I needed to clean those up in the mapping files.Related: #44