Kentico/gatsby-source-kontent

View on GitHub
examples/dsg-ssr/src/pages/ssr-listing/{kontentItemArticle.elements__slug__value}.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getServerData has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function getServerData(context) {
  try {
    const response = await fetch(`https://graphql.kontent.ai/${projectId}`, {
      method: "POST",

    There are no issues that match your filters.

    Category
    Status