New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coex/graphql-vercajk

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coex/graphql-vercajk

Collection of graphql tools

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Graphql Vercajk

Collection of graphql tools

Installation

npm install @coexcz/graphql-vercajk

Usage

Create config file in your root directory:

graphql-vercajk.config.mjs

export default {
  apiUrl: 'https://api.example.com/graphql',
  inputs: {
    outDir: 'src/generated/inputs',
    fileNamePrefix: 'input',
  },
  enums: {
    outDir: 'src/generated/enums',
    fileNamePrefix: 'enum',
    // postfix: '',
    // isTranslatable: true,
  },
};

Add script to your package.json:

{
  "scripts": {
    "generate": "graphql-vercajk"
  }
}

Run script:

npm run generate

Development (this repository)

Create graphql-vercajk.config.mjs based on graphql-vercajk.config.sample.mjs

And run demo:

yarn demo

Keywords

FAQs

Package last updated on 07 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc