Vlad Shcherbin
943120269c
Use body parser only for post requests in koa
2017-07-23 16:41:29 +03:00
Chandan Rai
27da6eaad7
corrected typo
2017-07-22 09:32:10 +05:30
Martijn Walraven
f4935f6423
Update README
2017-07-18 11:20:33 -07:00
Martijn Walraven
0facb2ba1f
Update README
2017-07-18 11:17:57 -07:00
Martijn Walraven
e3e1aa7b71
Update README
2017-07-18 11:09:28 -07:00
Martijn Walraven
b81b72d445
Update README
2017-07-18 11:07:31 -07:00
Martijn Walraven
300c0cd12b
Rename packages from graphql-server- to apollo-server- ( #465 )
2017-07-17 16:29:40 -07:00
Tim Neutkens
d73f3ee579
Add missing https
2017-06-27 10:31:24 -07:00
Tim Neutkens
2169df359a
Uppercase M for Micro
2017-06-27 10:31:24 -07:00
Tim Neutkens
3cd6f390f4
Use right naming for ZEIT
2017-06-27 10:31:24 -07:00
Tim Neutkens
4b07e7d9f8
Use const instead of var
2017-06-25 15:16:37 -07:00
Jonas Helfer
da77221301
Remove link for consistency
2017-04-30 17:11:52 -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
Jonas Helfer
1b120a86b5
Merge branch 'master' into patch-1
2017-03-31 17:54:06 -07:00
Andrew E. Rhyne
dd777cdcb1
Update README.md
...
Remove erroneous characters from README.md
2017-03-27 09:26:01 -07:00
Andreas Lind
ad38f9d5c5
Incoporate @willxy's feedback
2017-03-17 19:59:23 +01:00
Andreas Lind
b5e1b19baf
Update README with an application/graphql example
...
As suggested by @helfer in https://github.com/apollographql/graphql-server/issues/217#issuecomment-285598429
2017-03-10 10:37:12 +01:00
Rafael Cosman
ff88ddf2b4
Changes "apollo server" to "Graphql Server"
2017-02-04 00:12:58 -08:00
Hagai Cohen
7b44d46da9
chore(package):fix badges in readme after org rename.
2017-02-04 00:08:22 +02:00
Reyad Attiyat
c2c42c0677
Add the restify variant to README
2017-01-30 16:58:59 -06:00
Reyad Attiyat
e5f69548de
Update README and Changelog
...
Add example lambda handler and some documentation
2017-01-30 16:58:59 -06:00
Joel Griffith
30a98ab310
Fixes for Restify packages, test updates, README
2017-01-23 09:43:58 -08:00
Joel Griffith
d27b4af3bd
Merge remote-tracking branch 'upstream/master' into feature/restify-integration
2017-01-22 11:56:35 -08:00
Hagai Cohen
977f6dfc43
chore(get-support): Update README.md
2017-01-13 11:48:39 +02:00
Hagai Cohen
d7b724f69d
chore(get-support): support for GET method for koa
2017-01-13 11:48:37 +02:00
Hagai Cohen
aa251f0663
chore(get-support): support for GET method for hapi
2017-01-13 11:45:13 +02:00
Hagai Cohen
7abcee8398
doc(get-support): update README.md for GET method examples
2017-01-13 11:45:12 +02:00
AlexLeung
78cefe060c
updated README to show exact versions of dependencies required for graphql-server-koa
2016-12-14 07:40:52 -08:00
Lars Wilhelmsen
16cd308d2d
Improved express sample in README.md
...
Added body-parser import..
2016-12-13 13:38:29 +01:00
Matteo De Micheli
d934d7db11
Update README with koa body parser dependency
2016-11-29 14:42:02 +01:00
Hagai Cohen
22941cd4c6
Update NPM Badge
2016-11-14 22:18:33 +02:00
Joel Griffith
d456ff5b2b
Adding in restify integration, docs, tests more...
2016-10-24 11:04:18 -07:00
Claudiu Ceia
18d5a08641
Fix minor typo
2016-10-24 05:34:31 +03:00
Sashko Stubailo
cd298c5b48
Rename stuff to not have apollo in it
2016-10-22 23:52:32 -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
ffe9c1e0a4
chore(package): rename bootstrap script to postinstall
2016-10-18 09:14:32 +03:00
Hagai Cohen
320fd0fbe2
chore(package): update README.md after lerna is applied
2016-10-18 09:14:32 +03:00
Conrad VanLandingham
4122a1b6cc
update connect example
2016-10-05 10:57:45 -05:00
Olgert Erste
6ceca86561
Add TS declaration files as dependencies
2016-10-01 22:45:00 +03:00
Nick Nance
ef766762f3
rename Hapi plugins for more consistence with other integrations ( #140 )
2016-09-14 20:35:32 -07:00
Peter Siegesmund
65e9a7d28f
Update README.md ( #142 )
2016-09-14 17:46:10 -07:00
Sashko Stubailo
f018f31eec
Update README.md
2016-09-13 21:30:32 -07:00
Nicolás López
972459457c
Add development instructions ( #134 )
...
* Add development instructions
* update instructions
2016-09-10 15:37:14 -07:00
Nick Nance
fe9564d2cd
Camelcase hapi ( #132 )
...
* camelcase hapi
* update changelog
2016-09-09 20:22:13 -05:00
Nick Nance
40e8b55594
HAPI Integration Refactor ( #127 )
...
* convert hapi plugin classes to functions
* create Hapi plugin options
* improve error handling
* working batch query
* add route config options
* improve HAPIGraphiQL api
* update documentation
2016-09-09 07:49:23 -05:00
Jonas Helfer
b22a3dd183
Update README.md ( #120 )
...
- Add `server.start` to hapi example.
- Lowercase hapi
2016-09-02 01:07:46 -07:00
Aayush Kapoor
f8f6747c5a
Update README.md ( #117 )
...
* Update README.md
* Update README.md
2016-09-02 00:57:48 -07:00
Léo Pradel
737b612566
Fix connect import on README
2016-08-29 12:35:30 +02:00
Nick Nance
58aa25f09e
Expose OperationStore ( #102 )
...
* expose interface
* update documentation
* improve whitelisting example
2016-08-20 20:33:20 -07:00
Jonas Helfer
02afcb1f75
Clarify JavaScript usage
2016-08-02 10:40:40 -07:00