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/

4 lines (3 loc) 185 B
import { DefinitionNode, DirectiveNode } from "graphql"; import { Maybe } from "./Maybe.js"; export declare const getLiveDirectiveNode: (input: DefinitionNode) => Maybe<DirectiveNode>;