Skip to content

Commit 4e9d960

Browse files
committed
fixed misake in docs
1 parent cf6e6bc commit 4e9d960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func NewClient(endpoint string, opts ...ClientOption) *Client {
6565
// into the response object.
6666
// Pass in a nil response object to skip response parsing.
6767
// If the request fails or the server returns an error, the first error
68-
// will be returned. Use IsGraphQLErr to determine which it was.
68+
// will be returned.
6969
func (c *Client) Run(ctx context.Context, req *Request, resp interface{}) error {
7070
select {
7171
case <-ctx.Done():

0 commit comments

Comments
 (0)