Skip to content

Commit

Permalink
chore: remove unused empty extension [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs committed Oct 12, 2023
1 parent 73ec735 commit 4a9c688
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphqxl_parser/src/grammar.pest
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def = _{

schema_def = { description? ~ "schema" ~ directive* ~ schema_selection_set }
schema_ext = { "extend" ~ "schema" ~ directive* ~ schema_selection_set? }
schema_empty_ext = { "extend" ~ "schema" ~ directive* }
schema_selection_set = { "{" ~ schema_field+ ~ "}"}
schema_field = { schema_key ~ ":" ~ identifier }
schema_key = @{ "query" | "mutation" | "subscription" }
Expand Down

0 comments on commit 4a9c688

Please sign in to comment.