Open
Description
currently the codebase has actions and filters with mixed naming conventions:
Some start with wpgraphql_cache
(such as wpgraphql_cache_save_request
) and some start with graphql_cache
such as graphql_purge
).
We should decide which prefix to use and make things consistent.
Note, we'll need to keep around the old actions/filters and deprecate them as folks could already be using them.
Some helpful info re: deprecating in here: https://juagonala.com/how-to-deprecate-code-in-wordpress/