How to use the @graphql-codegen/core.isDetailedError function in @graphql-codegen/core

To help you get started, we’ve selected a few @graphql-codegen/core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github dotansimha / graphql-code-generator / packages / graphql-codegen-cli / src / utils / listr-renderer.ts View on Github external
.map(error => {
            debugLog(`[CLI] Exited with an error`, error);

            return { msg: isDetailedError(error) ? error.details : null, rawError: error };
          })
          .map(({ msg, rawError }, i) => {

@graphql-codegen/core

<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>

MIT
Latest version published 3 months ago

Package Health Score

89 / 100
Full package analysis