Skip to content

Commit c881694

Browse files
committed
EndpointURL was renamed to Endpoint in graphql-go/handler
1 parent fd92641 commit c881694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func main() {
160160
Schema: &schema,
161161
Pretty: true,
162162
GraphiQL: true,
163-
EndpointURL: "http://localhost:8085",
163+
Endpoint: "http://localhost:8085",
164164
SubscriptionsEndpoint: "ws://localhost:8085/subscriptions",
165165
})
166166

0 commit comments

Comments
 (0)