Skip to content

Commit 46148d2

Browse files
authored
Added a watch mode for the composition tooling. (#8469)
1 parent 2fb625b commit 46148d2

25 files changed

+318
-9
lines changed

src/HotChocolate/Core/src/Types/Types/Composite/Directives/Inaccessible.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
namespace HotChocolate.Types.Composite;
24

35
/// <summary>

src/HotChocolate/Core/src/Types/Types/Composite/Directives/InaccessibleAttribute.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
using System.Reflection;
24
using HotChocolate.Types.Descriptors;
35

src/HotChocolate/Core/src/Types/Types/Composite/Directives/InaccessibleDescriptorExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
namespace HotChocolate.Types.Composite;
24

35
/// <summary>

src/HotChocolate/Core/src/Types/Types/Composite/Directives/Internal.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
namespace HotChocolate.Types.Composite;
24

35
/// <summary>

src/HotChocolate/Core/src/Types/Types/Composite/Directives/InternalAttribute.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
using System.Reflection;
24
using HotChocolate.Types.Descriptors;
35

src/HotChocolate/Core/src/Types/Types/Composite/Directives/InternalDirectiveExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
namespace HotChocolate.Types.Composite;
24

35
/// <summary>

src/HotChocolate/Core/src/Types/Types/Composite/Directives/Is.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
using HotChocolate.Fusion.Language;
24

35
namespace HotChocolate.Types.Composite;

src/HotChocolate/Core/src/Types/Types/Composite/Directives/IsAttribute.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
using System.Reflection;
24
using HotChocolate.Types.Descriptors;
35

src/HotChocolate/Core/src/Types/Types/Composite/Directives/IsDescriptorExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
using HotChocolate.Fusion.Language;
24

35
namespace HotChocolate.Types.Composite;

src/HotChocolate/Core/src/Types/Types/Composite/Directives/Key.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#nullable enable
2+
13
using HotChocolate.Language;
24

35
namespace HotChocolate.Types.Composite;

0 commit comments

Comments
 (0)