UNPKG

@graphql-mesh/http

Version:
6 lines (5 loc) 229 B
import type { YamlConfig } from '@graphql-mesh/types'; export declare function resolvePlaygroundConfig(playground: YamlConfig.ServeConfig['playground'], defaultEnabled?: boolean): { enabled: boolean; offline: boolean; };