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)
New to graphQL but Hasura has been pretty pain-free so far
Is hasura a client? Like is it installed on some website as a js dependency and simplifies requesting to a graphql api? I dont remember it being that. A client is a thing that helps do requests to a GraphQL api from a client device like from a website or a mobile app etc
Oh I misread the question then, my bad. The word “framework” is always pretty loose in my mind
Im gonna edit the post to clarify.
Like I said, im new, first job out of college. Any client I’ve ever used have been the apps I write. I imagine that the clients you are referring to, however, are part of more complicated systems
Yeah, that is perfectly okay. When you will need it, you will find GraphQL clients for the programming languages you are using.
Thanks! Lemmy is weird in that people are much more friendly here, im still deprogramming from other sites where you’re ridiculed for being wrong lol
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)