Skip to content

Instantly share code, notes, and snippets.

@ZaninAndrea
Created April 4, 2022 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZaninAndrea/b2ad8b4c21bf6d8926073472ef8c4081 to your computer and use it in GitHub Desktop.
Save ZaninAndrea/b2ad8b4c21bf6d8926073472ef8c4081 to your computer and use it in GitHub Desktop.
Step 3 - Igloo with C++ tutorial
if (parsedResponse["errors"] != nullptr){
std::cerr << parsedResponse["errors"][0]["message"] << std::endl;
throw "GraphQL Error";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment