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

@kitql/client

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kitql/client

[KitQL](https://github.com/jycouet/kitql#kitql), _A set of tools, helping **you** building efficient apps in a fast way._

  • 0.0.13
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

KitQL - client

KitQL, A set of tools, helping you building efficient apps in a fast way.

⚡How to - client

To use, KitQL Client, create an instance of it in file ./src/lib/graphql/kitQL.ts

import { KitQLClient } from '@kitql/client/kitQLClient';

const VITE_HOST = import.meta.env.VITE_HOST;
export const kitQLClient = new KitQLClient({
	url: `${VITE_HOST}/api/graphql`
});

This kitQLClient instance will be used in your stores generated by KitQL - graphql-codegen

FAQs

Package last updated on 26 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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