You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report @russellbanks - I think this was just me being lazy and taking advantage of the fact that commas are treated as whitespace in GraphQL syntax (states: [MERGED,,,, CLOSED,,,] would also work the same, as would states: [MERGED CLOSED]).
But I did notice this myself the other day and fixed it in #1009
I have this defined in my cynic query:
However in the actual GraphQL query, the output has an extra empty item:
This doesn't affect anything, it just looked unintentional when I was asserting the query output.
The text was updated successfully, but these errors were encountered: