Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gqty

Package Overview
Dependencies
Maintainers
1
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gqty - npm Package Compare versions

Comparing version 3.0.0-canary-20240508114814.1a3f55074b41c286cc67d9f099644ab389e44301 to 3.0.0-canary-20240508121542.91645786c29b6b8cf28c5aa00663f49fcb38e145

2

Client/compat/subscriptionsClient.js

@@ -5,3 +5,3 @@ 'use strict';

const deferred = require('gqty/Utils/deferred');
const deferred = require('../../Utils/deferred.js');
const index = require('../../Error/index.js');

@@ -8,0 +8,0 @@

@@ -94,2 +94,3 @@ import { type BaseGeneratedSchema, type FetchOptions } from '.';

extensions?: Record<string, unknown>;
/** Retry strategy upon fetch failure. */
retryPolicy?: RetryOptions;

@@ -96,0 +97,0 @@ onSelect?: SchemaContext['select'];

@@ -14,7 +14,6 @@ 'use strict';

const updateCaches = require('./updateCaches.js');
require('gqty/Utils/deferred');
const deferred = require('../Utils/deferred.js');
const context = require('./context.js');
require('just-safe-get');
require('just-safe-set');
const deferred = require('../Utils/deferred.js');
const batching = require('./batching.js');

@@ -21,0 +20,0 @@

{
"name": "gqty",
"version": "3.0.0-canary-20240508114814.1a3f55074b41c286cc67d9f099644ab389e44301",
"version": "3.0.0-canary-20240508121542.91645786c29b6b8cf28c5aa00663f49fcb38e145",
"description": "gqty client without queries",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -1,13 +0,31 @@

# [GQty](https://gqty.dev) [![Documentation](https://img.shields.io/badge/documentation-documentation?color=C00B84)](https://gqty.dev)
<p align="center">
<a href="https://gqty.dev">
<img src="https://github.com/gqty-dev/gqty/raw/main/internal/images/logo.png
" height="150" alt="gqty" />
</a>
</p>
> GQty is a fully-featured GraphQL client, which lowers the barrier of entry towards using GraphQL.
<h2 align="center">
The No-GraphQL Client for TypeScript
Data requirements within your application are picked up automatically, freeing you from having to maintain GraphQL queries by-hand. It offers a first-class TypeScript experience. See API documentation at all times within autocomplete.
[![Documentation](https://img.shields.io/badge/documentation-documentation?color=C00B84)](https://gqty.dev)
[![Discord](https://img.shields.io/discord/874477141834739762?color=7289d9&label=discord)](https://discord.gg/U967mp5qbQ)
Make breaking changes to your API, and see type-errors exactly where things are breaking, in realtime. No more running a separate validation step.
</h2>
**More documentation is available at [gqty.dev/docs/getting-started](https://gqty.dev/docs/getting-started).**
[![GQty Hero Section](https://github.com/gqty-dev/gqty/raw/main/internal/images/hero.png)](https://gqty.dev)
<a href="https://gqty.dev">
<img alt="Example usage" src="https://user-images.githubusercontent.com/13242392/112103674-fddc4980-8ba1-11eb-8c83-b527dcb0243d.PNG" />
</a>
Data requirements within your application are picked up automatically, freeing
you from having to maintain GraphQL queries by-hand. It offers a first-class
TypeScript experience. See API documentation at all times within autocomplete.
Make breaking changes to your API, and see type-errors exactly where things are
breaking, in realtime. No more running a separate validation step.
**Head over to [gqty.dev](https://gqty.dev) to explore features and
documentations!**
## Get involved
Documentation, bug reports, pull requests, and other contributions are welcomed!
See [`CONTRIBUTING.md`](CONTRIBUTING.md) for more information.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc