UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

13 lines (11 loc) 279 B
/** * This file was automatically generated. * DO NOT MODIFY BY HAND. * Run `yarn special-lint-fix` to update */ export interface ProfilingPluginOptions { /** * Path to the output file e.g. `profiling/events.json`. Defaults to `events.json`. */ outputPath?: string; }