UNPKG

@graphql-inspector/action

Version:

GraphQL Inspector functionality for GitHub Actions

15 lines (14 loc) 454 B
import { GraphQLSchema } from 'graphql'; import { CommandFactory, GlobalArgs } from '@graphql-inspector/commands'; export { CommandFactory }; export declare function handler({ schema: unsortedSchema, output, comments, }: { schema: GraphQLSchema; output: string; comments: boolean; }): void; declare const _default: CommandFactory<{}, { schema: string; write?: string; comments?: boolean; } & GlobalArgs>; export default _default;