@pachomski/delve

0.1.0 • Public • Published

Delve

Delve returns a useful data model of your GraphQL Schema. That's about it.

Install

npm i @pachomski/delve

Usage

import delve from "@pachomski/delve";

const schema = await delve("https://your-graphql-endpoint.com/graphql");
// ...now do stuff with schema

// OR

delve("https://your-graphql-endpoint.com/graphql").then(schema => {
  // ...now do stuff with schema
});

Readme

Keywords

none

Package Sidebar

Install

npm i @pachomski/delve

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

18.8 kB

Total Files

5

Last publish

Collaborators

  • pachomski