graphcool-json-schema

JSON schema of graphcool.yml files

35 个版本
安装
npm install graphcool-json-schema
yarn add graphcool-json-schema
pnpm add graphcool-json-schema
bun add graphcool-json-schema
README

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'
版本列表
1.2.1 2018-01-09
1.2.0 2018-01-02
1.1.0 2018-01-02
1.0.1-beta.9 2018-01-02
1.0.1-beta.8 2018-01-01
1.0.1-beta.7 2018-01-01
1.0.1-beta.6 2017-12-19
1.0.1-beta.5 2017-12-19
1.0.1-beta.4 2017-12-19
1.0.1-beta.3 2017-12-16
1.0.1-beta.2 2017-12-15
1.0.1-beta.1 2017-12-15
1.0.1-alpha.2 2017-12-08
1.0.1-alpha.1 2017-12-08
1.0.0-alpha.1 2017-12-05
0.4.1 2017-11-24
0.4.0 2017-11-24
0.3.14 2017-10-18
0.3.13 2017-10-17
0.3.12 2017-10-13
0.3.11 2017-10-13
0.3.10 2017-09-28
0.3.9 2017-09-28
0.3.8 2017-09-28
0.3.7 2017-09-28
0.3.6 2017-09-28
0.3.5 2017-09-28
0.3.4 2017-09-14
0.3.3 2017-09-13
0.3.2 2017-09-13
0.3.1 2017-09-13
0.3.0 2017-09-11
0.2.0 2017-09-06
0.1.1 2017-09-06
0.1.0 2017-09-06