UNPKG

@octokit/graphql-schema

Version:

GitHub’s GraphQL Schema with validation. Automatically updated.

8 lines (5 loc) 213 B
import { strict } from "assert"; import { validate, schema } from "../index.js"; strict.equal(typeof validate, "function"); strict.equal(typeof schema.json, "object"); strict.equal(typeof schema.idl, "string");