UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

10 lines (9 loc) 234 B
import type { ValueNode } from "../language/ast.js"; /** * Sort ValueNode. * * This function returns a sorted copy of the given ValueNode. * * @internal */ export declare function sortValueNode(valueNode: ValueNode): ValueNode;