Any framework that you use to connect to GraphQL APIs count, like Houdini, Apollo even Cynic (https://cynic.rs)
Clarification: a Framework is an ecosystem of tools for either or both ends (frontend and backend). For example KitQL would be a GraphQL Framework for SvelteKit & JS (it has an ecosystem of tools for both ends)
I use Houdini (https://houdinigraphql.com) for connecting to my backend. It is just so awesome: it integrates so nicely with Svelte and has very easy pagination and subscription support (which has always been a pain in the arse for me)