gqty

The No-GraphQL Client for TypeScript

MIT License

Downloads
51.5K
Stars
880
Committers
14

Bot releases are visible (Hide)

gqty - [email protected]

Published by github-actions[bot] about 3 years ago

2.0.3

Patch Changes

  • 9e22119: Fix unions/interface fetch loop

    closes #236

gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

2.1.1

Patch Changes

  • f4ddac9: Enforce "importsNotUsedAsValues" & "preserveValueImports" using import type
  • ff821ef: default config react enabled only if "react" dependency is found
gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

2.1.0

Minor Changes

  • c993f2e: Sort alphabetically generated code

Patch Changes

  • 0a30558: Fix misplaced semi-colons in input types
gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

2.0.1

Patch Changes

  • 7bc7c89: fix & simplify selections logging
  • Updated dependencies [d014462]
  • Updated dependencies [6b60991]
  • Updated dependencies [5cc001f]
  • Updated dependencies [d6da2ae]
gqty - [email protected]

Published by github-actions[bot] about 3 years ago

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 - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

2.0.1

Patch Changes

  • 28e2c09: [Bug fixing breaking change] Fix types and retrieval of unions/interfaces of different object types
  • Updated dependencies [28e2c09]
gqty - [email protected]

Published by github-actions[bot] about 3 years ago

2.0.1

Patch Changes

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

Published by github-actions[bot] about 3 years ago

2.0.0

Patch Changes

gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

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

gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

2.0.0

Patch Changes

gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

2.0.0

Please use @gqty/cli>=2.0.1, critical bug fixed

Major Changes

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

Patch Changes

gqty - [email protected]

Published by github-actions[bot] about 3 years ago

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]

Published by github-actions[bot] about 3 years ago

1.1.3

Patch Changes

  • 3b9c614: Improve refetch selection history logic
gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

1.0.2

Patch Changes

  • 1fc2672: add "sideEffects: false" for improved tree-shaking
  • Updated dependencies [1fc2672]
gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

1.1.1

Patch Changes

  • 1fc2672: add "sideEffects: false" for improved tree-shaking
  • Updated dependencies [1fc2672]
gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

1.0.4

Patch Changes

  • 1fc2672: add "sideEffects: false" for improved tree-shaking
  • Updated dependencies [1fc2672]
gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

1.1.4

Patch Changes

gqty - [email protected]

Published by github-actions[bot] about 3 years ago

1.1.2

Patch Changes

  • 1fc2672: add "sideEffects: false" for improved tree-shaking
gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

1.1.3

Patch Changes

  • 9faebb6: fix dynamic import transpilation
gqty - @gqty/[email protected]

Published by github-actions[bot] about 3 years ago

1.1.2

Patch Changes

  • d097ae3: fix ESM build
Package Rankings
Top 2.15% on Npmjs.org
Badges
Extracted from project README
Documentation Discord
Related Projects