correct spelling in apollo_federation.md

This commit is contained in:
Nilesh Mali 2020-06-01 15:55:19 +05:30 committed by GitHub
parent a4104cdbf7
commit 2fb24f2f04

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;