UNPKG

jok

Version:

Bundle of utility functions for code generation related to nodejs and graphql

3 lines (2 loc) 157 B
import { IntrospectionInputValue } from 'graphql'; export default function buildVariablesPassString(inputs: ReadonlyArray<IntrospectionInputValue>): string;