Hacker News new | ask | show | jobs
by latte 2054 days ago
Not sure if that's relevant - but were you aware that you can pass GraphQL inputs as plain JSON in variables?

In the vast majority of cases, you don't need to build mutation inputs (or anything else, really) in GraphQL syntax. Python requests library should be more than enough if GraphQL is being used the right way.