graphcool-json-schema
JSON schema of graphcool.yml files
Last updated 8 years ago by timsuchanek .
Repository · Original npm
$ cnpm install graphcool-json-schema 
SYNC missed versions from official npm registry.

graphcool-json-schema

JSON schema of graphcool.yml files

CircleCI npm version

Usage

JSON Schema

As hosted URL

You can use the following URL for the current JSON schema file:

https://raw.githubusercontent.com/graphcool/graphcool-json-schema/master/src/schema.json

Import as file in Node

const schema = require('graphcool-json-schema/dist/schema.json')

Usage with VSCode

Add the following to your settings:

{
  "yaml.schemas": {
    "https://raw.githubusercontent.com/graphcool/graphcool-json-schema/master/src/schema.json": "graphcool.yml"
  }
}

Typescript Definitions

yarn add graphcool-json-schema
import { GraphcoolDefinition } from 'graphcool-json-schema'

Current Tags

  • 1.0.1-alpha.2                                ...           alpha (8 years ago)
  • 1.0.1-beta.9                                ...           beta (8 years ago)
  • 1.2.1                                ...           latest (8 years ago)
  • 1.2.0                                ...           next (8 years ago)

4 Versions

  • 1.2.1                                ...           8 years ago
  • 1.0.1-beta.9                                ...           8 years ago
  • 1.0.1-alpha.2                                ...           8 years ago
  • 1.2.0                                ...           8 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org