KEMBAR78
Step 4 Graphql | PDF | Computer Data | Information Technology
0% found this document useful (0 votes)
13 views1 page

Step 4 Graphql

The document outlines various roadmaps related to Frontend and Backend development, with a focus on GraphQL. It provides an introduction to GraphQL, its queries, mutations, subscriptions, and schema, along with implementation details for both frontend and backend. Additional resources and related tracks involving GraphQL are also mentioned.

Uploaded by

chanchol kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Step 4 Graphql

The document outlines various roadmaps related to Frontend and Backend development, with a focus on GraphQL. It provides an introduction to GraphQL, its queries, mutations, subscriptions, and schema, along with implementation details for both frontend and backend. Additional resources and related tracks involving GraphQL are also mentioned.

Uploaded by

chanchol kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Other Related Roadmaps Find the detailed version of this roadmap

along with resources and other roadmaps



 Frontend Developer Roadmap

 Backend Developer Roadmap A3OS ARIYAN's LaunchPad
GraphQL

What is GraphQL
GraphQL on the Frontend
Problems GraphQL Solves Introduction to GraphQL
GraphQL on the Backend
Thinking in Graphs

What are Queries


What are Mutations?

GraphQL Queries Mutations Multiple Fields in Mutations

Operation Name
Fields Definitions

Aliases Defaults What are Subscriptions

Arguments Variables Event Based Subscriptions

Directives Live Queries


Fragments

Variables in Fragments Subscriptons @defer / @stream directives

Inline Fragments / Meta Fields

Schema

Resolvers Root Fields

Synchronous Type System

Asynchronous Execution Validation Fields Scalars

Scalar Coercion Enums Int


Validation
Real-time
Lists Objects Float
Producing the Result
Authorization
Lists String

Over WebSockets
Interfaces Boolean
Over HTTP
Serving Over Internet Unions ID
Caching

Input Types
Batching Over SSE
Arguments
Authorization Pagination Authorization

JavaScript Frontend Implementations JavaScript

graphql-http Backend Implementations Relay

GraphQL Yoga Apollo Client

Apollo Server Urql

mercurius

For ecosystem and more, check other tracks involving GraphQL

Frontend Roadmap Backend Roadmap

You might also like