UNPKG

jok

Version:

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

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