UNPKG

gatsby

Version:
4 lines (3 loc) 216 B
import { ActionsUnion, IGatsbyState } from "../types"; import { GraphQLSchema } from "graphql"; export declare const schemaReducer: (state: GraphQLSchema | undefined, action: ActionsUnion) => IGatsbyState["schema"];