import { ValueNode } from 'graphql'; import { GQLExecCtx } from '..'; export default function inputToSetPayload(ctx: GQLExecCtx, type: string, graphqlAst: ValueNode, variables?: Record, path?: string): {};