UNPKG

chimp

Version:

Your development companion for doing quality, faster.

23 lines (22 loc) 550 B
import getModuleNames from './getModuleNames'; declare const _default: (graphqlInfos: ReturnType<typeof getModuleNames>) => { types: boolean; schemaString: string; queries: { name: string; hasArguments: boolean; variables: string[]; }[]; mutations: { name: string; hasArguments: boolean; variables: string[]; }[]; typeDefinitions: { name: string; }[]; name: string; graphqlFilePath: string; graphqlFileRootPath: string; }[]; export default _default;