gql_link 1.1.0 
gql_link: ^1.1.0 copied to clipboard
A simple and modular AST-based GraphQL request execution interface.
1.1.0 #
- FEAT: add canonical dispose method on gql_link.
 
1.0.0+1 #
- Add topics
 
1.0.0 #
- Mark the package as stable with a 
1.0.0release. 
0.5.1 #
- add optional statusCode to ServerException
 
0.5.0 #
- BREAKING: add stacktrace to exceptions
 
0.4.2 #
- Upgrade 
gql_exec. 
0.4.1 #
- Upgrade 
gql_exec. 
0.4.0-nullsafety.3 #
- fix generated mockito testing
 
0.4.0-nullsafety.2 #
Null Safety Pre-release
0.3.1 #
- override toString in Exceptions for legibility (@Britannio)
 
0.3.0 #
- remove 
authorfield frompubspec.yaml - improve docs
 - add 
ContextReadExceptionandContextWriteException 
0.2.3 #
- upgrade 
package:gql_pedantic 
0.2.2 #
- upgrade 
package:gql_execto v0.2.0 
0.2.1 #
- use 
package:gql_exec 
0.2.0 #
- rename 
Exceptionclasses and extend from a newLinkException - add various 
Linkutils:Link.function,Link.concat,Link.routeandLink.split 
0.1.0 #
- split off of 
package:gql - add support for 
extensions - define common 
Linkexceptions