Skip to content

Commit

Permalink
Small typo fix (howtographql#1196)
Browse files Browse the repository at this point in the history
Co-authored-by: Tasin Ishmam <tasinishmam@gmail.com>
  • Loading branch information
rpoisel and TasinIshmam authored Jun 20, 2021
1 parent a422f66 commit f53e0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/backend/graphql-go/0-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In GraphQL your API starts with a schema that defines all your types, queries
and mutations, It helps others to understand your API. So it's like a contract
between server and the client. Whenever you need to add a new capability to a
GraphQL API you must redefine schema file and then implement that part in your
code. GraphQL has it's
code. GraphQL has its
[Schema Definition Language](http://graphql.org/learn/schema/) for this purpose.
gqlgen is a Go library for building GraphQL servers and has a nice feature that
generates code based on your schema definition.

0 comments on commit f53e0e8

Please sign in to comment.