Recently, I was trying to add upload images form field to a project I am working on and I found it really difficult to get along with the cloudinary documentation and the other React cloudinary tutorials I came across.
Introduction When writing components in React, we find out that some of these components are actually reusable and we’ve been writing the same thing across different applications over and over.
Originally published on scotch.io
We started with Build a Simple GraphQL API Server With Express and NodeJS, then Understanding GraphQL API Queries, now let’s take a dive into Mutations in GraphQL.
Originally published on scotch.io
Queries in GraphQL enable you to request for data like GET verb in REST API. A GraphQL query allows you to specify the shape you want to retrieve data from a server.
Originally published on scotch.io
GraphQL is a query language for APIs that offers declarative data fetching. It enables clients to ask for the exact data they need from a web server and nothing more.