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)

    • nothendevOPM
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      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

      • espersentinel
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Oh I misread the question then, my bad. The word “framework” is always pretty loose in my mind

          • espersentinel
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            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

            • nothendevOPM
              link
              fedilink
              English
              arrow-up
              2
              ·
              edit-2
              1 year ago

              Yeah, that is perfectly okay. When you will need it, you will find GraphQL clients for the programming languages you are using.

              • espersentinel
                link
                fedilink
                English
                arrow-up
                2
                ·
                1 year ago

                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

  • nothendevOPM
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    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)