We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80947a0 commit 8769295Copy full SHA for 8769295
packages/graphql_flutter/example/graphql_chat/lib/main.dart
@@ -12,10 +12,10 @@ Future<void> main() async {
12
"Accept": "application/json",
13
"Access-Control_Allow_Origin": "*",
14
},
15
- 'http://127.0.0.1:9000/graphql',
+ 'https://api.chat.graphql-flutter.dev/graphql',
16
);
17
var wsLink = WebSocketLink(
18
- 'ws://127.0.0.1:9000/graphql',
+ 'ws://api.chat.graphql-flutter.dev/graphql',
19
config: const SocketClientConfig(
20
inactivityTimeout: Duration(seconds: 40),
21
),
0 commit comments