Shane Krueger

Results 854 comments of Shane Krueger

See also: - https://github.com/graphql-dotnet/server/pull/894

See also: - #2351 - #3736

@sungam3r This code can't be merged because of the way connections are constructed with GraphQL.NET 7. I was going to try to add a little code to remove or modify...

I can take a look. I did not modify the data loader accessor with my overhaul, or add any documentation pertaining to its use. (Nor do I use it in...

There does not appear to be sufficient documentation to explain the difference between `GetOrAddCollectionBatchLoader` and `GetOrAddBatchLoader`. The former is for a dataloader that returns a list of values for each...

Congrats on your first PR @macco3k 🥇 and thanks for issuing a PR towards fixing our documentation! I've marked this bounty as 'in progress' pursuant to our bounty program. Please...

Just for clarity when reviewing this PR, I'd like to point out the difference between the old and new signatures: ```cs // old public static Task DeleteWithOutputAsync( this IQueryable source,...

I am having the same problem as listed in #14020 Here's my workaround so the 'view code' sample looks right: ```ts import React, { Suspense } from 'react'; import {...

> * Should we change the default type in Mapping Schema for TimeSpan to int64. I've done it, but is this okay? I'd agree with @viceroypenguin here: historically, `TimeSpan` has...

I may not be able to make it to the October 2023 meeting, but I'd like to supply my comments for the suggested [Persisted Operations RFC](https://github.com/graphql/graphql-over-http/blob/main/rfcs/PersistedOperations.md). I'll provide comments from...