UNPKG

@graphql-tools/batch-execute

Version:

A set of utils for faster development of GraphQL tools

6 lines (5 loc) 165 B
export declare function createPrefix(index: string): string; export declare function parseKey(prefixedKey: string): { index: number; originalKey: string; };