Mercurial > hg > ng2-query-ismi
view app/query-step.ts @ 17:f6af2c8347de
send multiple cypher queries in one request.
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 21 Jan 2016 19:30:57 +0100 |
parents | 6cd6c09032aa |
children | 34cd764e234b |
line wrap: on
line source
import {QueryMode} from './query-mode'; export interface QueryStep { mode: QueryMode; objectType?: string; }