Merge pull request #133 from nm-infy/nm-infy-patch-1

Correct spelling in apollo_federation.md
This commit is contained in:
Sunli 2020-06-01 18:48:29 +08:00 committed by GitHub
commit 719170c204

View File

@ -10,7 +10,7 @@
- The `provides` property indicates the fields provided by a service.
The definition of a root Query type is slighly different. An entity search function must be defined. For example:
The definition of a root Query type is slightly different. An entity search function must be defined. For example:
```rust
struct Query;