Gqless Versions Save

a GraphQL client without queries

@gqless/[email protected]

3 years ago

2.0.16

Patch Changes

  • 422eb9a: fix importsNotUsedAsValues error on generated schema
  • Updated dependencies [422eb9a]
  • Updated dependencies [422eb9a]

[email protected]

3 years ago

2.0.14

Patch Changes

  • 422eb9a: allow set core "resolved" defaults
  • 422eb9a: hotfix nullable getFields

@gqless/[email protected]

3 years ago

1.0.11

Patch Changes

  • af6a437: - Rename GqlessConfig to GQlessConfig (so it's consistent with the new logo)
    • Rename gqlessError to GQlessError
    • Remove endpoint option from the configuration, and instead always defaults to introspection one
      • It's confusing why theres two of them, and the user can change it later by modifying the file anyway
  • Updated dependencies [4a3d5ef]
  • Updated dependencies [af6a437]

@gqless/[email protected]

3 years ago

2.0.15

Patch Changes

  • 4a3d5ef: fix useQuery's prepare update
  • af6a437: - Rename GqlessConfig to GQlessConfig (so it's consistent with the new logo)
    • Rename gqlessError to GQlessError
    • Remove endpoint option from the configuration, and instead always defaults to introspection one
      • It's confusing why theres two of them, and the user can change it later by modifying the file anyway
  • 4a3d5ef: fix args state usePaginatedQuery
  • 4a3d5ef: detach react default retry in useMutation
  • Updated dependencies [4a3d5ef]
  • Updated dependencies [af6a437]

@gqless/[email protected]

3 years ago

2.0.11

Patch Changes

  • af6a437: - Rename GqlessConfig to GQlessConfig (so it's consistent with the new logo)
    • Rename gqlessError to GQlessError
    • Remove endpoint option from the configuration, and instead always defaults to introspection one
      • It's confusing why theres two of them, and the user can change it later by modifying the file anyway
  • Updated dependencies [4a3d5ef]
  • Updated dependencies [af6a437]

@gqless/[email protected]

3 years ago

2.0.15

Patch Changes

  • 4a3d5ef: allow introspection json without "data" field
  • af6a437: - Rename GqlessConfig to GQlessConfig (so it's consistent with the new logo)
    • Rename gqlessError to GQlessError
    • Remove endpoint option from the configuration, and instead always defaults to introspection one
      • It's confusing why theres two of them, and the user can change it later by modifying the file anyway
    • Change "scalars" option to "scalarTypes"
  • 4a3d5ef: disable config file write if no cli usage
  • Updated dependencies [4a3d5ef]
  • Updated dependencies [af6a437]

[email protected]

3 years ago

2.0.13

Patch Changes

  • 4a3d5ef: divide subscriptions with only one top level field
  • af6a437: - Rename GqlessConfig to GQlessConfig (so it's consistent with the new logo)
    • Rename gqlessError to GQlessError
    • Remove endpoint option from the configuration, and instead always defaults to introspection one
      • It's confusing why theres two of them, and the user can change it later by modifying the file anyway

@gqless/[email protected]

3 years ago

2.0.14

Patch Changes

  • f14df08: fix forceUpdate race condition
  • Updated dependencies [c45ca0d]

[email protected]

3 years ago

2.0.12

Patch Changes

  • c45ca0d: add NPM readme

@gqless/[email protected]

3 years ago

2.0.13

Patch Changes

  • c25bb2e: [usePaginatedQuery] pause cache changes while merge