graphql/graphql-js
src/
__testUtils__/
resolveOnNextTick.ts
export function resolveOnNextTick(): Promise<void> { return Promise.resolve(undefined); }