octokit.graphql.net icon indicating copy to clipboard operation
octokit.graphql.net copied to clipboard

A GitHub GraphQL client library for .NET

Results 59 octokit.graphql.net issues
Sort by recently updated
recently updated
newest added

## Description As the title. Octokit.net repo have already renamed to 'main'. - [ ] Rename master to main - [ ] Update all of the [workflows](https://github.com/octokit/octokit.graphql.net/tree/master/.github/workflows) to support this...

enhancement
documentation
up-for-grabs

A lot of times there is important information on the `Edge` (E.g., `LanguageEdge` has size in bytes, `CollaboratorEdge` has `RepositoryPermisson`) and the implementation of autopaging only returns the underlying node....

Status: Pinned
Status: Up for grabs
hacktoberfest

I'm trying to obtain all issues organised by project and column. If I execute a query with: ``` csharp public class ProjectModel { public string Name; public string Url; public...

Status: Up for grabs
Type: Bug
hacktoberfest

Refer to [THIS](https://github.com/octokit/octokit.graphql.net/blob/master/docs/paging.md), I have a query with nested `AllPages()` My problem is when querying teams --nested--> members. In my org, we have ~300 teams and one particular team has...

`ResponseDeserializerException` is thrown when `errors` property present - However `ResponseDeserializerException` should also include `data` if it's present.

Status: Up for grabs
Type: Feature

The documentation at https://github.com/octokit/octokit.graphql.net/blob/master/docs/paging.md shows how to do paging. In an attempt to do manual paging, I always get the first page, regardless of whether I use the end cursor...

Type: Bug

GitHub now has a Discussions GraphQL preview available https://github.blog/changelog/2021-02-23-github-discussions-graphql-api-public-beta/ Would be awesome to see this supported. Ref: https://github.com/octokit/octokit.net/issues/2254

I am using - .net core 3.0 - Octokit.GraphQl 0.1.40beta I am trying to run the issue queries from the documentation but can't get them to build. Am I missing...

Hi! Maybe someone will need this too - or can implement in octokit.graphql.net. Adding some parallel foreach async MAGIC :) ```csharp public async Task TransferAllIssues(string fromRepositoryName, string toRepositoryId, string pemKey)...