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.
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?