@@ -578,164 +578,164 @@ const std::string ast_control<block_quote_token>::error_message = "Expected \"\"
578
578
579
579
template <>
580
580
const std::string ast_control<variable_name_content>::error_message =
581
- " Expected http ://spec.graphql.org/June2018 /#Variable" ;
581
+ " Expected https ://spec.graphql.org/October2021 /#Variable" ;
582
582
template <>
583
583
const std::string ast_control<escaped_unicode_content>::error_message =
584
- " Expected http ://spec.graphql.org/June2018 /#EscapedUnicode" ;
584
+ " Expected https ://spec.graphql.org/October2021 /#EscapedUnicode" ;
585
585
template <>
586
586
const std::string ast_control<string_escape_sequence_content>::error_message =
587
- " Expected http ://spec.graphql.org/June2018 /#EscapedCharacter" ;
587
+ " Expected https ://spec.graphql.org/October2021 /#EscapedCharacter" ;
588
588
template <>
589
589
const std::string ast_control<string_quote_content>::error_message =
590
- " Expected http ://spec.graphql.org/June2018 /#StringCharacter" ;
590
+ " Expected https ://spec.graphql.org/October2021 /#StringCharacter" ;
591
591
template <>
592
592
const std::string ast_control<block_quote_content>::error_message =
593
- " Expected http ://spec.graphql.org/June2018 /#BlockStringCharacter" ;
593
+ " Expected https ://spec.graphql.org/October2021 /#BlockStringCharacter" ;
594
594
template <>
595
595
const std::string ast_control<fractional_part_content>::error_message =
596
- " Expected http ://spec.graphql.org/June2018 /#FractionalPart" ;
596
+ " Expected https ://spec.graphql.org/October2021 /#FractionalPart" ;
597
597
template <>
598
598
const std::string ast_control<exponent_part_content>::error_message =
599
- " Expected http ://spec.graphql.org/June2018 /#ExponentPart" ;
599
+ " Expected https ://spec.graphql.org/October2021 /#ExponentPart" ;
600
600
template <>
601
601
const std::string ast_control<argument_content>::error_message =
602
- " Expected http ://spec.graphql.org/June2018 /#Argument" ;
602
+ " Expected https ://spec.graphql.org/October2021 /#Argument" ;
603
603
template <>
604
604
const std::string ast_control<arguments_content>::error_message =
605
- " Expected http ://spec.graphql.org/June2018 /#Arguments" ;
605
+ " Expected https ://spec.graphql.org/October2021 /#Arguments" ;
606
606
template <>
607
607
const std::string ast_control<list_value_content>::error_message =
608
- " Expected http ://spec.graphql.org/June2018 /#ListValue" ;
608
+ " Expected https ://spec.graphql.org/October2021 /#ListValue" ;
609
609
template <>
610
610
const std::string ast_control<object_field_content>::error_message =
611
- " Expected http ://spec.graphql.org/June2018 /#ObjectField" ;
611
+ " Expected https ://spec.graphql.org/October2021 /#ObjectField" ;
612
612
template <>
613
613
const std::string ast_control<object_value_content>::error_message =
614
- " Expected http ://spec.graphql.org/June2018 /#ObjectValue" ;
614
+ " Expected https ://spec.graphql.org/October2021 /#ObjectValue" ;
615
615
template <>
616
616
const std::string ast_control<input_value_content>::error_message =
617
- " Expected http ://spec.graphql.org/June2018 /#Value" ;
617
+ " Expected https ://spec.graphql.org/October2021 /#Value" ;
618
618
template <>
619
619
const std::string ast_control<default_value_content>::error_message =
620
- " Expected http ://spec.graphql.org/June2018 /#DefaultValue" ;
620
+ " Expected https ://spec.graphql.org/October2021 /#DefaultValue" ;
621
621
template <>
622
622
const std::string ast_control<list_type_content>::error_message =
623
- " Expected http ://spec.graphql.org/June2018 /#ListType" ;
623
+ " Expected https ://spec.graphql.org/October2021 /#ListType" ;
624
624
template <>
625
625
const std::string ast_control<type_name_content>::error_message =
626
- " Expected http ://spec.graphql.org/June2018 /#Type" ;
626
+ " Expected https ://spec.graphql.org/October2021 /#Type" ;
627
627
template <>
628
628
const std::string ast_control<variable_content>::error_message =
629
- " Expected http ://spec.graphql.org/June2018 /#VariableDefinition" ;
629
+ " Expected https ://spec.graphql.org/October2021 /#VariableDefinition" ;
630
630
template <>
631
631
const std::string ast_control<variable_definitions_content>::error_message =
632
- " Expected http ://spec.graphql.org/June2018 /#VariableDefinitions" ;
632
+ " Expected https ://spec.graphql.org/October2021 /#VariableDefinitions" ;
633
633
template <>
634
634
const std::string ast_control<directive_content>::error_message =
635
- " Expected http ://spec.graphql.org/June2018 /#Directive" ;
635
+ " Expected https ://spec.graphql.org/October2021 /#Directive" ;
636
636
template <>
637
637
const std::string ast_control<field_content>::error_message =
638
- " Expected http ://spec.graphql.org/June2018 /#Field" ;
638
+ " Expected https ://spec.graphql.org/October2021 /#Field" ;
639
639
template <>
640
640
const std::string ast_control<type_condition_content>::error_message =
641
- " Expected http ://spec.graphql.org/June2018 /#TypeCondition" ;
641
+ " Expected https ://spec.graphql.org/October2021 /#TypeCondition" ;
642
642
template <>
643
643
const std::string ast_control<fragement_spread_or_inline_fragment_content>::error_message =
644
- " Expected http ://spec.graphql.org/June2018 /#FragmentSpread or "
645
- " http ://spec.graphql.org/June2018 /#InlineFragment" ;
644
+ " Expected https ://spec.graphql.org/October2021 /#FragmentSpread or "
645
+ " https ://spec.graphql.org/October2021 /#InlineFragment" ;
646
646
template <>
647
647
const std::string ast_control<selection_set_content>::error_message =
648
- " Expected http ://spec.graphql.org/June2018 /#SelectionSet" ;
648
+ " Expected https ://spec.graphql.org/October2021 /#SelectionSet" ;
649
649
template <>
650
650
const std::string ast_control<operation_definition_operation_type_content>::error_message =
651
- " Expected http ://spec.graphql.org/June2018 /#OperationDefinition" ;
651
+ " Expected https ://spec.graphql.org/October2021 /#OperationDefinition" ;
652
652
template <>
653
653
const std::string ast_control<fragment_definition_content>::error_message =
654
- " Expected http ://spec.graphql.org/June2018 /#FragmentDefinition" ;
654
+ " Expected https ://spec.graphql.org/October2021 /#FragmentDefinition" ;
655
655
template <>
656
656
const std::string ast_control<root_operation_definition_content>::error_message =
657
- " Expected http ://spec.graphql.org/June2018 /#RootOperationTypeDefinition" ;
657
+ " Expected https ://spec.graphql.org/October2021 /#RootOperationTypeDefinition" ;
658
658
template <>
659
659
const std::string ast_control<schema_definition_content>::error_message =
660
- " Expected http ://spec.graphql.org/June2018 /#SchemaDefinition" ;
660
+ " Expected https ://spec.graphql.org/October2021 /#SchemaDefinition" ;
661
661
template <>
662
662
const std::string ast_control<scalar_type_definition_content>::error_message =
663
- " Expected http ://spec.graphql.org/June2018 /#ScalarTypeDefinition" ;
663
+ " Expected https ://spec.graphql.org/October2021 /#ScalarTypeDefinition" ;
664
664
template <>
665
665
const std::string ast_control<arguments_definition_content>::error_message =
666
- " Expected http ://spec.graphql.org/June2018 /#ArgumentsDefinition" ;
666
+ " Expected https ://spec.graphql.org/October2021 /#ArgumentsDefinition" ;
667
667
template <>
668
668
const std::string ast_control<field_definition_content>::error_message =
669
- " Expected http ://spec.graphql.org/June2018 /#FieldDefinition" ;
669
+ " Expected https ://spec.graphql.org/October2021 /#FieldDefinition" ;
670
670
template <>
671
671
const std::string ast_control<fields_definition_content>::error_message =
672
- " Expected http ://spec.graphql.org/June2018 /#FieldsDefinition" ;
672
+ " Expected https ://spec.graphql.org/October2021 /#FieldsDefinition" ;
673
673
template <>
674
674
const std::string ast_control<implements_interfaces_content>::error_message =
675
- " Expected http ://spec.graphql.org/June2018 /#ImplementsInterfaces" ;
675
+ " Expected https ://spec.graphql.org/October2021 /#ImplementsInterfaces" ;
676
676
template <>
677
677
const std::string ast_control<object_type_definition_content>::error_message =
678
- " Expected http ://spec.graphql.org/June2018 /#ObjectTypeDefinition" ;
678
+ " Expected https ://spec.graphql.org/October2021 /#ObjectTypeDefinition" ;
679
679
template <>
680
680
const std::string ast_control<interface_type_definition_content>::error_message =
681
- " Expected http ://spec.graphql.org/June2018 /#InterfaceTypeDefinition" ;
681
+ " Expected https ://spec.graphql.org/October2021 /#InterfaceTypeDefinition" ;
682
682
template <>
683
683
const std::string ast_control<union_member_types_content>::error_message =
684
- " Expected http ://spec.graphql.org/June2018 /#UnionMemberTypes" ;
684
+ " Expected https ://spec.graphql.org/October2021 /#UnionMemberTypes" ;
685
685
template <>
686
686
const std::string ast_control<union_type_definition_content>::error_message =
687
- " Expected http ://spec.graphql.org/June2018 /#UnionTypeDefinition" ;
687
+ " Expected https ://spec.graphql.org/October2021 /#UnionTypeDefinition" ;
688
688
template <>
689
689
const std::string ast_control<enum_value_definition_content>::error_message =
690
- " Expected http ://spec.graphql.org/June2018 /#EnumValueDefinition" ;
690
+ " Expected https ://spec.graphql.org/October2021 /#EnumValueDefinition" ;
691
691
template <>
692
692
const std::string ast_control<enum_values_definition_content>::error_message =
693
- " Expected http ://spec.graphql.org/June2018 /#EnumValuesDefinition" ;
693
+ " Expected https ://spec.graphql.org/October2021 /#EnumValuesDefinition" ;
694
694
template <>
695
695
const std::string ast_control<enum_type_definition_content>::error_message =
696
- " Expected http ://spec.graphql.org/June2018 /#EnumTypeDefinition" ;
696
+ " Expected https ://spec.graphql.org/October2021 /#EnumTypeDefinition" ;
697
697
template <>
698
698
const std::string ast_control<input_field_definition_content>::error_message =
699
- " Expected http ://spec.graphql.org/June2018 /#InputValueDefinition" ;
699
+ " Expected https ://spec.graphql.org/October2021 /#InputValueDefinition" ;
700
700
template <>
701
701
const std::string ast_control<input_fields_definition_content>::error_message =
702
- " Expected http ://spec.graphql.org/June2018 /#InputFieldsDefinition" ;
702
+ " Expected https ://spec.graphql.org/October2021 /#InputFieldsDefinition" ;
703
703
template <>
704
704
const std::string ast_control<input_object_type_definition_content>::error_message =
705
- " Expected http ://spec.graphql.org/June2018 /#InputObjectTypeDefinition" ;
705
+ " Expected https ://spec.graphql.org/October2021 /#InputObjectTypeDefinition" ;
706
706
template <>
707
707
const std::string ast_control<directive_definition_content>::error_message =
708
- " Expected http ://spec.graphql.org/June2018 /#DirectiveDefinition" ;
708
+ " Expected https ://spec.graphql.org/October2021 /#DirectiveDefinition" ;
709
709
template <>
710
710
const std::string ast_control<schema_extension_content>::error_message =
711
- " Expected http ://spec.graphql.org/June2018 /#SchemaExtension" ;
711
+ " Expected https ://spec.graphql.org/October2021 /#SchemaExtension" ;
712
712
template <>
713
713
const std::string ast_control<scalar_type_extension_content>::error_message =
714
- " Expected http ://spec.graphql.org/June2018 /#ScalarTypeExtension" ;
714
+ " Expected https ://spec.graphql.org/October2021 /#ScalarTypeExtension" ;
715
715
template <>
716
716
const std::string ast_control<object_type_extension_content>::error_message =
717
- " Expected http ://spec.graphql.org/June2018 /#ObjectTypeExtension" ;
717
+ " Expected https ://spec.graphql.org/October2021 /#ObjectTypeExtension" ;
718
718
template <>
719
719
const std::string ast_control<interface_type_extension_content>::error_message =
720
- " Expected http ://spec.graphql.org/June2018 /#InterfaceTypeExtension" ;
720
+ " Expected https ://spec.graphql.org/October2021 /#InterfaceTypeExtension" ;
721
721
template <>
722
722
const std::string ast_control<union_type_extension_content>::error_message =
723
- " Expected http ://spec.graphql.org/June2018 /#UnionTypeExtension" ;
723
+ " Expected https ://spec.graphql.org/October2021 /#UnionTypeExtension" ;
724
724
template <>
725
725
const std::string ast_control<enum_type_extension_content>::error_message =
726
- " Expected http ://spec.graphql.org/June2018 /#EnumTypeExtension" ;
726
+ " Expected https ://spec.graphql.org/October2021 /#EnumTypeExtension" ;
727
727
template <>
728
728
const std::string ast_control<input_object_type_extension_content>::error_message =
729
- " Expected http ://spec.graphql.org/June2018 /#InputObjectTypeExtension" ;
729
+ " Expected https ://spec.graphql.org/October2021 /#InputObjectTypeExtension" ;
730
730
template <>
731
731
const std::string ast_control<mixed_document_content>::error_message =
732
- " Expected http ://spec.graphql.org/June2018 /#Document" ;
732
+ " Expected https ://spec.graphql.org/October2021 /#Document" ;
733
733
template <>
734
734
const std::string ast_control<executable_document_content>::error_message =
735
- " Expected executable http ://spec.graphql.org/June2018 /#Document" ;
735
+ " Expected executable https ://spec.graphql.org/October2021 /#Document" ;
736
736
template <>
737
737
const std::string ast_control<schema_document_content>::error_message =
738
- " Expected schema type http ://spec.graphql.org/June2018 /#Document" ;
738
+ " Expected schema type https ://spec.graphql.org/October2021 /#Document" ;
739
739
740
740
ast parseSchemaString (std::string_view input)
741
741
{
0 commit comments