QueryResult

Interface QueryResult

The result of a Query.

interface QueryResult {
    data: any[];
    errors: any[];
}

Properties

Properties

data: any[]
errors: any[]



Was this page helpful? Please leave a thumbs up or down.