apollo-server/packages/apollo-server-core/src
Evans Hauser 1e70a446b2
Enable Apollo Server 2 to have async context + test (#1129)
* core: add test for context as async function

* core,express: add support and test of context as async function
2018-06-04 09:46:55 -07:00
..
ApolloServer.test.ts Enable Apollo Server 2 to have async context + test (#1129) 2018-06-04 09:46:55 -07:00
ApolloServer.ts Enable Apollo Server 2 to have async context + test (#1129) 2018-06-04 09:46:55 -07:00
errors.test.ts Turn on noUnusedLocals and noUnusedParameters (#1126) 2018-06-01 15:16:16 -07:00
errors.ts Factor out runQuery's use of logFunction into an extension (#1128) 2018-06-01 21:16:25 -07:00
graphqlOptions.ts Update for graphql-extensions@0.1.0 API 2018-05-31 00:14:59 -07:00
index.ts runQuery accepts Request object that variants create (#1108) 2018-05-29 21:37:38 -07:00
logging.ts Factor out runQuery's use of logFunction into an extension (#1128) 2018-06-01 21:16:25 -07:00
nodeHttpToRequest.ts basic apollo-engine-reporting integration 2018-06-01 12:34:49 -07:00
runHttpQuery.test.ts Turn on noUnusedLocals and noUnusedParameters (#1126) 2018-06-01 15:16:16 -07:00
runHttpQuery.ts Turn on noUnusedLocals and noUnusedParameters (#1126) 2018-06-01 15:16:16 -07:00
runQuery.test.ts Factor out runQuery's use of logFunction into an extension (#1128) 2018-06-01 21:16:25 -07:00
runQuery.ts Factor out runQuery's use of logFunction into an extension (#1128) 2018-06-01 21:16:25 -07:00
types.ts Turn on noUnusedLocals and noUnusedParameters (#1126) 2018-06-01 15:16:16 -07:00