apollo-server/docs/_config.yml
Martijn Walraven 685d3399db Apollo Server 2.0 - Caching + RESTDataSource (#1163)
* Enable declarationMap in tsconfig.json

See http://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-9.html

* Add apollo-server-caching package and improve typings

* Remove superfluous test steps

* Add .npmignore to apollo-server-caching

* Add apollo-server-env and apollo-datasource-rest packages

* Fix broken imports

* Use prepublish instead of prepare

* cache is now passed to data sources from ApolloServer constructor

* fix Object.values to use the object passed in rather than this

* add initial datasource test

* docs: initial data source documentation

* docs: initial data source documentation

* compiles and documentation now highlights code in data-sources.md

* Some changes to the data source docs
2018-06-14 23:13:33 -07:00

56 lines
1.3 KiB
YAML

title: Apollo Server
propertytitle: Using Apollo Server
subtitle: Apollo Server
description: A guide to using Apollo Server.
versions:
- '1'
sidebar_categories:
null:
- index
- getting-started
- whats-new
Essentials:
- essentials/schema
- essentials/server
- essentials/data
Features:
- features/mocking
- features/errors
- features/apq
- features/data-sources
- features/logging
- features/scalars-enums
- features/unions-interfaces
- features/directives
- features/creating-directives
# Schema stitching:
# - features/schema-stitching
# - features/remote-schemas
# - features/schema-delegation
# - features/schema-transforms
Deployment:
# - deployment/index
- deployment/heroku
# - deployment/lambda
API Reference:
- api/apollo-server
- title: graphql-subscriptions
href: https://www.apollographql.com/docs/graphql-subscriptions
- api/graphql-tools
Migration:
- migration-two-dot
- migration-engine
github_repo: apollographql/apollo-server
content_root: docs/source
typescript_api_box:
data_file: docs.json
url: https://www.apollographql.com/docs/apollo-server/
root: /docs/apollo-server/
public_dir: public/docs/apollo-server
versioned-netlify-redirects:
netlify_site_id: apollo-server-docs