| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ASP.Net Core GraphQL Middleware
usage: in your Startup.cs in the Configure() Method
app.UseGraphQL(new GraphQLOptions
{
GraphQLPath = "/graphql" ,
Schema = new Schema { Query = new StarWarsQuery() }
});
app.UseGraphiQL(new GraphiQLOptions()
{
GraphiQLPath = "/graphiql"
});| Back | FazBrowse Home | New Git URL |