skyhook-graphql-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.23.428 • Public • Published

Skyhook Graphql SDK

Built with typescript version downloads dependants license

Summary

This module contains auto-generated:

  • Graphql types, inputs and ENUMs (exported as API)
  • DynamoDb types (exported as DynamoDB)
  • Introspection JSON (exported as IntrospectionJSON) - useful for running eslint-plugin-graphql on queries.

Use with Eslint

The following config is needed for use with eslint-plugin-graphql:

const { IntrospectionJSON } = require('skyhook-graphql-sdk');

module.exports = {
  //...
  rules: {
    //...
    'graphql/template-strings': [
      'error',
      {
        schemaJson: IntrospectionJSON,
        // Other eslint-plugin-graphql settings, e.g:
        env: 'literal',
        tagName: 'gql',
      },
    ],
  },
};

This Module is Auto-Generated

This is an auto-generated SDK for the Skyhook graphql api. A new build is triggered every time the Skyhook API service is updated, such that it is always up to date. The CD is managed by the API service.

Built by Skyhook

This module is contributed by the team at Skyhook.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.23.428
    52
    • latest

Version History

Package Sidebar

Install

npm i skyhook-graphql-sdk

Weekly Downloads

509

Version

1.23.428

License

MIT

Unpacked Size

1.43 MB

Total Files

11

Last publish

Collaborators

  • alan-cooney