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.
I tried this approach but with this, I am seeing the Query without passing Auth token for my workspace in GraphiQL.
