Skip to content

Commit 749a986

Browse files
author
Andrii Chebukin
committed
Moved helper modules and types into Helpers folder
1 parent ff46a95 commit 749a986

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/FSharp.Data.GraphQL.Shared/FSharp.Data.GraphQL.Shared.fsproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
</ItemGroup>
4444

4545
<ItemGroup>
46-
<Compile Include="Diagnostics.fs" />
47-
<Compile Include="ObjAndStructConversions.fs" />
48-
<Compile Include="Extensions.fs" />
49-
<Compile Include="Reflection.fs" />
50-
<Compile Include="MemoryCache.fs" />
46+
<Compile Include="Helpers\Diagnostics.fs" />
47+
<Compile Include="Helpers\ObjAndStructConversions.fs" />
48+
<Compile Include="Helpers\Extensions.fs" />
49+
<Compile Include="Helpers\Reflection.fs" />
50+
<Compile Include="Helpers\MemoryCache.fs" />
5151
<Compile Include="Errors.fs" />
5252
<Compile Include="Exceptions.fs" />
5353
<Compile Include="ValidationTypes.fs" />
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/FSharp.Data.GraphQL.Shared/ObjAndStructConversions.fs renamed to src/FSharp.Data.GraphQL.Shared/Helpers/ObjAndStructConversions.fs

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)