Sha256: ca0ca4ca5ad4772161ee2a99741d616fea780d777549ba9f05f4a24493ab44e1
Contents?: true
Size: 448 Bytes
Versions: 26
Compression:
Stored size: 448 Bytes
Contents
import type { ObjMap } from '../jsutils/ObjMap'; import type { DocumentNode } from '../language/ast'; /** * separateOperations accepts a single AST document which may contain many * operations and fragments and returns a collection of AST documents each of * which contains a single operation as well the fragment definitions it * refers to. */ export declare function separateOperations( documentAST: DocumentNode, ): ObjMap<DocumentNode>;
Version data entries
26 entries across 26 versions & 1 rubygems