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/

6 lines (5 loc) 278 B
import type { DefinitionNode, OperationDefinitionNode } from "graphql"; import { Maybe } from "./Maybe.js"; export declare const isLiveQueryOperationDefinitionNode: (input: DefinitionNode, variables?: Maybe<{ [key: string]: unknown; }>) => input is OperationDefinitionNode;