Create Custom GraphQL Mutations with the @cypher Directive in neo4j-graphql-js

InstructorMatt Ross

Share this video with your friends

Send Tweet

We will use our own custom mutations in an Apollo GraphQL API to update or create data that we scrape from SWAPI into Neo4J with. We will use the @cypher directive to use custom merge statements in these mutations.