Jesse Rosenberger
8ad31377d8
Follow-up editorial for GraphQL Playground doc. ( #1270 ).
2018-07-09 08:54:08 -07:00
Evans Hauser
02d31559da
Add GraphQL Playground Documentation ( #1270 )
...
* add initial playground documentation
* link to playground in whats-new
* address feedback
2018-07-05 16:17:39 -07:00
Martijn Walraven
23965de8a1
Add example of intercepting fetches and resolving URLs to data source docs
2018-07-03 13:46:18 +02:00
Mordechai Zuber
dae5349d57
Clarify docs for hybrid connections with middleware ( #1285 )
2018-07-02 14:09:07 -07:00
Vince Picone
11f0383384
Add npm start script to now setup ( #1276 )
...
The package.json requires a start script, copying as is gives an error in now CLI: `> Error! Missing `start` (or `now-start`) script in `package.json`. See: https://docs.npmjs.com/cli/start `
2018-07-02 14:07:19 -07:00
Jake Dawkins
b812eec906
added related guides ( #1286 )
2018-07-02 14:40:12 -04:00
unicodeveloper
6c583d67fb
Set up redirects
2018-07-02 08:15:29 +01:00
unicodeveloper
9d326ff8ce
Delete the files
2018-07-02 08:10:24 +01:00
unicodeveloper
660c034dbf
Remove APQ, CDN integration and file uplaods from side bar
2018-07-02 08:09:14 +01:00
Nicola Molinari
59ca96c861
docs(migration-engine): fix typo in code example ( #1273 )
2018-06-29 10:47:42 -07:00
Evans Hauser
80174d2197
Further improves subscriptions docs ( #1263 )
...
* docs: address feedback from #1255
* add alternative pubsub implementations and improve clarity
2018-06-29 10:42:24 -07:00
Evans Hauser
67c4812b45
docs: update engine option to ApolloServer constructor
2018-06-28 13:26:26 -07:00
Evans Hauser
9b67773337
docs: add callout to install apollo-server-express
2018-06-28 13:24:31 -07:00
Evans Hauser
738a933e81
docs: add persited query cache configuration
2018-06-28 12:43:32 -07:00
Prosper Otemuyiwa
49015f9bf7
Merge pull request #1269 from apollographql/add-zeit-deploy
...
Zeit's Now Deployment Guide
2018-06-28 16:26:18 +01:00
unicodeveloper
a796420dbf
Last unecessary code highlighting removed.
2018-06-28 16:23:08 +01:00
unicodeveloper
7718cd2633
Remove unecessary code highlighting
2018-06-28 16:20:25 +01:00
unicodeveloper
06db214fc1
Add feedback
2018-06-28 16:13:36 +01:00
unicodeveloper
290b9f05f7
Remove apollo-engine. Apollo Server's got it covered 🔥
2018-06-28 15:59:09 +01:00
unicodeveloper
a823bd869c
Fix grammar
2018-06-28 15:35:11 +01:00
unicodeveloper
01efbf07af
link to now in the sidebar
2018-06-28 15:28:08 +01:00
renovate[bot]
7fa445d08b
chore(deps): update dependency meteor-theme-hexo to v1.0.16 ( #1262 )
...
This Pull Request updates dependency [meteor-theme-hexo](https://github.com/meteor/meteor-theme-hexo ) from `v1.0.15` to `v1.0.16`
<details>
<summary>Release Notes</summary>
### [`v1.0.16`](https://github.com/meteor/meteor-theme-hexo/blob/master/CHANGELOG.md#v1016 )
[Compare Source](https://github.com/meteor/meteor-theme-hexo/compare/v1.0.15...v1.0.16 )
* Re-introduce the scrolling ability within search results.
[PR #​83](`https://github.com/meteor/meteor-theme-hexo/pull/83 `)
---
</details>
---
This PR has been generated by [Renovate Bot](https://renovatebot.com ).
2018-06-28 17:25:49 +03:00
unicodeveloper
beb1c23bab
Add Zeit deployment guide
2018-06-28 15:21:54 +01:00
Jesse Rosenberger
ea25edc776
docs: Use sentence case for title names. ( #1258 )
...
Ref: https://docs-docs.netlify.com/docs/docs/formatting.html#sentence-case
2018-06-27 10:01:40 -07:00
Evans Hauser
28cec7e92f
docs: Engine Reporting API and pass Engine API key in constructor ( #1256 )
...
- docs: add engine api and sync api key pass in with engine-docs
2018-06-27 10:00:49 -07:00
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
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
Jesse Rosenberger
c51d4c7af0
docs: Add sentence punctuation to 2.0 callout.
...
Follows-up on #1083 .
2018-06-26 17:33:58 +03:00
unicodeveloper
caee155835
Fix the path
2018-06-26 11:36:56 +01:00
Danilo Bürger
bf7418ea44
Use apollo-server v1 in example relating to v1
2018-06-26 12:22:46 +02:00
unicodeveloper
4a05521607
Add performance monitoring to what's new
2018-06-26 11:05:12 +01:00
Evans Hauser
84f13babcd
docs: add graphql install next to integrations npm install's
2018-06-25 17:11:08 -07:00
Alessio Dionisi
2b925c4725
add graphql dependency to docs ( #1244 )
2018-06-25 16:37:12 -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
Prosper Otemuyiwa
f3fd52da21
Add lambda to sidebar ( #1240 )
2018-06-25 11:04:10 -07: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
Brian Dennis
73ec5e0c2a
docs: fix typo in whats new documentation
2018-06-24 12:11:19 -05:00
Evans Hauser
846579db33
update README's and remove docs for registerServer ( fixes #1216 )
2018-06-22 17:51:56 -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
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
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