Custom resolver in API explorer?

I’ve made a custom resolver and it works when testing it via the CLI (both invoke and invoke-local), but can’t see it in the API explorer - not in the Explorer section powered by OneGraph, red underlines for the text and throws an error if I try to run the query.

Is there a way to see custom resolvers in the API explorer?

Hi, are you adding query or mutation? Can you give me the name so I can check? Also, can you please try to find your custom query/mutation in “Documentation” panel on the right?

Thanks

1 Like

Oh this was entirely my bad - didn’t realise that a custom resolver would be a mutation rather than a query (I was only using it to query as still in testing stage)