ndlib/marble-website-starter

View on GitHub
@ndlib/gatsby-source-appsync-marble/src/getItems/queryItem.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function exports has 109 lines of code (exceeds 50 allowed). Consider refactoring.
Open

module.exports = (itemId, website, childrenNextToken) => {
  return `{
  getItem(id: "${itemId}", websiteId: "${website}") {
    TYPE
    access
Severity: Major
Found in @ndlib/gatsby-source-appsync-marble/src/getItems/queryItem.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status