diff --git a/include/graphqlservice/internal/Grammar.h b/include/graphqlservice/internal/Grammar.h index fc420d54..95ee999b 100644 --- a/include/graphqlservice/internal/Grammar.h +++ b/include/graphqlservice/internal/Grammar.h @@ -453,9 +453,7 @@ struct field_selection_set : seq, selection_set> { }; -struct field_content - : sor, field_selection_set>, - seq, field_arguments> +struct field_content : seq, opt> { };