-
splatnet3_scraper.auth.GraphQLQueries.query_body(query_name, variables=
{}) Generates the body for the GraphQL queries, as a string.
This method is a wrapper around the
query_body_hashmethod. It gets the query hash using theget_querymethod and then calls thequery_body_hashmethod to generate the body. For more information on the valid queries, see the queries page of the documentation.