Permissions Error 403 in my App

Hi, I am using GraphQL in my App by query, the query works well but when i implement the query on my app using vtex with react the responses give me an error 403 , i think is something about the permissions of the server but how can i solve this?

I am using LazyQuery in my query

Hola Axel podrias compartirnos tu query

Hola Axel, es probable que sea porque vtex no permite consultas graphQL desde el servidor. En el archivo interfaces.json, donde declarás el componente, deberías declararlo para que se cree del lado del cliente:

{
  "custom-component": {
    "component": "CustomComponent",
    "render": "client"
  }
}