Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Apr 17, 2024
1 parent 88c33ed commit 5bbabb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
wrapped: http.DefaultTransport,
},
}
graphqlClient := gqlclient.NewClient(&httpClient, "https://app.plural.sh/gql")
graphqlClient := gqlclient.NewClient(&httpClient, "https://app.plural.sh/gql", nil)
meResp, err := graphqlClient.MyCluster(context.Background())
if err != nil {
return
Expand Down

0 comments on commit 5bbabb1

Please sign in to comment.