LearnersGuild/echo

View on GitHub
src/server/util/graphql.js

Summary

Maintainability
A
1 hr
Test Coverage

Function graphQLFetcher has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function graphQLFetcher(baseURL, lgJWT = serverToServerJWT()) {
  return graphQLParams => {
    const options = {
      method: 'post',
      headers: {
Severity: Minor
Found in src/server/util/graphql.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status