Skip to content

Commit

Permalink
fix typo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees authored Mar 15, 2020
1 parent 7f0e0c2 commit b693e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Through this gateway, it is possible to easily establish aggregations between th
### How this GraphQL-Gateway actually works?
1. Read and parse the Swagger specifications from all given endpoints.
2. For each Swagger specification auto-generate the GraphQL Types, Queries and Mutations; as well as auto-generate the APIs based resolvers.
3. Merge our local GraphQl definitions containing the agreggations and extensions along with the previous generated schemas.
3. Merge our local GraphQl definitions containing the aggregations and extensions along with the previous generated schemas.
4. Serve an Apollo GraphQl server with all agreggations.


Expand Down

0 comments on commit b693e3f

Please sign in to comment.