Skip to content

Releases: nerdsupremacist/Graphaello

0.1.0-beta.9

19 Dec 22:21
Compare
Choose a tag to compare
Consolidating api name camelcasing

Minor fixes

16 Aug 12:38
539d473
Compare
Choose a tag to compare
  • GraphQL Default Value parsing fixes
  • Handling of recursive inputs
  • More keywords escaped
  • Handling for connections with non-null edges/node fields

Repeat keyword handling

29 Jul 12:23
da932a2
Compare
Choose a tag to compare
Adding repeat to list of protected keywords

Should fix #37

Removing false positives for unused variables

25 Jan 17:43
Compare
Choose a tag to compare
0.1.0-beta.6

Allowing member acccess to mark a property as used

Unused Variable Warnings

24 Jan 23:47
b6dcb1d
Compare
Choose a tag to compare
Merge pull request #31 from nerdsupremacist/diagnostics

Diagnostics

Apollo Update

21 Jan 14:23
Compare
Choose a tag to compare
  • 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!

20 Jan 16:03
Compare
Choose a tag to compare
0.1.0-beta.3

Fixing underscore prefixes in names of fields

Placeholders now available for Paging

20 Jan 13:21
Compare
Choose a tag to compare
0.1.0-beta.2

Adding placeholder default to paging

Adding warnings for updates

20 Jan 11:44
Compare
Choose a tag to compare
0.1.0-beta.1

Adding version checks to push updates more effectively

Fix crash when accessing union types in placeholders

20 Jan 10:42
Compare
Choose a tag to compare
0.1.0-alpha.21

Fixing placeholders for interfaces and union types