Evans Hauser
62ff5c6ce6
Improve Subscriptions Dev/Docs Experience ( #1255 )
...
* fix hapi playground version, a-s exports subscription url, and document subscriptions
* remove unused subscription lifecycle methods
2018-06-27 09:59:21 -07:00
Jake Dawkins
8c9eaf0774
Added other HTTP methods to DataSource Docs ( #1254 )
...
* add other http methods to docs
* added section headers
2018-06-27 09:45:14 -04:00
Martijn Walraven
e0c169dea9
Update GraphQL Playground to fix tracing
2018-06-27 11:56:01 +02:00
Martijn Walraven
a4f0336ea7
Fix Circle CI badge in README
2018-06-26 16:47:33 +02:00
Jake
6f99c45e4e
added slash to end of example base urls
2018-06-26 16:45:25 +02:00
Jake
6ccb79055f
added constructors
2018-06-26 16:45:25 +02:00
Ben Iofel
b54402fb53
Update unions-interfaces.md ( #1196 )
2018-06-26 17:35:47 +03:00
Prosper Otemuyiwa
61af12d7fd
Merge pull request #1249 from apollographql/add-metrics-to-whatsnew
...
Add Performance Monitoring to what's new for visibility
2018-06-26 11:56:54 +01:00
unicodeveloper
caee155835
Fix the path
2018-06-26 11:36:56 +01:00
unicodeveloper
4a05521607
Add performance monitoring to what's new
2018-06-26 11:05:12 +01:00
Martijn Walraven
6bf286d838
Fix async context test and add test for cloning
2018-06-26 11:57:38 +02:00
Martijn Walraven
7e35305353
Always clone the context if it's not a function
...
Fixes #1247 .
2018-06-26 10:40:41 +02:00
Evans Hauser
84f13babcd
docs: add graphql install next to integrations npm install's
2018-06-25 17:11:08 -07:00
Evans Hauser
3ad05191bd
v2.0.0-rc.5
2018-06-25 16:51:07 -07:00
Alessio Dionisi
2b925c4725
add graphql dependency to docs ( #1244 )
2018-06-25 16:37:12 -07:00
Evans Hauser
d85ef48070
Ensures formatError receives a value that passes instanceof Error ( #1235 )
...
* ensure that formatError receives instanceof Error
* add formatError test for instanceof
* apply Martijn's feedback to usse Object.create 🎉
* check constructor name inside of formatError
2018-06-25 16:36:37 -07:00
Evans Hauser
c88630333c
Hapi: reenable cors test
...
It seems that hapi does not send all allowed origins in the
Access-Control-Allow-Origin header, so it is necessary to use another
configuration option to see if the config is being propagated
2018-06-25 16:05:59 -07:00
Prosper Otemuyiwa
209764324f
Merge pull request #1207 from apollographql/add-file-uploadspage
...
File Uploads Section
2018-06-25 23:49:52 +01:00
unicodeveloper
c58665ae4d
Add feedbacl
2018-06-25 23:45:21 +01:00
David Glasser
2ca26ab29b
v2.0.0-rc.4
2018-06-25 13:58:12 -07:00
David Glasser
325f11408e
apollo-engine-reporting: more aggressive signataure
2018-06-25 13:58:03 -07:00
Martijn Walraven
b6e2096876
Allow passing a body to POST, PATCH and PUT in data source
2018-06-25 21:52:19 +02:00
Prosper Otemuyiwa
f3fd52da21
Add lambda to sidebar ( #1240 )
2018-06-25 11:04:10 -07:00
Martijn Walraven
4d7a34f6f5
Add trailing slash to baseURL of data source if needed
2018-06-25 19:54:04 +02:00
unicodeveloper
ef5e1e1758
Resolve comflicts
2018-06-25 07:48:14 +01:00
Prosper Otemuyiwa
daaa522bb9
Merge pull request #1228 from apollographql/add-lambda-docs
...
Apollo Server Lambda Docs
2018-06-25 07:42:24 +01:00
unicodeveloper
7f1b59d9d4
Add feedback
2018-06-25 07:30:08 +01:00
unicodeveloper
85aefb7bbb
Fix
2018-06-25 07:17:45 +01:00
Prosper Otemuyiwa
96ff4b647a
Merge pull request #1239 from briandennis/patch-1
...
docs: fix typo in whats new documentation
2018-06-24 18:16:08 +01:00
Brian Dennis
73ec5e0c2a
docs: fix typo in whats new documentation
2018-06-24 12:11:19 -05:00
Martijn Walraven
acedc2690b
v2.0.0-rc.3
2018-06-24 12:30:42 +02:00
Evans Hauser
846579db33
update README's and remove docs for registerServer ( fixes #1216 )
2018-06-22 17:51:56 -07:00
David Glasser
049a61a368
Send APQ info to traces
2018-06-22 17:25:41 -07:00
Evans Hauser
e62dc4e97d
AS2: Support APQ for Batches ( #1234 )
...
* add handling of persisted queries for batched requests
* Update runHttpQuery.ts
* fix prettier
2018-06-22 16:10:01 -07:00
Matías Olivera
76da232c1c
Add graphql peer dependency to server integrations ( #1232 )
2018-06-22 15:55:08 -07:00
Tejas Kumar
7dc280df32
Fix Typo resovers -> resolvers ( #1233 )
...
* Fix Typo resovers -> resolvers
* Fix typo migh -> might
* Fix typo resover -> resolver again
2018-06-22 15:53:02 -07:00
Matías Olivera
69185082f0
Export UserInputError from lambda integration ( #1230 )
2018-06-22 14:35:52 -07:00
Evans Hauser
c8d747b021
Document Reporting to Engine and Add to migration guide ( #1223 )
...
* change logging to metrics and add section on Engine
* add to the migration guide
* address feedback and add clarity around logFunction
* address feedback for migration guide
2018-06-22 14:35:27 -07:00
Evans Hauser
98fd7ae1fd
test cache-control set to false after bug from #1217
2018-06-22 12:16:04 -07:00
Evans Hauser
ae14665aea
include test for tracing and add server creation helper method
2018-06-22 11:14:15 -07:00
unicodeveloper
5dfe2b5255
Add file upload section on sidebar
2018-06-22 19:04:53 +01:00
unicodeveloper
5a8043b387
Add meat to the file upload page
2018-06-22 19:00:37 +01:00
unicodeveloper
1bf2313f08
Initial documentation
2018-06-22 15:22:31 +01:00
unicodeveloper
d25aa20a51
Add Lambda docs
2018-06-22 15:17:01 +01:00
unicodeveloper
4b0a8f4e27
Add file upload page
2018-06-22 14:57:57 +01:00
Martijn Walraven
ebacd8fcda
Add type dependencies to apollo-server-express
2018-06-22 10:15:59 +02:00
Evans Hauser
4770f381d3
v2.0.0-rc.2
2018-06-21 19:53:33 -07:00
Matías Olivera
944a641770
Add missing apollo-upload-server dependency ( #1221 )
...
* Add missing apollo-upload-server dependency
* Reorder dependencies (drive-by)
2018-06-21 19:36:18 -07:00
David Glasser
742fb41bc3
Amortize encoding over each trace
2018-06-21 16:06:36 -07:00
Evans Hauser
3bc09decb4
v2.0.0-rc.1
2018-06-21 15:33:07 -07:00