Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Update 02-graphcool.yml.md
Browse files Browse the repository at this point in the history
Temporarily remove multiple types files from docs until it is supported
  • Loading branch information
timsuchanek committed Nov 3, 2017
1 parent 78ef0ac commit 27e1218
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/04-Reference/01-Service-Definition/02-graphcool.yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,6 @@ types: ./types.graphql
```


**Referring to multiple type definition files**

```yml
types:
- ./types.graphql
- ./customResolver.graphql
```


### `functions`

The `functions` root property accepts a **map from string** (which specifies the function's _name_) **to [function](#definition-function)**. The key represents the _name_ of the function, the value is an object that follows the [function](#definition-function) structure and defines the precise configuration of the function to be invoked.
Expand Down

0 comments on commit 27e1218

Please sign in to comment.