Reference
The primary entry point is githubgql.Client.GitHubGQL. This is where
you set up your authentication credentials and tell the system how to behave.
From there, queries, mutations, and other operations are triggered by calling
selected execute_* methods.