fsprojects / FSharp.Data.GraphQL

FSharp implementation of Facebook GraphQL query language.
http://fsprojects.github.io/FSharp.Data.GraphQL/
MIT License
399 stars 73 forks source link

Add GraphQL UI to sample as in Boxed.NET #398

Closed xperiandri closed 11 months ago

xperiandri commented 1 year ago

https://github.com/Dotnet-Boxed/Templates/blob/8f39cde89494c3319ea19c1f72ed163ba13d1b99/Source/GraphQLTemplate/Source/GraphQLTemplate/GraphQLTemplate.csproj#L50-L51

https://github.com/Dotnet-Boxed/Templates/blob/1eecf272647c134c5153d856475677c63b21edd3/Source/GraphQLTemplate/Source/GraphQLTemplate/Startup.cs#L140-L145

https://github.com/fsprojects/FSharp.Data.GraphQL/blob/ad9ba34dd12a1fb1900d35aeadb505c3f7f18170/samples/star-wars-api/Startup.fs#L22-L30

xperiandri commented 11 months ago

Implemented in #421