Releases: nerdsupremacist/Graphaello
Releases · nerdsupremacist/Graphaello
0.1.0-beta.9
Consolidating api name camelcasing
Minor fixes
- GraphQL Default Value parsing fixes
- Handling of recursive inputs
- More keywords escaped
- Handling for connections with non-null edges/node fields
Repeat keyword handling
Adding repeat to list of protected keywords Should fix #37
Removing false positives for unused variables
0.1.0-beta.6 Allowing member acccess to mark a property as used
Unused Variable Warnings
Merge pull request #31 from nerdsupremacist/diagnostics Diagnostics
Apollo Update
- Graphaello now runs on Apollo 0.40.0
- And it will automatically update your project the next time you run it
- Improvements on Caching
- Fixed out of sync macros bug
- Graphaello will now skip all the expensive computations and code generation if it notices that your GraphQL based code has remained the same
Fields and Types with underscore!
0.1.0-beta.3 Fixing underscore prefixes in names of fields
Placeholders now available for Paging
0.1.0-beta.2 Adding placeholder default to paging
Adding warnings for updates
0.1.0-beta.1 Adding version checks to push updates more effectively
Fix crash when accessing union types in placeholders
0.1.0-alpha.21 Fixing placeholders for interfaces and union types