Open
Description
Description
Blocked by: #645
As https://github.com/neo4j-graphql/neo4j-graphql-js is now deprecated (see explanation), we need to migrate to https://github.com/neo4j/graphql.
Unfortunately, at the time of writing this description, @additionalLabels
directives are not supported - and we use them for zero-downtime content update in Hub.
Reason
- The
neo4j-graphql-js
library is now deprecated and no longer maintained. Theneo4j/graphql
solution is official library from Neo4j, which we should pick as our solution for Hub GraphQL API. - After bumping security vulnerabilities, we broke GraphQL API contract: Add name for each query and mutation in Hub Go client #378