octokit / octokit.graphql.net

A GitHub GraphQL client library for .NET
MIT License
144 stars 50 forks source link

Fix GraphQL entity names in subqueries #299

Closed jMarkP closed 1 year ago

jMarkP commented 1 year ago

Resolves #298


Behavior

Before the change?

After the change?

Other information


Additional info

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

If Yes, what's the impact:

Pull request type

Please add the corresponding label for change this PR introduces: - Bugfix: `Type: Bug` - Feature/model/API additions: `Type: Feature` - Updates to docs or samples: `Type: Documentation` - Dependencies/code cleanup: `Type: Maintenance` ----
kfcampbell commented 1 year ago

@jMarkP do you have thoughts about the testing errors we're seeing here?

jMarkP commented 1 year ago

@kfcampbell thanks for kicking that off. Ah looks like I must have missed that class of tests when I ran locally. Will add a fix next time I have a chance.

jMarkP commented 1 year ago

@kfcampbell - have managed to fix the unit tests - turned out to be a simple fix!

jMarkP commented 1 year ago

Thank you @jMarkP! We appreciate the contributions.

You're welcome! Thanks for the merge