New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@graasp/query-client

Package Overview
Dependencies
Maintainers
0
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graasp/query-client

React Query package to consume the Graasp API.

latest
Source
npmnpm
Version
5.8.0
Version published
Weekly downloads
26
-63.38%
Maintainers
0
Weekly downloads
 
Created
Source

Graasp Query Client

React Query package to consume the Graasp API.

Installation

Run the following to install the package in your project:

yarn add github:graasp/graasp-query-client.git

The package exposes the following properties:

  • DATA_KEYS: keys used to refer to invalidate data
  • routines: message types used for notifications
  • API_ROUTES: object containing all endpoint routes
  • Api: api endpoints collection

configureQueryClient returns the following properties:

  • queryClient: query client property
  • QueryClientProvider: query client provider
  • hooks: object containing all the useQuerys
  • useMutation: hook for running mutations
  • ReactQueryDevtools: devtools component for the imported queryclient
  • dehydrate & Hydrate: necessary properties for SSR projects (ie: nextjs)
import { configureQueryClient } from '@graasp/query-client';

const prop = configureQueryClient({ API_HOST });

Development

Run yarn to install this package's dependencies

Testing

Execute the following to run the tests in your project

yarn test

or

yarn test:watch

FAQs

Package last updated on 07 Feb 2025

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