Parent tag:Software DevelopmentGraphQL2021-01-11Software DevelopmentGraphQLMutation design with graphql-dotnet2020-03-22Software Development.NETGraphQLGraphQL.NET: Runtime object type is not a possible type for interface2019-12-16Software Development.NETGraphQLGraphQL.NET: Authorization2019-10-24Software Development.NETGraphQLGraphQL API Design: Cursor2019-03-11Software Development.NETGraphQLHow to automatically load graph types in the DI container.2019-03-08Software Development.NETSQLGraphQLData StorageImplementing pagination with GraphQL.NET and RelayI describe the implementation of a cursor based GraphQL API following the Relay specification. Everything is covered, the specification, query composition, and even a real-world sample.2019-02-12Software Development.NETGraphQLData StorageHow to create GraphQL data loaders for Entity Framework?2018-12-26Software Development.NETSQLGraphQLCursor based pagination with C# and SQL Server2018-09-10Software Development.NETGraphQLHow to add JWT Bearer auth to GraphQL subscriptions on ASP.NET Core 2.1?