Does using GraphQL directly on React cause security threats such as server information and browser manipulation? Is this road safe?
Or should we call the GraphQL data from the backend? But if this happens, we will be using the Restful API again to use GraphQL this time.
In what situations and where should GraphQL be used?