graphql-engine/frontend/types/externalNotTypesLibs.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
438 B
TypeScript
Raw Normal View History

declare module 'format-graphql' {
export function formatSdl(query: string): string;
}
declare module 'graphiql-code-exporter/lib/snippets';
declare module 'graphiql-code-exporter';
declare module '@walmartlabs/json-to-simple-graphql-schema/lib' {
export function jsonToSchema(options: {
jsonInput: string;
baseType: string;
}): { value: string };
}
declare module 'microfiber';
declare module 'react-progress-bar-plus';