gql_code_builder 0.0.11-alpha+1588951297502 gql_code_builder: ^0.0.11-alpha+1588951297502 copied to clipboard
Dart code builders taking *.graphql documents and SDL to build useful classes.
0.0.11-alpha+1588951297502 #
0.0.10 #
- remove
author
field frompubspec.yaml
0.0.9 #
- remove duplicate ast imports
0.0.8 #
- escape reserved and private names
0.0.7 #
- fix schema url bug
0.0.6 #
- fix nullable url bug
0.0.5 #
- rework builders to be based on
SourceNode
to handle imports - combine data and fragment builder
- no more global fragments file
- combine schema builders
- refer to other generated files by using URI fragments
0.0.4 #
- upgrade
package:gql_pedantic
0.0.3 #
- Support for fragment builder
0.0.2 #
- Split off
var_builder
off ofreq_builder
0.0.1 #
- Spun off of
package:gql_code_gen