GraphQL fundamentals explained in Hindi | हिंदी में GraphQL की बुनियादी व्यखाया

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

I have made a video series on fundamentals of GraphQL in Hindi.

You should watch each video from below link.

  1. What is GraphQL? Rest vs GraphQL explained with an example. Video

  2. GraphQL Schema, GraphQL Resolvers, GraphQL Server with Apollo, GraphQL Types, Writing Query and Mutation. Video

  3. GraphQL Aliases. Video

  4. GraphQL Fragments. Video

  5. GraphQL Directives. Video