splatnet3_scraper.auth.GraphQLQueries.get_query(query_name)

Gets a GraphQL query hash given the name of the query.

Uses the hash_map attribute to get the hash for the query, which is then returned. For more information on the valid queries, see the queries page of the documentation.

Parameters:
query_name : str

The name of the query.

Returns:

str – The GraphQL query hash.