UNPKG

jok

Version:

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

7 lines (6 loc) 218 B
export default function ({ hasFragment, queryName, variablesDeclarationString, variablesString, }: { hasFragment: any; queryName: any; variablesDeclarationString: any; variablesString: any; }): string;