Sashko Stubailo
2dddbc52b6
1.1.2 ( #515 )
...
* 1.1.2
* Add package lock to gitignore
* v1.1.2
* vundefined
2017-08-23 21:34:26 -07:00
Martijn Walraven
a750507fd6
v1.1.0
2017-08-09 21:12:51 +02:00
Martijn Walraven
7b8409a3fa
v1.0.5
2017-08-01 20:37:04 +02:00
Martijn Walraven
9b9122f4b9
v1.0.4
2017-07-24 10:22:26 +02:00
Martijn Walraven
90e7eec6b2
v1.0.3
2017-07-24 10:22:07 +02:00
Martijn Walraven
d89a07bc9c
v1.0.2
2017-07-17 16:44:05 -07:00
Martijn Walraven
300c0cd12b
Rename packages from graphql-server- to apollo-server- ( #465 )
2017-07-17 16:29:40 -07:00
Jonas Helfer
1e783e550c
v1.0.0
2017-06-29 00:05:56 -07:00
Aashish Welling
451422425b
Fix README typos
2017-06-23 16:08:09 -07:00
Jonas Helfer
693991bdac
v0.9.0
2017-06-22 13:36:12 -07:00
Daniel Rinehart
20763ba076
Merge remote-tracking branch 'upstream/master' into graphiql-function
2017-06-16 11:00:42 -04:00
Jonas Helfer
08c39f593a
v0.8.5
2017-06-15 22:07:36 -07:00
Michael Trotter
49dff93367
Add routing to micro tests
2017-06-15 21:10:16 -07:00
Jonas Helfer
38bb67bf6f
Merge branch 'master' into graphiql-function
2017-06-13 23:19:14 -07:00
Jonas Helfer
1a764316c8
v0.8.4
2017-06-13 23:17:52 -07:00
Jonas Helfer
ac76453d6c
Revert "Update dependencies"
...
This reverts commit 90a9ec78da
.
2017-06-13 23:17:52 -07:00
Jonas Helfer
17869df491
v0.8.3
2017-06-13 23:17:52 -07:00
Jonas Helfer
5bf5a72652
Update dependencies
2017-06-13 23:17:52 -07:00
Jonas Helfer
93a1bafb34
Revert "Update dependencies"
...
This reverts commit 2b30dbcb35
.
2017-06-13 23:17:52 -07:00
Jonas Helfer
86e1b03fd1
v0.8.2
2017-06-13 23:17:52 -07:00
Jonas Helfer
8423cab0e1
Update dependencies
2017-06-13 23:17:52 -07:00
Jonas Helfer
b8392da9b6
Revert "Update dependencies"
...
This reverts commit f1245fc904
.
2017-06-13 23:17:52 -07:00
Jonas Helfer
f00c8de00d
v0.8.1
2017-06-13 23:17:52 -07:00
Jonas Helfer
874b1418c9
Update dependencies
2017-06-13 23:17:52 -07:00
Daniel Rinehart
0d5add048e
allow GraphiQLOptions to be a function and refactor rendering path to reduce duplication
2017-06-13 12:46:06 -04:00
Jonas Helfer
6cfa82ff58
v0.8.0
2017-05-30 20:11:26 -07:00
Jonas Helfer
c4e2f5224a
Update dependencies
2017-05-30 20:11:26 -07:00
dotansimha
a614ba2543
updated graphql-js version
2017-05-28 20:07:06 +03:00
dotansimha
e718dc5e2e
chore(deps): updated graphql-js version to support 0.10.0
2017-05-28 16:37:16 +03:00
Jonas Helfer
4ab4b62c25
v0.7.2
2017-04-21 10:43:34 -07:00
Jonas Helfer
73e8334827
v0.7.1
2017-04-14 10:37:26 -07:00
Jonas Helfer
6947222889
v0.7.0
2017-04-10 11:48:26 -07:00
Jonas Helfer
25e63d4dde
Revert "v0.7.0"
...
This reverts commit b0817dbcab
.
2017-04-10 11:46:50 -07:00
Jonas Helfer
b0817dbcab
v0.7.0
2017-04-10 11:40:12 -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
Reyad Attiyat
3aa573b83e
Update ts-lint to version 5.0
...
- Fix missing semicolons
- Fix missing trailing commas
- Disable no-unused-expression for runQuery test
- expect uses unused expressions as an api Ex. expect('foo').to.be.equal();
- Disable no-use-before-declare since it requires type checking and project
file to be defined.
2017-03-30 20:26:59 -05:00
Hagai Cohen
f7e2fb0809
Merge branch 'master' into feat/subscriptions-graphiql
2017-03-30 09:48:41 +03:00
Urigo
12c8a02b18
Merge branch 'master' into feat/subscriptions-graphiql
...
# Conflicts:
# lerna.json
# package.json
# packages/graphql-server-lambda/README.md
# packages/graphql-server-lambda/src/lambdaApollo.ts
2017-03-28 20:27:21 +03:00
Urigo
54443b8bfe
feat(subscriptions): added subscriptions graphiql to all server types
2017-03-28 20:25:45 +03:00
Hagai Cohen
8b9e433025
chore(package): update internal depenecies
2017-03-28 20:25:45 +03:00
NeoReyad
63bcd4696b
Add instructions for deploying the Lambda Function
...
This adds basic instructions to the README for deploying the lambda function. It uses the Serverless Application Model by creating a template that is used by the AWS CLI.
2017-03-28 20:25:44 +03:00
Reyad Attiyat
cd1c19d033
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-03-28 20:25:16 +03:00
Hagai Cohen
37999421a1
Update dependencies
2017-03-22 15:16:39 +02:00
Hagai Cohen
61ebda42e8
chore(package): align versions with lerna again
2017-03-22 15:16:39 +02:00
Reyad Attiyat
e5de3d8709
Update Lambda README to include more examples
...
This commit adds examples for modifying the response headers, to enable CORS, and how to read the event and context variables using an options function
2017-03-20 22:19:54 -05:00
Hagai Cohen
083b3569b2
chore(package): update internal depenecies
2017-02-02 02:57:07 +02:00
NeoReyad
f48a352e7e
Add instructions for deploying the Lambda Function
...
This adds basic instructions to the README for deploying the lambda function. It uses the Serverless Application Model by creating a template that is used by the AWS CLI.
2017-01-30 23:54:24 -06: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