Lens-Graph-Subgraph
Lens-Graph-Subgraph copied to clipboard
Follow Schema
In schema.graphql, I attempted to use the schema generated with https://graphiqlbin.com/ to account for all of the follow parameters. I'm getting an error and I don't believe this is the right implementation.
Can I get feedback on this to see what exactly I should change? I want to include as many follow related parameters as possible, but I'm not sure which ones to include and what their data types are to match the:
type Post @entity { id: ID! title: String! }
format.
Thanks @lndavis6 for the PR! Will check it out soon