Commit graph

25 commits

Author SHA1 Message Date
Jonas Helfer
c43efe4863 add test to serve basic request in express 2016-06-17 15:45:35 -07:00
Jonas Helfer
7378e2bb6c add renderGraphiQL to expressApollo 2016-06-15 20:35:48 -07:00
Jonas Helfer
4e65225c67 add graphiQL file in modules 2016-06-14 17:31:47 -07:00
Nick Nance
fcf1376add use integrations now 2016-06-14 12:21:44 -07:00
Nick Nance
fab2c844cf fix linting 2016-06-14 12:20:14 -07:00
Nick Nance
d6e41e0fdf fix tests 2016-06-14 12:18:22 -07:00
Nick Nance
a39970250c create basic documentation 2016-06-14 12:07:56 -07:00
Nick Nance
4e9bf5cc61 update tsc build to use es5 2016-06-14 12:04:28 -07:00
Nick Nance
1ee3119e40 basic working express middleware and export it 2016-06-14 12:03:53 -07:00
Nick Nance
8fcde0f4d6 Merge branch 'core-refactor' of github.com:apollostack/apollo-server into core-refactor-express 2016-06-14 07:04:07 -07:00
Jonas Helfer
dfe30e3c46 remove comment that no longer applied 2016-06-13 17:58:47 -07:00
Jonas Helfer
e0655cb670 remove tslint config line from tests 2016-06-13 17:42:30 -07:00
Jonas Helfer
c0b626c5de add a test for query syntax errors 2016-06-13 17:16:42 -07:00
Jonas Helfer
e1a5f261d4 add tests, fix broken validation 2016-06-13 16:20:21 -07:00
Jonas Helfer
d21fcd3ca6 add --harmony options to mocha for destructuring support 2016-06-13 15:31:14 -07:00
Jonas Helfer
a7c851854c change runQuery arg to object 2016-06-13 15:27:08 -07:00
nnance
849b762bd2 initial express bindings commit 2016-06-12 22:41:46 -07:00
James Baxley
04740ba5ca added tslint to the projects, adjusted the npm run scripts, and added coverage support 2016-06-10 20:48:21 -04:00
James Baxley
b7df901124 adjusted target environment, added chai typings, and fixed a couple typescript bugs 2016-06-10 20:47:22 -04:00
Jonas Helfer
d19f31331d initial attempt at core refactor with typescript 2016-06-10 17:05:39 -07:00
Rainer Dreyer
c3bdbf59ee Attaches connectors to mocked schema (#12)
Attaches connectors even if schema is (partially) mocked. Adds tests.
2016-05-31 15:17:28 -07:00
Nick Nance
292ec8e674 Apply Resolvers to JS schema (#10)
* working resolvers for js schemas

* remove mock from js schema test

* add test for js schema with mocks
2016-05-27 16:32:34 -07:00
Rainer Dreyer
a056dd2fb1 Allows resolvers to be used with mocks (#9)
Previously mocks would overwrite any resolvers, now they are only used when there is no resolve function.
2016-05-26 10:29:25 -07:00
Jonas Helfer
89da132450 merge in tracer changes from graphql-tools manually 2016-05-25 17:51:21 -07:00
Jonas Helfer
3695319d36 copying apolloServer over from graphql-tools 2016-04-24 15:55:22 -07:00