Thomas Chaplin

Results 7 issues of Thomas Chaplin

I believe the `tests` folder doesn't need to be included in the report found here - https://trayio.github.io/mock-inspect/mutation/#tests including fixtures and setup helpers files / folders

documentation

The following points have been raised when the tool was being presented: - The examples could be more accessible

documentation
question

> This should've been a major release - breaks existing installs using the STS pv > Yep, breaking change! In hindsight, you are both right. Our tests install everything from...

bug
work-in-progress

See comment from contributor - https://github.com/trayio/graphql-query-to-json/issues/8#issuecomment-973666784

## Background Following the resolution of issue #59 and PR #60, we identified several areas for improvement in our dependency management and testing strategy. ## Issues Identified ### 1. Dependency...

# Add linting to CI/CD pipeline ## Problem Currently, our GitHub Actions CI/CD pipeline only runs tests but doesn't include linting checks. This means code style and linting issues can...

## Summary The `getArgumentObject` and `getArguments` functions in `src/index.ts` currently use if-else chains to handle different GraphQL AST node types. These would be better implemented as switch statements for improved...