Commit graph

88 commits

Author SHA1 Message Date
David Glasser
d4751e2f04 Update status badges for Circle correctly 2018-03-28 14:03:32 -07:00
David Glasser
80bce88b5b Update status badges for Circle 2018-03-28 14:01:46 -07:00
Jesse Rosenberger
7b0999f636
Remove trailing space on .md file, to satisfy prettier.
Originally introduced by apollographql/apollo-server#740.

Ref: https://github.com/apollographql/apollo-server/pull/740
2018-03-12 19:45:19 +02:00
Martin d'Allens
5fb6bf7215 Add missing options to README.md (#740) 2018-03-12 18:24:48 +02:00
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
Sashko Stubailo
62158acbd1
Docs improvements round 2 (#693)
* Add 1.0 migration article, belated

* Add tracing + cache control to sidebar

* Suggest graphql-tools

* Link to graphql-tools in README

* Wording

* Try a new title

* Add example to top
2017-12-11 23:44:32 -08:00
Sashko Stubailo
93f052352c
Docs improvements (#692)
* Freshen up title page

* Improve homepage further

* File a PR!

* Try adding express README to sidebar

* Add READMEs to docs

* Add example page, overhaul setup

* More stuff

* Fix all old URLs

* Eliminate all mentions of graphql-server

* Fix azure functions shit
2017-12-11 23:11:11 -08:00
Sashko Stubailo
7b6efffd8b Add docs link 2017-12-11 21:14:32 -08:00
Sashko Stubailo
212bc504ba Shorten README title 2017-12-11 21:13:35 -08:00
Nimish Gupta
3471a69542 Correct hapi example (#690) 2017-12-09 14:00:57 +01: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
Evans Hauser
31fef1a421 add launchpad to README as example to look at (#665) 2017-11-17 21:40:43 -08:00
Peter Wagner
f65b621ed9 apollo-server-express: document query middleware
Fixes https://github.com/apollographql/apollo-server/issues/664
Tested in 83fd88ce2f
2017-11-10 04:37:24 +01:00
Ezra Lalonde
3e51decf82 Update README with Hapi debug
Update README.md
2017-10-16 16:55:21 +02:00
Kevin Suttle
2d92303332 Update AWS Lambda supported Node versions (#577)
AWS Lambda doc link included
2017-10-02 14:25:58 +02:00
Josh Balfour
1410770cb3 docs: add graphiql usage to express example code (#581) 2017-09-25 16:44:42 -07:00
Sashko Stubailo
e084c3c49f Update README.md 2017-09-06 15:49:21 -07:00
Sashko Stubailo
f1dbe28ad4 Update README.md 2017-09-06 15:49:10 -07:00
Ulrik Strid
814db561fa Azure Functions bindings (#503) 2017-08-15 09:59:29 +02:00
Martijn Walraven
19e365f044 Add tracing support (#490) 2017-08-09 16:57:17 +02:00
p4bloch
7a4c9e3e75 Remove unnecessary route in Koa example (#493)
It is my understanding that `POST` to `/graphiql` will never occur since GraphiQL will talk to `/graphql` directly. Since this is not needed we may want to remove it to avoid confusion.
2017-08-09 13:34:56 +02:00
Yucun
d102a88067 Update restify lib (#475) 2017-08-09 13:26:26 +02:00
Mikhail Novikov
10dd6cabc9 Merge branch 'master' into update-koa-example 2017-07-24 13:38:04 +03:00
Sashko Stubailo
a076fea894 Merge branch 'master' into update-koa-example 2017-07-23 22:55:28 -07:00
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
Trevor Brindle
0edae930bb add graphiqlKoa example to README 2017-07-21 12:27:38 -04:00
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