Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get repository after rename #194

Open
benjaminwinokur opened this issue Mar 18, 2019 · 1 comment
Open

Unable to get repository after rename #194

benjaminwinokur opened this issue Mar 18, 2019 · 1 comment
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request

Comments

@benjaminwinokur
Copy link

Issue

If a repository is renamed, using the old name throws an exception with the message
"Could not resolve to a Repository with the name 'old name here'."

Desired Result

It should be able to give you the information for the renamed repository. For example
{ test2:repository(owner: "benjaminwinokur" name:"test2"){ name } test:repository(owner: "benjaminwinokur" name:"test"){ name } }
returns
{ "data": { "test2": { "name": "test2" }, "test": { "name": "test2" } } }

Octokit.GraphQL.Net Version

0.1.3.0

Stack Trace

at Octokit.GraphQL.Core.Deserializers.ResponseDeserializer.Deserialize[TResult](Func2 deserialize, JObject data) at Octokit.GraphQL.Core.Deserializers.ResponseDeserializer.Deserialize[TResult](Func2 deserialize, String data)
at Octokit.GraphQL.Core.SimpleQuery1.Runner.<RunPage>d__10.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Octokit.GraphQL.ConnectionExtensions.<Run>d__21.MoveNext()

@github-actions
Copy link

github-actions bot commented Dec 4, 2022

👋 Hey Friends, this issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!

@github-actions github-actions bot added the Status: Stale Used by stalebot to clean house label Dec 4, 2022
@kfcampbell kfcampbell added Priority: Normal Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request labels Dec 5, 2022
@github-actions github-actions bot removed the Status: Stale Used by stalebot to clean house label Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants