gql_link 1.0.1-alpha+1715521079517 gql_link: ^1.0.1-alpha+1715521079517 copied to clipboard
A simple and modular AST-based GraphQL request execution interface.
1.0.1-alpha+1715521079517 #
1.0.0+1 #
- Add topics
1.0.0 #
- Mark the package as stable with a
1.0.0
release.
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
author
field frompubspec.yaml
- improve docs
- add
ContextReadException
andContextWriteException
0.2.3 #
- upgrade
package:gql_pedantic
0.2.2 #
- upgrade
package:gql_exec
to v0.2.0
0.2.1 #
- use
package:gql_exec
0.2.0 #
- rename
Exception
classes and extend from a newLinkException
- add various
Link
utils:Link.function
,Link.concat
,Link.route
andLink.split
0.1.0 #
- split off of
package:gql
- add support for
extensions
- define common
Link
exceptions