File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/HotChocolate/Core/src/Types.Shared Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ namespace HotChocolate.Utilities.Introspection;
5
5
[ SuppressMessage ( "ReSharper" , "InconsistentNaming" ) ]
6
6
internal static class WellKnownTypes
7
7
{
8
+ #pragma warning disable IDE1006 // Naming Styles
8
9
public const string __Directive = "__Directive" ;
9
10
public const string __DirectiveLocation = "__DirectiveLocation" ;
10
11
public const string __EnumValue = "__EnumValue" ;
@@ -13,6 +14,7 @@ internal static class WellKnownTypes
13
14
public const string __Schema = "__Schema" ;
14
15
public const string __Type = "__Type" ;
15
16
public const string __TypeKind = "__TypeKind" ;
17
+ #pragma warning restore IDE1006 // Naming Styles
16
18
public const string String = "String" ;
17
19
public const string Boolean = "Boolean" ;
18
20
public const string Float = "Float" ;
You can’t perform that action at this time.
0 commit comments