Socket
Book a DemoInstallSign in
Socket

@adeira/relay-utils

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adeira/relay-utils

Relay utils used at Adeira ecosystem

npmnpm
Version
0.8.0
Version published
Weekly downloads
24
380%
Maintainers
3
Weekly downloads
 
Created
Source

This package contains relay utility functions used in the Adeira ecosystem.

Install

  • yarn add @adeira/relay-utils

Usage

getDataFromRequest

  • This function retrieves data from the relay store based on the request:
import { getDataFromRequest } from '@adeira/relay-utils';

const data = getDataFromRequest({ query: props.query, variables: props.variables }, environment);

FAQs

Package last updated on 20 May 2020

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