Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -303,7 +303,7 @@ class GetConnect extends GetConnectInterface { | @@ -303,7 +303,7 @@ class GetConnect extends GetConnectInterface { | ||
| 303 | }) async { | 303 | }) async { | 
| 304 | try { | 304 | try { | 
| 305 | final res = await post( | 305 | final res = await post( | 
| 306 | - _concatUrl(url), | 306 | + url, | 
| 307 | {'query': query, 'variables': variables}, | 307 | {'query': query, 'variables': variables}, | 
| 308 | headers: headers, | 308 | headers: headers, | 
| 309 | ); | 309 | ); | 
| @@ -339,7 +339,7 @@ class GetConnect extends GetConnectInterface { | @@ -339,7 +339,7 @@ class GetConnect extends GetConnectInterface { | ||
| 339 | }) async { | 339 | }) async { | 
| 340 | try { | 340 | try { | 
| 341 | final res = await post( | 341 | final res = await post( | 
| 342 | - _concatUrl(url), | 342 | + url, | 
| 343 | {'query': mutation, 'variables': variables}, | 343 | {'query': mutation, 'variables': variables}, | 
| 344 | headers: headers, | 344 | headers: headers, | 
| 345 | ); | 345 | ); | 
- 
Please register or login to post a comment