gql_dio_link 0.2.3-alpha+1645424707230
gql_dio_link: ^0.2.3-alpha+1645424707230 copied to clipboard
Similar to gql_http_link, gql_dio_link is a GQL Terminating Link to execute requests via Dio using JSON
0.2.3-alpha+1645424707230 #
0.2.2 #
- Upgrade
gql_exec
.
[0.1.0-nullsafety.1] #
- Migrate to null-safety.
0.0.5 #
- Pass original exception inside
DioLinkServerException
also if http request fails with error status and improveDioLinkServerException.toString
to print part of plain response (even if it was not valid graphQL json). These should be helpful for debugging.