Remove 'selection_type' alias

This commit is contained in:
Bruno BELANYI 2024-04-23 14:56:10 +00:00
parent 2649422636
commit f6bc0f887a
6 changed files with 15 additions and 42 deletions

View file

@ -128,7 +128,7 @@ module.exports = grammar({
),
select_value: ($) => seq(
field("name", alias($.identifier, $.selection_type)),
field("name", $.identifier),
"(",
field("arguments", optional(commaSeparated($._string_literal))),
")",