QueryResultΒΆ webVis API ReferenceQueryResultType Alias QueryResultQueryResult: { data: any[]; errors: any[] }The result of a Query. Type declarationdata: any[]errors: any[]
The result of a Query.