neo4j / docs-graphql

GraphQL docs
5 stars 9 forks source link

Update filtering examples by using `_EQ` and add migration guide #195

Open MacondoExpress opened 2 days ago

MacondoExpress commented 2 days ago

As title, this PR describe the addition and the deprecation that has made to migrate from the { title: "The Matrix" } to { title_EQ: "The Matrix" }

Branched from #194 , review and merge that before this.