Hi,
I am using python client to connect with slash graphql and I want that only my python application can access these endpoints, and any other application or tools cannot access these endpoints.
Hi @nikhil, welcome to the most awesome graphql community on the planet!
The traditional answer to your question is to simply use auth on Slash. Here are some documentation for it. Also look up the @auth
docs