UNPKG

ohmygql

Version:

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href]

7 lines (4 loc) 208 B
import { DocumentNode } from 'graphql'; import { G as GqlOperation } from './types-5ff68c30.js'; declare const extractOperation: (query: string | DocumentNode) => GqlOperation; export { extractOperation };