Skip to content

Commit d1128f7

Browse files
committed
updated list of features
1 parent 643d2f6 commit d1128f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Low-level GraphQL client for Go.
44

55
* Simple, familiar API
6-
* Respects context.Context cancallation
6+
* Respects `context.Context` cancallation
77
* Build and execute any kind of GraphQL request
8+
* Use strong Go types for response data
89
* Use variables and upload files
10+
* Simple error handling
911

1012
```go
1113
ctx := context.Background()

0 commit comments

Comments
 (0)