Unable to query data from Salesforce virtual table

Hello,

I am having an issue when executing the following query

const ACCOUNT_LIST_QUERY = gql`
  query {
    DevOrg {
      accountsList {
        items {
          Name
        }
      }
    }
  }
`;

the response I get is the following:

I have executed the same query in the API Explorer and it works fine.
it looks like a bug.

1 Like

I have escalated this with the tech team and they will be in touch shortly.

Thank you Albert, at the moment none has reached me out

@albert.santalo is there a way to speed the things up?
I am using a Developer Workspace if it is worth mentioning. I have also reached support, but I have gotten no response yet.

1 Like

it should be fixed now

2 Likes

@angel.salazar please let us know if it’s working correctly now. Apologies for the inconvenience.

@angel.salazar what support channel did you use where you did not receive a response?