Tag: GraphQL
-
Why should you NOT use a GraphQL API Client
GraphQL Clients are not necessary for making GraphQL API Calls, and often complete overkill for the job at hand. Imagine that your friend purchases a semi-truck because, “they run a lot of errands.” Any sane person would tell that friend that they’ve gone a little too far. Even the most modest, budget vehicle would likely do…
-
Meeting GraphQL at a Cocktail Mixer
Photo by Jakob Dalbjörn on Unsplash GraphQL and REST are two specifications used when building APIs for websites to use. REST defines a series of unique identifiers (URLs) that applications use to request and send data. GraphQL defines a query language that allows client applications to specify precisely the data they need from a single endpoint.…