# Leveraging Auto-Generated Resolvers in Custom Resolver (Mutations)

**URL:** https://community.neo4j.com/t/leveraging-auto-generated-resolvers-in-custom-resolver-mutations/29254
**Category:** GraphQL & GRANDstack
**Created:** [November 18, 2020, 9:18pm UTC](https://community.neo4j.com/t/leveraging-auto-generated-resolvers-in-custom-resolver-mutations/29254 "2020-11-18T21:18:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cwoozle](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/cwoozle/32/15083_2.png) [@cwoozle](https://community.neo4j.com/u/cwoozle)
#### Post date: [November 18, 2020, 9:18pm UTC](https://community.neo4j.com/t/leveraging-auto-generated-resolvers-in-custom-resolver-mutations/29254/1 "2020-11-18T21:18:47Z")

</div>

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?
