UNPKG

@n1ru4l/graphql-live-query

Version:

[![npm version](https://img.shields.io/npm/v/@n1ru4l/graphql-live-query.svg)](https://www.npmjs.com/package/@n1ru4l/graphql-live-query) [![npm downloads](https://img.shields.io/npm/dm/@n1ru4l/graphql-live-query.svg)](https://www.npmjs.com/package/@n1ru4l/

9 lines (8 loc) 272 B
import { DirectiveNode } from "graphql"; import { Maybe } from "./Maybe.js"; export declare const getLiveDirectiveArgumentValues: (node: DirectiveNode, variableValues?: Maybe<{ [key: string]: unknown; }>) => { isLive: boolean; throttleValue: Maybe<number>; };