This package has been deprecated

Author message:

Use @adeira/relay instead

@adeira/relay-utils

0.11.0 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i @adeira/relay-utils

Weekly Downloads

1

Version

0.11.0

License

MIT

Unpacked Size

3.48 kB

Total Files

9

Last publish

Collaborators

  • martin.zlamal
  • adeira-npm-bot