Data Structure
Java
Python
HTML
Interview Preparation
Interview Prep
Tutorials
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.3K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Misc
7.7K+ articles
Mathematics
5.6K+ articles
GraphQL Basics
5 posts
Recent Articles
Popular Articles
Documenting GraphQL APIs with Swagger
Last Updated: 23 July 2025
The GraphQL is an API query language and a modern evolution of the traditional CRUD approach to API exploration as it gives more options and flexibility to clients about w...
read more
Python
Picked
Python Swagger
GraphQL Basics
Installation in GraphQL
Last Updated: 23 July 2025
GraphQL is a powerful query language that enables clients to request the data they need from an API. Setting up a GraphQL server involves installing the necessary dependen...
read more
Picked
GraphQL
GraphQL Basics
Writing and Executing Queries in GraphQL
Last Updated: 23 January 2024
GraphQL has developed into an effective API language that offers developers more effective and adaptable ways to work with data. By enabling clients to request only the da...
read more
Picked
Geeks Premier League
Geeks Premier League 2023
GraphQL
GraphQL Basics
Querying Data with GraphQL
Last Updated: 29 January 2024
GraphQL is an open-source technology that allows us to query only the data that we require, unlike the traditional REST architecture which returns us the entire resources ...
read more
Picked
Geeks Premier League
Geeks Premier League 2023
GraphQL
GraphQL Basics
Scalar Types in GraphQL Schema
Last Updated: 28 April 2025
GraphQL is a powerful open-source Query Language for APIs. In 2012 it was first developed by a team of developers in Facebook and then it was later made public to the gene...
read more
Picked
Geeks Premier League
Geeks Premier League 2023
GraphQL
GraphQL Basics
Databases