Skip to content

Commit 623b1d5

Browse files
committed
Correct verifier files after merge
1 parent b29aae8 commit 623b1d5

30 files changed

+30
-30
lines changed

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Built-In.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Built-In.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ output _Modifier<$kind> {
4444
}
4545
*/
4646

47-
// Generated from Schema Intro_Built-In
47+
// Generated from Spec Intro_Built-In
4848

4949
/*
5050
*/
5151

52-
namespace GqlPlus.Model_Schema_Intro_Built_In;
52+
namespace GqlPlus.Model_Spec_Intro_Built_In;
5353

5454
public interface IOutput_Constant {}
5555

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Category.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Category.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ output _Category {
1616
enum _Resolution { Parallel Sequential Single }
1717
*/
1818

19-
// Generated from Schema Intro_Category
19+
// Generated from Spec Intro_Category
2020

2121
/*
2222
*/
2323

24-
namespace GqlPlus.Model_Schema_Intro_Category;
24+
namespace GqlPlus.Model_Spec_Intro_Category;
2525

2626
public interface IOutput_Categories {}
2727

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Common.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Common.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ output _TypeSimple {
4444
}
4545
*/
4646

47-
// Generated from Schema Intro_Common
47+
// Generated from Spec Intro_Common
4848

4949
/*
5050
*/
5151

52-
namespace GqlPlus.Model_Schema_Intro_Common;
52+
namespace GqlPlus.Model_Spec_Intro_Common;
5353

5454
public interface IOutput_Type {}
5555

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Complete.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Complete.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,12 @@ output _OutputEnum {
392392
}
393393
*/
394394

395-
// Generated from Schema Intro_Complete
395+
// Generated from Spec Intro_Complete
396396

397397
/*
398398
*/
399399

400-
namespace GqlPlus.Model_Schema_Intro_Complete;
400+
namespace GqlPlus.Model_Spec_Intro_Complete;
401401

402402
public interface IOutput_Schema {}
403403

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Declarations.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Declarations.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ input _TypeFilter {
3232
}
3333
*/
3434

35-
// Generated from Schema Intro_Declarations
35+
// Generated from Spec Intro_Declarations
3636

3737
/*
3838
*/
3939

40-
namespace GqlPlus.Model_Schema_Intro_Declarations;
40+
namespace GqlPlus.Model_Spec_Intro_Declarations;
4141

4242
public interface IOutput_Schema {}
4343

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Directive.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Directive.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ output _Directive {
1616
enum _Location { Operation Variable Field Inline Spread Fragment }
1717
*/
1818

19-
// Generated from Schema Intro_Directive
19+
// Generated from Spec Intro_Directive
2020

2121
/*
2222
*/
2323

24-
namespace GqlPlus.Model_Schema_Intro_Directive;
24+
namespace GqlPlus.Model_Spec_Intro_Directive;
2525

2626
public interface IOutput_Directives {}
2727

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Domain.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Domain.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ output _DomainItemRegex {
6767
}
6868
*/
6969

70-
// Generated from Schema Intro_Domain
70+
// Generated from Spec Intro_Domain
7171

7272
/*
7373
*/
7474

75-
namespace GqlPlus.Model_Schema_Intro_Domain;
75+
namespace GqlPlus.Model_Spec_Intro_Domain;
7676

7777
public enum _DomainKind
7878
{

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Dual.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Dual.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ output _DualTypeArg {
2323
}
2424
*/
2525

26-
// Generated from Schema Intro_Dual
26+
// Generated from Spec Intro_Dual
2727

2828
/*
2929
*/
3030

31-
namespace GqlPlus.Model_Schema_Intro_Dual;
31+
namespace GqlPlus.Model_Spec_Intro_Dual;
3232

3333
public interface IOutput_TypeDual {}
3434

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Enum.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Enum.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ output _EnumValue {
1414
}
1515
*/
1616

17-
// Generated from Schema Intro_Enum
17+
// Generated from Spec Intro_Enum
1818

1919
/*
2020
*/
2121

22-
namespace GqlPlus.Model_Schema_Intro_Enum;
22+
namespace GqlPlus.Model_Spec_Intro_Enum;
2323

2424
public interface IOutput_TypeEnum {}
2525

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Input.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Input.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ output _InputParam {
3131
}
3232
*/
3333

34-
// Generated from Schema Intro_Input
34+
// Generated from Spec Intro_Input
3535

3636
/*
3737
*/
3838

39-
namespace GqlPlus.Model_Schema_Intro_Input;
39+
namespace GqlPlus.Model_Spec_Intro_Input;
4040

4141
public interface IOutput_TypeInput {}
4242

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Names.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Names.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dual _Described {
1414
}
1515
*/
1616

17-
// Generated from Schema Intro_Names
17+
// Generated from Spec Intro_Names
1818

1919
/*
2020
*/
2121

22-
namespace GqlPlus.Model_Schema_Intro_Names;
22+
namespace GqlPlus.Model_Spec_Intro_Names;
2323

2424
public interface IDual_Aliased {}
2525

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Object.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Object.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ output _Field<$base> {
5252
}
5353
*/
5454

55-
// Generated from Schema Intro_Object
55+
// Generated from Spec Intro_Object
5656

5757
/*
5858
*/
5959

60-
namespace GqlPlus.Model_Schema_Intro_Object;
60+
namespace GqlPlus.Model_Spec_Intro_Object;
6161

6262
public interface IOutput_TypeObject {}
6363

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Option.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Option.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ output _Setting {
55
}
66
*/
77

8-
// Generated from Schema Intro_Option
8+
// Generated from Spec Intro_Option
99

1010
/*
1111
*/
1212

13-
namespace GqlPlus.Model_Schema_Intro_Option;
13+
namespace GqlPlus.Model_Spec_Intro_Option;
1414

1515
public interface IOutput_Setting {}

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Output.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Output.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ output _OutputEnum {
3333
}
3434
*/
3535

36-
// Generated from Schema Intro_Output
36+
// Generated from Spec Intro_Output
3737

3838
/*
3939
*/
4040

41-
namespace GqlPlus.Model_Schema_Intro_Output;
41+
namespace GqlPlus.Model_Spec_Intro_Output;
4242

4343
public interface IOutput_TypeOutput {}
4444

test/GqlPlus.Generators.ComponentTests/Sample/SchemaGenerateTests/Intro_Union.verified.txt test/GqlPlus.Generators.ComponentTests/Sample/SpecGenerateTests/Intro_Union.verified.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ output _UnionMember {
1313
}
1414
*/
1515

16-
// Generated from Schema Intro_Union
16+
// Generated from Spec Intro_Union
1717

1818
/*
1919
*/
2020

21-
namespace GqlPlus.Model_Schema_Intro_Union;
21+
namespace GqlPlus.Model_Spec_Intro_Union;
2222

2323
public interface IOutput_TypeUnion {}
2424

0 commit comments

Comments
 (0)