Graphweaver provides powerful capabilities for automatically generating GraphQL schemas and types at runtime.
Yet, there may be situations where you need to customise the behaviour of Graphweaver to suit your specific application requirements.
Graphweaver is designed to be extensible, allowing you to add custom queries, mutations, and other functionality to your GraphQL API.
Customisation in Graphweaver typically involves adding additional queries or mutations or modifying the entities exposed by the API.
Here are some common scenarios where you might need to customise Graphweaver:
Next, let’s look at how you can add a custom query or mutation.
Custom queries and mutations can be defined anywhere in your project.