StarWars icon indicating copy to clipboard operation
StarWars copied to clipboard

GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core

Results 10 StarWars issues
Sort by recently updated
recently updated
newest added

## Added GraphiQL NuGet The GraphiQL interface didn't work for me so I added a reference to [GraphiQL](https://www.nuget.org/packages/graphiql/) and one line in Startup.cs. ## Automatic Database Creation Uncommented Database.Migrate() to...

Hi @JacekKosciesza , thank you for such a good content. After explored briefly, I decided to follow the instructions as a leaning, but I found there is something different from...

I was getting this error (`SuperChrono` is the name of my solution, not `StarWars`) when trying to run the ef migrations command in `.Data` directory: > \> dotnet ef migrations...

Getting 404s on assets ![image](https://user-images.githubusercontent.com/1784452/38260453-4037bf0c-372d-11e8-9419-d324c7c895b3.png)

https://github.com/dlukez/dataloader-dotnet Looks like this package is resolving this, but I can not make it work, it fails, do you have another option?

I want to create optimize sql query according the graphql query. Is it possible create some mapping the GraphQL query to IQueryable for Entity Framework? For example - If you...

Hi @JacekKosciesza, this is amazing documentation, huge work behind! What is really missing is TOC for such big document. BTW, it will be ideal to combine TOC with Road Map...

Please provide examples of mutations

Very helpful sample. We are looking into identity-management (Azure AD B2C) integration with this currently in case any information available... Plans for your sample?

Hey, have you tried create a query wich will be correspond with SQL query? That means if I want to getting the field 'name' the IQueryable will be getting only...