How would I append a Custom Resolver with my Workspace GraphQL Schema ?
I want to create a custom Mutation Resolver and I want it to be accessed through workspace schema only. How would I do that ?
I tried this approach but with this, I am seeing the Query without passing Auth token for my workspace in GraphiQL.
2 Replies
I think you could take a look at Yoga "conditionalSchema" graphql-config.service. You should be able to work your way from there
Note that Twenty API is not fully mature yet and you might face issus to upgrade later if you write custom codes in these areas
Will look into it.