DefinitelyTyped/types/graphql
Matt Krick 1d93c4badb return iterable iterator (#36917)
per lib.es2018:
```
interface AsyncIterableIterator<T> extends AsyncIterator<T> {
    [Symbol.asyncIterator](): AsyncIterableIterator<T>;
}
```
2019-07-22 12:59:35 -07:00
..
error
execution
jsutils
language
subscription
tsutils
type
utilities
validation
graphql-tests.ts
graphql.d.ts
index.d.ts
tsconfig.json
tslint.json