Skip to content

Releases: gqty-dev/gqty

@gqty/[email protected]

22 Oct 04:02
Compare
Choose a tag to compare

2.1.2

Patch Changes

  • 2b33e6a: Add missing useSubscription in generated react code

[email protected]

21 Oct 02:20
b63dcbf
Compare
Choose a tag to compare

2.0.3

Patch Changes

@gqty/[email protected]

18 Oct 00:33
c185a26
Compare
Choose a tag to compare

2.1.1

Patch Changes

  • f4ddac9: Enforce "importsNotUsedAsValues" & "preserveValueImports" using import type
  • ff821ef: default config react enabled only if "react" dependency is found

@gqty/[email protected]

05 Oct 19:11
20e3691
Compare
Choose a tag to compare

2.1.0

Minor Changes

  • c993f2e: Sort alphabetically generated code

Patch Changes

  • 0a30558: Fix misplaced semi-colons in input types

[email protected]

29 Sep 19:09
afff782
Compare
Choose a tag to compare

2.0.2

Patch Changes

  • d014462: remove unused dependency

  • 6b60991: improve normalization key auto-fetch logic

  • 5cc001f: Fix: Prevent duplicated concurrent scheduler fetch

  • d6da2ae: Variables/Args utility type to re-use variables types from any field with arguments.

    You can use either Variables or Args.

    import { query, Query } from '../gqty';
    
    import type { Variables, Args } from 'gqty';
    
    function getUserName(args: Variables<Query['user']>) {
      return query.user(args).name;
    }
    
    function getUserEmail(args: Args<typeof query['user']>) {
      return query.user(args).email;
    }

@gqty/[email protected]

29 Sep 19:09
afff782
Compare
Choose a tag to compare

2.0.1

Patch Changes

[email protected]

20 Sep 23:31
b7491a0
Compare
Choose a tag to compare

2.0.1

Patch Changes

  • 28e2c09: [Bug fixing breaking change] Fix types and retrieval of unions/interfaces of different object types

[email protected]

20 Sep 21:02
60c33e0
Compare
Choose a tag to compare

2.0.0

Please use gqty>=2.0.1, critical bug fixed

Major Changes

  • 3586c45: Remove undocumented "buildSelections"
  • 3586c45: Change previous unstable Unions support with new "$on" property with support for both Unions & Interfaces

@gqty/[email protected]

20 Sep 21:02
60c33e0
Compare
Choose a tag to compare

2.0.0

Patch Changes

@gqty/[email protected]

20 Sep 21:02
60c33e0
Compare
Choose a tag to compare

2.0.0

Major Changes

  • 3586c45: Remove undocumented "buildSelections"
  • 3586c45: Change previous unstable Unions support with new "$on" property with support for both Unions & Interfaces

Patch Changes