Fixes `names from parent modules are not accessible without...` warn
GraphQLQuery retuns a std Result with the outdated failure crate.
This patch just renames the anyhow Result so that this app will
continue to work in the future.
See the Rust issue