Create Data in Neo4J Through a GraphQL API

InstructorMatt Ross

Share this video with your friends

Send Tweet

We will use automatically generated mutations in a Apollo GraphQL API augmented with neo4j-graphql-js to insert data that we get from SWAPI into Neo4J.

Isaac Weber
~ 5 years ago

How would you write custom resolvers for specific use cases. For instance if you want to hit an XML Api and need to covert it to JSON to be able to map it to a graphql schema?