graphql-config-extension-graphcool

  • Version 1.0.11
  • Published
  • 22.3 kB
  • 2 dependencies
  • Apache-2.0 license

Install

npm i graphql-config-extension-graphcool
yarn add graphql-config-extension-graphcool
pnpm add graphql-config-extension-graphcool

Overview

[![CircleCI](https://circleci.com/gh/prisma/graphql-config-extension-graphcool.svg?style=shield)](https://circleci.com/gh/prisma/graphql-config-extension-graphcool) [![npm version](https://badge.fury.io/js/graphql-config-extension-graphcool.svg)](https://

Index

Functions

function patchEndpointsToConfig

patchEndpointsToConfig: <T extends unknown>(
config: T,
cwd?: string,
envVars?: { [key: string]: any }
) => Promise<T>;

    function patchEndpointsToConfigData

    patchEndpointsToConfigData: (
    config: GraphQLConfigData,
    cwd?: string,
    envVars?: { [key: string]: any }
    ) => Promise<GraphQLConfigData>;

      Package Files (1)

      Dependencies (2)

      Dev Dependencies (4)

      Peer Dependencies (0)

      No peer dependencies.

      Badge

      To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

      You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/graphql-config-extension-graphcool.

      • Markdown
        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/graphql-config-extension-graphcool)
      • HTML
        <a href="https://www.jsdocs.io/package/graphql-config-extension-graphcool"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>