Commit graph

22 commits

Author SHA1 Message Date
Laurin Quast
df51fd90da Setup prettier (#724)
* Setup prettier and precommit hooks

* Format code with prettier

* Use husky because it works...

* Move prettier config to .prettierrc file

* Implement fixing markdown file formatting when running lint-fix script

* Format markdown files

* Add .json file formatting

* Fixes json file formatting

* Add pretteir linting step

* Remove tslint

* Use gitignore for prettier

* Fix linting errors

* Ignore submodule folder
2018-01-08 15:08:01 -08:00
Alessandro Segala
037c13e5f3 Update to Hapi 17 (#687)
Note: TS typings for Hapi 17 are not available yet, so the types packages have been temporarily removed
2017-12-08 09:04:12 +01:00
Evgeni Razumov
10bf6433aa Add support for Adonis framework (#676) 2017-12-04 10:44:17 +01:00
Ulrik Strid
814db561fa Azure Functions bindings (#503) 2017-08-15 09:59:29 +02:00
Martijn Walraven
300c0cd12b Rename packages from graphql-server- to apollo-server- (#465) 2017-07-17 16:29:40 -07:00
Hagai Cohen
56c346e296 fix(graphql-server-core): validation for get queries 2017-06-12 22:30:49 -07:00
Hagai Cohen
ece5f30da2 Update dependencies (#350)
* Update dependencies
* chore(package): fix changelog
* chore(tests): disable tests for koa over node 6
* update changelog
2017-04-08 17:03:40 -07:00
Nick Nance
45aa44f08e Zeit micro support (#347)
* micro is only supported in node 6 or greater
* update dependencies
* working Graphiql Server
* updated changelog
* fix linting errors
* adding micro to test suite
* added micro example
2017-04-08 14:17:49 -07:00
Reyad Attiyat
7cd69251b6 Disable Koa integration test for NodeJS v4
Newer versions of Koa use features of ES6 that are not supported in
nodejs v4. This commits enables the Koa integration test only when run
on nodejs v6 or newer.
2017-03-19 23:02:16 -05:00
Reyad Attiyat
236dc25622 Add support for AWS Lambda
Create an integration that will return a lambda handler for a
graphql or graphiql server. This integration requires an API
Gateway with Lambda Proxy Integration.

The test runner expects req and res objects for testing. We
have to mock these for the tests to execute properly.
2017-01-30 16:58:16 -06:00
Hagai Cohen
571bba5a88 test(pacakge): remove source-map-support require which looks redundant 2017-01-25 02:05:34 +02:00
Hagai Cohen
bf55ab66b0 chore(package): remove babel 2017-01-25 02:05:24 +02:00
Joel Griffith
30a98ab310 Fixes for Restify packages, test updates, README 2017-01-23 09:43:58 -08:00
Joel Griffith
d456ff5b2b Adding in restify integration, docs, tests more... 2016-10-24 11:04:18 -07:00
Hagai Cohen
8df3383ece chore(package): rename apollo-server to graphql-server
Closes #163
2016-10-18 09:36:07 +03:00
Hagai Cohen
0c3ba91964 chore(monorepo): refactor files locations and reference 2016-10-18 09:14:32 +03: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