parser icon indicating copy to clipboard operation
parser copied to clipboard

A lexer and parser for GraphQL in .NET

Results 15 parser issues
Sort by recently updated
recently updated
newest added

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.18.2 Bundles CodeQL CLI v2.18.2 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.18.2: codeql/cpp-queries...

dependencies
github_actions

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....

dependencies
github_actions

Please find attached XUnit test project with the problem case ready to run: [Test.zip](https://github.com/user-attachments/files/23176407/Test.zip) This unnamed GraphQL query ```graphql query ($after: String, $first: Int!, $workspaceUrl: String!) { desProjects(after: $after, first:...