I want to call a http middleware for all mutation/query call in GraphQL, but do not want to call for one query ? Is that possible ?
Edit :
I want to send user deactivated response, for all api which needs user to be logged-in, if user is soft deleted. But I do not want this for api to restore
the user again.