Monthly Archives: March 2025

Fix for GraphQL testing

You are here because you are following the “Building a GraphQL service“, and specifically the testing section using GraphQlTest, and you keep getting a runtime error: The fix is in BookController, bookById: simply change “@Argument String id” to be “@Argument(“id”) … Continue reading

Posted in Software Engineering | Comments Off on Fix for GraphQL testing

Fix for ‘remote-git’ is not a git command

Just documenting another weird error message. If you see Then, in your .git/config file, change this line: to this: and try your git command again.

Posted in Software Project | Comments Off on Fix for ‘remote-git’ is not a git command