UNPKG

jok

Version:

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

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