gql_exec 0.4.2-alpha+1660489909351 gql_exec: ^0.4.2-alpha+1660489909351 copied to clipboard
Basis for GraphQL execution layer to support Link and Client.
0.4.2-alpha+1660489909351 #
0.4.1 #
- Upgrade
gql
0.4.0 #
- [BREAKING] Bump version due to a braking change in
0.3.1
.
0.3.1 #
- Add
response
, raw http response toResponse
.
0.3.0-nullsafety.2 #
- Null Safety Pre-release
0.2.5 #
- Mape
Operation.toString
more interpretable withjson.encode(printNode(document))
0.2.4 #
- remove
author
field frompubspec.yaml
0.2.3 #
- improve docs
0.2.2 #
- upgrade
package:gql_pedantic
0.2.1 #
- include variables when updating context
0.2.0 #
- move
variables
fromOperation
toRequest
0.1.1 #
- fixed documentation
0.1.0 #
- extracted from
package:gql
and refactored