Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
21.3K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
ReactJS
3.5K+ articles
Node.js
3.5K+ articles
GBlog
3.1K+ articles
GBlog 2025
561+ articles
Python-requests
82+ articles
Node.js
12+ articles
GraphQL
10 posts
Recent Articles
Popular Articles
GraphQL | Query
Last Updated: 22 March 2024
We will use GraphQL API for demonstration. GraphQL is an open-source data query and manipulation language for APIs and a runtime for fulfilling queries with existing data....
read more
Technical Scripter
misc
Web Technologies
GraphQL
GraphQL
Databases
GraphQL | Scalars
Last Updated: 28 February 2020
Scalars are content of the GraphQL Type System. GraphQL scalars are the value types that every field in a GraphQL document ultimately resolves to. It is primitive data typ...
read more
GraphQL
GraphQL
GET and POST Requests in GraphQL API using Python requests
Last Updated: 17 May 2024
In this article, we will be understanding how to write GET and POST requests to GRAPHQL APIs using the Python request module. Dealing with GraphQL API is a bit different c...
read more
Python
Web Technologies
GraphQL
Python-requests
What is GraphQL?
Last Updated: 01 December 2023
Client and server communication follows a traditional approach of REST APIs which is good but nowadays applications have become more powerful and complex which requires a ...
read more
Picked
Geeks Premier League
GraphQL
Geeks Premier League 2023
GraphQL
Databases
GraphQL vs REST vs SOAP vs gRPC: Top Differences
Last Updated: 25 September 2024
In the world of software development, mastering backend technologies like GraphQL, REST, SOAP, and gRPC is a big deal. These technologies help computers talk to each other...
read more
GBlog
Web Technologies
Picked
Web-API
GraphQL
RESTful
GBlog 2024
vs
How to Integrate GraphQL APIs Into Your React.js Projects
Last Updated: 16 May 2025
Imagine a React.js world where you can specify exactly the data you need and it flows effortlessly tailored to your needs, and react can efficiently update the DOM as and ...
read more
GBlog
Web Technologies
Node.js
ReactJS
Node.js
GraphQL
GraphQL
Web-Tech Blogs
GBlog 2025
Getting Started With GraphQL SPQR and Spring Boot
Last Updated: 25 September 2024
GraphQL is the modern query language for APIs that provides clients the flexibility to request specific data. Unlike REST, which often requires multiple endpoints for diff...
read more
Picked
GraphQL
Java-Spring-Boot
Advance Java
How to Integrate and Call a GraphQL API in a Java Spring Boot Application?
Last Updated: 01 November 2024
GraphQL is a more flexible query language and runtime for APIs that lets clients request exactly the data they need by making data fetching more efficient. Compared to RES...
read more
Picked
GraphQL
Java-Spring-Boot
Advance Java
GraphQL Roadmap: A Complete Guide [2025 Updated]
Last Updated: 02 April 2025
GraphQL is a modern and powerful way to interact with APIs, making it easier for developers to request and manage data. Unlike traditional REST APIs, which often require m...
read more
GBlog
GraphQL
Roadmap
GBlog 2025
Building your first GraphQL server with Apollo Server
Last Updated: 29 March 2025
APIs are central in web development these days; there is REST, which has been the traditional way. Unfortunately, it causes problems of over-fetching and under-fetching vi...
read more
GBlog
GraphQL
GBlog 2025
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !