FSharp.Data.GraphQL
FSharp.Data.GraphQL copied to clipboard
Making Shared project have its own package
With this PR, I am separating FSharp.Data.GraphQL.Shared to have it's own Nuget package, and setting
FSharp.Data.GraphQL.Server, FSharp.Data.GraphQL.Client and FSharp.Data.GraphQL.Server.Middlewares to depend on it.
Does your idea include this too?
Does your idea include this too?
Yes, my idea was to separate Shared into its own package, then after that, splitting Shared into smaller packages. There are still conflicts that must be resolved, right? I will take a look tonight and try to solve them.
Yes, try that, please
Maybe it will be easier to do an interactive rebase removing unnecessary changes or going one by one
Done in #403