interface QueryResponse {
    items: Record<string, NodeOrEdge[]>;
    nextCursor: Record<string, string>;
    typing?: Record<string, TypeInformationOuter>;
}

Properties

items: Record<string, NodeOrEdge[]>
nextCursor: Record<string, string>
typing?: Record<string, TypeInformationOuter>

Property type information for selected result expressions.