UNPKG

gqty

Version:

The No-GraphQL Client for TypeScript

4 lines (3 loc) 224 B
import type { Selection } from '../Selection'; /** Similiar to the `select()` helper, but for accessor proxies. */ export declare const pick: (schema: Record<string, any>, selections: Set<Selection>) => Record<string, any>;