Leveraging Auto-Generated Resolvers in Custom Resolver (Mutations)

Hey, new to GRANDstack here and I was wondering if there is any way to leverage the auto-generated resolvers in my own custom resolver. I want to essentially batch multiple of the auto-generated resolvers together.

For example if my schema revolves around Exhibits, Artworks, Curators, and Artists, I want to take a exhibit object payload and complete the creation of all nodes and relationships in one go. Is this possible with the Neo4j-graphql-js package?