UNPKG

@graphql-mesh/utils

Version:
3 lines (2 loc) 142 B
import { type SelectionSetNode } from 'graphql'; export declare function selectionSetOfData(data: Record<string, unknown>): SelectionSetNode;