diff --git a/examples/gateway/graph/main.go b/examples/gateway/graph/main.go index e8902352b..ec7a3582b 100644 --- a/examples/gateway/graph/main.go +++ b/examples/gateway/graph/main.go @@ -27,7 +27,7 @@ func main() { } defer (func() { _ = tp.Shutdown(ctx) })() - carFetcher, err := gateway.NewRemoteCarFetcher([]string{*gatewayUrlPtr}, nil) + carFetcher, err := gateway.NewRemoteCarFetcher([]string{*gatewayUrlPtr}) if err != nil { log.Fatal(err) }