graphql-dotnet / parser

A lexer and parser for GraphQL in .NET
MIT License
216 stars 43 forks source link

Fix doubled whitespace for inline fragments #355

Closed sungam3r closed 1 year ago

sungam3r commented 1 year ago

fixes #352

sungam3r commented 1 year ago

@Shane32 See https://github.com/graphql-dotnet/parser/actions/runs/6503896922 . It seems that jumping with porting commits across branches may break something else.

sungam3r commented 1 year ago

I copied codeql-analysis.yml from master into v8.