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.
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 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.
This module is contributed by the team at Skyhook.