mk_graphql 0.0.5
mk_graphql: ^0.0.5 copied to clipboard
GraphQL client created using dio as http client for more customization for every requests and cancel request.
0.0.5 #
- updated dependencies
- updated request return type to
Future<GraphResult>
- renamed
ServerException
toGraphqlException
0.0.4 #
- updated dio to latest version
- minor fixes
- added SecurityContext, validateCertificate, proxyCallback function to client,
0.0.3 #
- added GraphqlRequest.fromString() to create request from string
- chore: updated dependencies
0.0.2 #
- pass static analysis issue
0.0.1 #
- create graphql client