UNPKG

apollo-server-module-graphiql

Version:
14 lines (13 loc) 379 B
export declare type GraphiQLData = { endpointURL: string; subscriptionsEndpoint?: string; query?: string; variables?: Object; operationName?: string; result?: Object; passHeader?: string; editorTheme?: string; websocketConnectionParams?: Object; rewriteURL?: boolean; }; export declare function renderGraphiQL(data: GraphiQLData): string;