Apollo server

Apollo server смотреть последние обновления за сегодня на .

GraphQL with Apollo Server 2.0

144542
2906
127
00:09:34
14.06.2018

Learn how to build an API using GraphQL with Apollo Server 2.0, using Firestore as a backend data source. 🤍 - Get more episodes at 🤍 - GraphQL 🤍 - Apollo 2.0 🤍

What Is Apollo?

66460
944
26
00:08:38
17.01.2018

In this video, I answer What Is Apollo? Syntax Podcast ft Scott Tolinski & Wes Bos: 🤍 GraphCMS: 🤍 🤍 Subscribe for more free tutorials 🤍 The best shared web hosting 🤍 Subscribe to the Level Up Newsletter 🤍 Apollo provides a universal GraphQL API on top of your existing services, so you can build new application features fast without waiting on backend changes. Build and update application features without writing new endpoints. Just write a GraphQL query and Apollo gets the data for you. Best of all, Apollo integrates with the technology you're already using, so you can add it a little bit at a time. It also works with the whole specification and all community GraphQL tools.

How Apollo Server works with Express

12582
290
23
00:10:45
03.03.2019

Learn how Apollo Server works underneath the hood with Express. Links from video: 🤍 If you like cooking, checkout my side project: 🤍 Join the Discord: 🤍 Patreon: 🤍 Follow Me Online Here: Twitch: 🤍 GitHub: 🤍 LinkedIn: 🤍 Instagram: 🤍 Twitter: 🤍 #benawad TikTok: 🤍 ​ ​ Follow me online: 🤍 #benawad

GraphQL Tutorial For Beginners - Apollo Server Express Tutorial

42313
1148
106
00:28:01
23.03.2021

Learn Apollo-Server-Express! In this video I will go over the basics of graphql using the GraphQL library Apollo Server. I have other tutorials on GraphQL if you want to check out! Extension: Apollo GraphQL - 🚀 Learn ReactJS By Building 6 Projects: 🤍 💻 PedroTech Discord: 🤍 - Social ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Website: machadopedro.com Twitter: 🤍 Linkedin: 🤍 Instagram: 🤍 Github: 🤍 Email: machadop1407🤍gmail.com Equipments I Use: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ 🌟 Algorithm Book To Pass Coding Interviews: 🤍 🌟 Microphone: 🤍 🌟 Keyboard: 🤍 🌟 HD Webcam: 🤍 🌟 Room LED Lights: 🤍 Tags: - Axios - Fetch - ReactJS Tutorial - ReactJS and MySQL - NodeJS Tutorial - API Tutorial

How i lost EVERYTHING on apollo 🥺

404615
15737
400
00:00:30
21.03.2023

Apollo Server GraphQL Resolvers for Beginners

2996
56
10
00:20:43
06.03.2022

Enjoying my videos? Sign up for more content here: 🤍 Interested in a 1:1 Mentorship with me? Jumpstart your career at 🤍 In this video I show the basic setup of an Apollo Server resolver, explaining how the entire process works from type definitions to the resolvers themselves. This is a great video for anyone confused by the Apollo Server documentation and wants to see a practical example of resolvers in action!

Create A GraphQL API with Apollo Server V3 and MongoDB Atlas

13490
331
54
00:36:27
06.06.2022

Enjoying my videos? Sign up for more content here: 🤍 Interested in a 1:1 Mentorship with me? Jumpstart your career at 🤍 In this graphql tutorial I show you how to create a GraphQL CRUD API using Apollo Server and MongoDB Atlas, this is a great stack for developing projects that scale and creating codebases that are sustainable and easy to work with. In the video we create an API where you can create recipes, edit recipes, and delete recipes. This video is great for an introduction to GraphQL, and an introduction to Apollo Server. If you are looking to increase you backend programming skills as a developer, this video is a great place to start. Buying stuff through my Amazon link supports the channel! 🤍 Business inquiry? Email thecoopercodes🤍gmail.com

Build a GraphQL API with Node.js and Apollo Server

29855
142
7
00:15:12
30.11.2022

If you're enjoying the content on this channel, please consider supporting the channel by buying me a coffee. 🤍 If you’re a content creator and want to take your YouTube channel to the next level. Check out TubeBuddy! 🤍 ~-~~-~~~-~~-~ In this video we will build a simple GraphQL API using node.js and Apollo Server. By the end of this video you will be able to create a server and make queries to that server. Tools For this Video: 🤍 🤍 🤍 For online courses and other useful resources please visit my website: 🤍 Join my Facebook Discussion Group 🤍 -~-~~-~~~-~~-~ - Please watch: "Beginner's Guide to Typescript: Getting Started" 🤍 -~-~~-~~~-~~-~ -

GraphQL Basics in 6 minutes - Creating a Weather API with Apollo Server

29456
614
31
00:06:37
02.11.2020

GraphQL is a powerful opensource query language developed by Facebook. It solves the problem of building good, intuitive, and well-designed APIs. In the last few years, GraphQL has grown in traction and been adopted by many small and large companies. Today we will be building a GraphQL weather app with Node and Typescript. We will start by defining what GraphQL is at a high level and then configuring a GraphQL server using the Apollo Framework. We will use techniques commonly seen in large-scale microservice architectures to wrap around an external Weather API. #graphql Discord - 🤍 Twitter - 🤍 ⚡ RESOURCES ⚡ GraphQL - 🤍 Source Code - 🤍 ⭐ TIMESTAMPS ⭐ 0:00 - Intro 0:51 - What is GraphQL? 1:56 - Disadvantages to GraphQL 2:35 - Creating a Weather GraphQL Server 3:05 - Rest API Data Source 4:01 - Defining GraphQL Schema 5:01 - GraphQL Resolvers 6:20 - Conclusion

Modern GraphQL Crash Course - 2022

106419
2443
122
03:30:21
26.10.2021

This is a snippet of a full modern GraphQL course on Udemy. I hope you all enjoy and learn a ton! Second Channel: 🤍 Udemy Courses (with discount): 🤍 Course Repo: 🤍 Timeline: 0:00 - What is GraphQL 17:57 - Setting up a GraphQL Server 36:00 - Scalar Types 44:30 - Arrays 51:28 - Object Types 1:01:00 - Query with Variables 1:09:32 - Adding Another Object Type 1:20:15 - Relating Data 1:37:00 - Reorganizing Our Directory 1:46:30 - The Context Param 1:52:05 - Adding a Third Object Type 2:01:11 - Adding Filtering Data Logic 2:24:00 - Mutations! 2:27:00 - Adding Data 2:48:17 - Deleting Data 3:13:00 - Updating Data

Why Apollo Is Better Than DonutSMP ☝️

49020
1647
154
00:00:28
15.02.2023

GraphQL API With NodeJS and Apollo Server | GraphQL Course For Beginners Ep. 3

15968
624
49
00:30:41
21.08.2021

Hey everyone, this is the episode 3 of my new GraphQL course. Code: 🤍 Course Topics: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ - What is GraphQL? - GraphQL vs. REST - Basic GraphQL queries - How to create a GraphQL API using NodeJS and Apollo Server - GraphQL Language: Types, Queries, Mutations, Scalars, Enums, Unions - How to use GraphQL in React (Apollo Client) - How to improve a GraphQL API and best practices. - 🚀 Learn ReactJS By Building 6 Projects: 🤍 - Social ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Website: machadopedro.com Linkedin: 🤍 Instagram: 🤍 Github: 🤍 Email: machadop1407🤍gmail.com Tags: - GraphQL - GraphQL Course - GQL Tutorial - API Tutorial #graphql #graphqltutorial

GraphQL & Apollo server full course

8219
168
17
03:20:16
29.12.2021

Graphql full course with graphQL apollo server GraphQL course is going to take you from very beginner to advanced What is GraphQL? why developers love this query language for reading and mutating data in APIs. Source code for this GraphQL course: 🤍 Chapters: (00:00:00) 01 GraphQL - Getting started with GraphQL (00:10:10) 02 GraphQL - use graphiql to run query (00:19:10) 03 GraphQL fetch data from graphql api (00:23:42) 04 GraphQL scalar types in graphql (00:30:16) 05 GraphQL Object types in graphql (00:38:06) 06 GraphQL Query types in graphql (00:40:40) 07 GraphQL List types in graphql (00:46:29) 08 GraphQL passing arguments (00:52:33) 09 GraphQL mutation type (00:59:10) 10 GraphQL working with fake DB (01:06:12) 11 GraphQL input type for mutation (01:11:42) 12 GraphQL alias and fragments (01:16:40) 13 GraphQL pass variables (01:24:32) 14 GraphQL directives (01:30:39) 15 GraphQL enum type (01:40:00) 16 GraphQL getting started with Apollo Server (01:50:18) 17 GraphQL apollo server schema (02:00:05) 18 GraphQL simplify index file (02:03:29) 19 GraphQL what is interface in graphql (02:11:31) 20 GraphQL resolve interface type (02:20:17) 21 GraphQL resolver chains (02:30:24) 22 GraphQL resolver arguments (02:34:42) 23 GraphQL resolver context (02:41:20) 24 GraphQL apollo mutation (02:48:42) 25 GraphQL use sqlite database (02:56:22) 26 GraphQL migration and query (03:06:58) 27 GraphQL mutation for sqlite (03:14:04) 28 GraphQL update model Hope you enjoy and may this video add value to your life. 🤍 🤍 Discord server 🤍 🌟 Premium Courses 🌟 Check out 32 hours of Laravel Content at 🤍 🔥 DIGITAL OCEAN HOSTING Affiliate Get $100 in credit for 60 days 🤍 🌟 Gadgets I use 🌟 Camera 🤍 Blue Yeti Mic 🤍 Blue Yeti Mic Foam Cover 🤍 Capture Card 🤍 🌟 Support Me ( I am full-time YouTube) 🌟 Github 🤍 Patreon 🤍 Youtube 🤍 🌟 FOLLOW ME 🌟 Subscribe for New Releases! Twitter - 🤍 Twitter - 🤍 Facebook - 🤍 Instagram - 🤍 (ask me questions!) - QUESTIONS? - Leave a comment below and I or someone else can help you. For quick questions you may also want to ask me on Twitter, I respond almost immediately. Email me support🤍bitfumes.com Thanks for all your support

Build a GraphQL API with Apollo Server 4

1265
42
13
00:28:53
16.02.2023

Are you looking to build a standalone Apollo Server 4 for your GraphQL API? In this tutorial, I’ll guide you through the process of building a simple, efficient, and flexible API server using Apollo Server 4. We'll start by setting up our development environment and installing the necessary dependencies. Then, we'll configure Apollo Server 4 and define our schema and resolvers. You'll learn how to handle queries and mutations. Throughout the video, I’ll explain key concepts and best practices for building a simple and scalable GraphQL API server with Apollo Server 4. Whether you're a beginner or an experienced developer, this tutorial will provide you with a solid understanding of how to build a standalone Apollo Server 4 that can handle any type of query, mutation, or subscription. So, let's dive in and build a modern and efficient standalone Apollo Server 4 for your GraphQL API! CHAPTERS - 00:00 Introduction 00:31 Setting up Your Environment 03:19 Build the Apollo Server 12:39 Build the Query Schema 14:54 Build the Query Resolver 18:29 Testing the Query 20:21 Build the Mutation Schema 26:14 Recap 28:15 Conclusion - If you're enjoying the content on this channel, please consider supporting the channel by buying me a coffee. 🤍 If you’re a content creator and want to take your YouTube channel to the next level. Check out TubeBuddy! 🤍 For online courses and other useful resources please visit my website: 🤍 Join my Facebook Discussion Group 🤍

Building a Scalable GraphQL Server with Node.js, Express, and Apollo Server in 2023

1099
25
1
00:20:21
05.03.2023

Are you looking to build a scalable GraphQL server using the latest technologies and best practices? Look no further! In this video, we'll walk you through the process of building a robust GraphQL server using Node.js, Express, and Apollo Server. We'll start by explaining the benefits of using GraphQL and why it's become the go-to solution for modern API development. Then, we'll dive into the code and show you step-by-step how to build a GraphQL server from scratch, using the latest version of Node.js, the popular Express web framework, and the powerful Apollo Server library. Throughout the video, we'll cover essential topics such as schema design, query optimization, caching, error handling, and authentication. We'll also show you how to leverage the latest tools and techniques to improve performance and scalability, including data loaders, batched queries, and serverless deployment. By the end of this video, you'll have a deep understanding of how to build a scalable GraphQL server that can handle a high volume of requests and grow with your business. Whether you're a beginner or an experienced developer, this video is packed with valuable insights and practical tips that you won't want to miss. So, what are you waiting for? Let's get started!

Apollo GraphQL Server Setup - Full Stack Build Ep1

3061
97
12
00:28:47
12.12.2022

This is the first episode of a new series where we'll build a full-stack finance app from scratch. In this series, we'll use Turborepo as our monorepo, run the Node.js backend in Docker, bootstrap a frontend with Expo and React Native, bake in some GraphQL using Apollo to communicate, write everything in Typescript, and utilize the IEX api to pull in financial data. The goal today: Set up an Apollo GraphQL server to power a simple graphql api to fetch a stock price by its ticker symbol. Come along! 0:00 - 1,000 Subscribers!! 0:39 - Full Stack Build Series Overview 5:52 - Ep1 Goal 7:06 - Initialize Project 8:52 - Install ts-node and nodemon 13:00 - Set up Typescript 15:00 - Nodemon fail (fixed in Ep2) 16:44 - Set up Apollo Server 19:52 - Create GraphQL Schema & Resolver 24:59 - Run GraphQL Query Locally 26:27 - Init git and .gitignore 27:57 - Outro Next Episode 👉 🤍 # Resources The Ultimate Node/Docker Setup: Step-by-Step (2022 Update): 🤍

Reasons Apollo is Better Than DonutSMP ☝️ | Part 7

65841
2955
185
00:00:25
09.05.2023

SERVER IP: apollocpvp.com discord.gg/apollocpvp Make sure to like and subscribe!

GraphQL Modularizado en multiples archivos (usando Apollo)

6568
295
29
00:34:57
17.03.2022

En este ejemplo práctico te enseñare a separar un archivo de GraphQL en multiples para que se pueda extender fácilmente cuando estamos creando APIs de GraphQL. En este caso estaremos usando Apollo Server, pero la idea es la misma en otras implementaciones de GraphQL. Articulo mencionado: 🤍 🎥 Videos Recomendados: Curso de Mongodb ➜ 🤍 Github Pages npm ➜ 🤍 Mongodb Visual Studio Code ➜ 🤍 Mongoose ➜ 🤍 Curso de Nodejs ➜ 🤍 Thunder Client ➜ 🤍 Variables de Entorno ➜ 🤍 Curso de Git ➜ 🤍 Rest client VSCode ➜ 🤍 Mongodb Atlas ➜ 🤍 👨‍💻 ¿Qué servicios y productos utilizo? Ledger (Hardware Wallet) ➞ 🤍 SiteGround ➞ 🤍 DigitalOcean ➞ 🤍 Expo ➞ 🤍 Cloudinary ➞ 🤍 Namecheap ➞ namecheap.pxf.io/ErDe9 🌐 Redes: Fazt Web ➞ 🤍 Facebook ➞ 🤍 Instagram ➞ 🤍 Twitter ➞ 🤍 Telegram ➞ 🤍 Blog ➞ 🤍 Más comunidades en 🤍 #graphql #apolloserver #javascript

Your First Federated Schema with Apollo Server

47683
547
00:26:23
05.05.2020

Talk by Mandi Wise, Author of Advanced GraphQL with Apollo & React and Owner, 8-Bit Press Inc. Since its launch last year, Apollo Federation has provided a more intuitive option for building distributed GraphQL architectures. Its declarative approach makes it possible to segment APIs sanely based on separation of concerns while simultaneously exposing a single data graph to clients without the trade-offs of a monolithic GraphQL server. In this talk, I will demonstrate how to get up and running with Apollo Federation in minutes and offer some considerations to keep in mind when transitioning to a distributed GraphQL architecture using this tool. This talk is 20 mins with 10 minutes of Q&A Resources: Apollo Federation Docs 🤍 Advanced GraphQL with Apollo & React 🤍 Mandi Wise on Twitter 🤍

Apollo Server v4 Breaking Changes. Time to move away?

4159
84
15
00:12:55
02.12.2022

Apollo Server 4 is out, with lots of breaking changes. And more shockingly, they deprecated the widely used v2 and v3 immediately with an end-of-life of October 2023(!!). In this video I'll be listing the breaking changes and explaining why it might be time to move on. Blog post: 🤍 What's included: 00:00 Intro 00:43 Apollo Server deprecation 01:39 Breaking changes Apollo Server v4 02:04 New package structure 05:00 Drop support for community web frameworks 05:40 Updated use of datasources 07:05 Dropped support community datasources 09:39 More breaking changes in Apollo Server v5 10:44 Alternatives Are you moving away from Apollo Server? I'd love to hear your thoughts on this, so please let me know via Twitter at 🤍 or HN 🤍 * Subscribe to this channel to learn everything about web development. Follow 🤍gethackteam on Twitter 🤍

NextJS + GraphQL Blueprint: Professional Grade Setup

51656
1652
154
00:38:06
04.04.2022

We'll use NextJS, Apollo Server Micro, Type GraphQL, GraphQL Code Generation, react-query and graphql-request to make a completely type safe end-to-end GraphQL solution for NextJS applications. Code: 🤍 Humane Society near you: 🤍 👉 I'm a host on the React Round-Up podcast: 🤍 👉 Don't forget to subscribe to this channel for more updates: 🤍 👉 Discord server signup: 🤍 👉 VS Code theme and font? Night Wolf [black] and Operator Mono 👉 Terminal Theme and font? oh-my-posh with powerlevel10k_rainbow and SpaceMono NF 0:00 Introduction 0:59 Project Introduction 3:27 Converting To TypeScript 4:18 Apollo Server Setup 10:38 Making Your First Query 12:16 Refactoring The Schema 20:17 Building The Index Page 25:18 Mantine Setup 28:27 Finishing The Index Page 30:44 Second Walkthrough 37:40 Outroduction #nextjs #graphql # dog_adoption_application

HPE Apollo 4200 Gen10 Plus Data Storage Server Product Tour

6851
57
3
00:03:03
10.02.2022

3D Product Tour of the new HPE Apollo 4200 Gen10 Plus Data Storage Server - A unique 2U workload optimized architecture solving infrastructure challenges around deeper data lakes, backup and archive, analytics and AI, and other data storage intensive workloads. See more at 🤍hpe.com/storage/apollo.

How I Became the RICHEST player on Apollo 💰🤑

12201
675
39
00:00:29
05.03.2023

IP: apollocpvp.com discord.gg/apollocpvp

GraphQL with Apollo Server V4 | Setup an Apollo Server with NodeJS | Tutorial # 4

358
6
2
00:03:44
28.02.2023

In this tutorial # 4 of GraphQL series, I’ll show you how to set up an Apollo Server, one of the most popular and powerful tools for building GraphQL servers. I’ll cover the basics of what Apollo Server is and why you might want to use it, as well as provide a step-by-step guide for setting up a basic server. By the end of this video, you'll be able to set up your own Apollo Server and start building powerful GraphQL APIs. So, join me and let's dive into the world of Apollo Server and GraphQL! Topics Covered in Course: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ - What is GraphQL? - Why we should use GraphQL in 2023? - GraphQL vs. REST comparison - Create a Recipe Application with all basic features - Setting up Apollo Server - GraphQL Type Definitions / Schema - GraphQL Resolvers - JWT Authentication & Error handling - Basic GraphQL queries - How to create a GraphQL API using NodeJS and Apollo Server - GraphQL Language: Types, Queries, Mutations, Scalars, Enums, Unions - How to improve a GraphQL API and best practices. Project Github Repo: 🤍 #graphql #nodejs #apollo #graphqlcourse #apollo #apolloserver

Build A Live News API with Apollo Server V4 Subscriptions and GraphQL (TypeScript Tutorial)

2920
84
20
00:22:05
19.11.2022

Enjoying my videos? Sign up for more content here: 🤍 Join CodeLetter by Cooper Codes, the 3 minute tech newsletter: 🤍 Interested in a 1:1 mentorship with me? Jumpstart your career at 🤍 In this video we dive deep into Apollo Server V4 subscriptions and using the graphql-ws library to create a scalable Apollo Server API that allows users to view live events. This video is perfect for anyone looking to create any system that requires live data and is just the start to what you can create using powerful technologies such as subscriptions. This is also a great introduction to GraphQL and what GraphQL looks like when working with Apollo Server typedefs and resolvers. Final Code: 🤍 Buying stuff through my Amazon link supports the channel! 🤍 Business inquiry? Email thecoopercodes🤍gmail.com 0:00 Intro / Project showcase 1:00 npm installs / package.json setup 2:38 Initial server.ts code 4:58 Defining typedefs and resolvers 12:50 Finishing up server logic 19:35 Create GraphQL Mutations / Subscriptions 21:43 Thanks for watching!

GraphQL Crash Course With Full Stack MERN Project

246769
7543
432
03:14:39
06.06.2022

⭐ Join Masterschool & pay nothing until you're hired! 🤍 In this video, we will build a full-stack project management system with GraphQL, Express, MongoDB, React, and Apollo. 💻 Code: 🤍 💻 Query & Mutation Gist: 🤍 💻 My Courses & More 🤍 💖 Show Support Patreon: 🤍 PayPal: 🤍 👇 Follow Me On Social Media: Twitter: 🤍 Instagram: 🤍 Linkedin: 🤍 Timestamps: 0:00 - Intro 1:47 - MasterSchool Sponsor 2:31 - GraphQL Crash Course Slides 12:08 - Create Express Server 17:52 - Start GraphQL 20:40 - Start Schema 23:04 - Client Type & Queries 28:02 - Making Queries With GraphiQL 32:33 - Project Type & Queries 35:27 - Project & Client Relationship 37:23 - Creating a MongoDB Database 41:36 - Database Connection 44:59 - Mongoose Models 48:50 - Fetch Data From MongoDB 53:02 - Client Mutations 1:02:50 - Project Mutations 1:17:30 - Start On The Client 1:25:30 - Setting Up Apollo 1:27:57 - Fetch & Display Clients 1:40:02 - Delete Client Mutation 1:45:04 - Apollo Cache 1:50:18 - Create Client Mutation 2:05:18 - Fetch & Display Projects 2:14:32 - React Router & Pages Setup 2:23:47 - Query Single Project 2:30:53 - Client Info Component 2:24:00 - Add Project Modal 2:42:00 - Get Clients For Select 2:48:50 - Add Project Mutation 2:54:52 - Delete Project 3:01:50 - Edit Project Form 3:07:29 - Update Project Mutation 3:10:50 - Cascade Project Delete 3:13:58 - Wrap Up

Setup Prisma with Apollo Server V4 and MongoDB Atlas (Prisma Setup)

1085
33
9
00:16:17
18.01.2023

Enjoying my videos? Sign up for FREE content here: 🤍 In this video I show you how to setup Prisma with MongoDB Atlas and Apollo Server. We cover Prisma models, building a GraphQL API, TypeScript, and everything else you need to know when building out an API with Prisma and Apollo Server. Final code: 🤍 0:00 Intro / API Showcase 0:40 Prisma / MongoDB setup 5:14 Create MongoDB Atlas instance 7:10 Setup Prisma Client 8:50 Create Apollo Server / Prisma logic 15:15 Final project, thanks for watching!

Apollo Server 4 - Building A Small Todo List App (With Typescript)

1687
34
9
00:10:34
13.11.2022

In this tutorial I am going to build a small todo list app with Apollo Server v4 using Typescript. I tried to keep it small because first I want to get feedback on what to do next.

Next.js GraphQL API using Apollo Server 3 and Prisma

22656
400
55
00:21:30
01.10.2021

In this video, you'll learn how to build a GraphQL API in a Next.js app using Apollo Server 3. Timestamps: 00:00 - Installing apollo-server-micro, graphql & micro-cors 00:50 - Defining a GraphQL schema 03:47 - Including a database URL + Seeding the database 05:13 - Creating the GraphQL endpoint 11:45 - Taking a look at Apollo Studio 14:25 - Initializing Prisma Client 17:35 - Updating the resolver 19:04 - Creating the GraphQL context Useful links: • Apollo Studio: 🤍 • Apollo Server 3: apollographql.com/docs/apollo-server/ • Initializing Prisma Client in a Next.js Project: 🤍 • GraphQL spec: 🤍 • Resolver arguments: 🤍 • GitHub repo: 🤍 • Part 2 blog post: 🤍 • Part 1 blog post: 🤍 👉 Next video: Building a GraphQL API using Nexus, Prisma and Next.js - 🤍 👉 Previous video: REST vs. GraphQL - 🤍 👉 Check out the full playlist: 🤍 📚 Resources: ✅ Subscribe to Prisma: 🤍 ✅ Get help from the Prisma Community: 🤍 ✅ Learn more about Prisma: ◭ Website: 🤍 ◭ Docs: 🤍 ◭ Quickstart: 🤍 💬 Connect with Prisma: Twitter: 🤍 Instagram: 🤍 TikTok: 🤍 Facebook: 🤍 LinkedIn: 🤍 Prisma sponsors human-reviewed, professional closed captions for ANY video valuable to our community (for example, about: Node.js, TypeScript & Type Safety, Prisma, databases, etc). Get your FREE captions here: 🤍

Введение в GraphQL (+ Apollo Server)

2092
96
12
00:31:27
09.02.2020

Время переходить на язык запросов GraphQL, т.к. он имеет ряд преимуществ по сравнению с другими QL. Мы обсудим, что стало причина возникновения GraphQL. Сделаем первый запрос с использованием клиента ApolloServer. GraphQL имеет строгую типизацию, поэтому необходимо рассмотреть скалярные типы данных. Вы узнаете, как легко можно формировать запрос (это просто обычная строка) и получать только те данные, которые нам необходимы в нашем случае. ☃️ мой github: 🤍 🐧 мой вк: 🤍 🐰 мой телеграм: 🤍 🌚 мой патреон: 🤍 😻 мой linkedin: 🤍 😤 мой твиттер: 🤍 👻 для сотрудничества: tomkovich.ya🤍yandex.by Рекомендую к просмотру: Гайд по NPM и Gulp - 🤍 Создание приложения ReactJS - 🤍 Создание WordPress темы - 🤍 GraphQL начало - 🤍 #graphql #javascript #reactjs

User Authentication with Apollo Server V3, MongoDB, GraphQL, and JWT

13363
305
43
00:35:25
16.01.2022

Enjoying my videos? Sign up for more content here: 🤍 Join CodeLetter by Cooper Codes, the 3 minute tech newsletter: 🤍 Interested in a 1:1 mentorship with me? Jumpstart your career at 🤍 Apollo Server Setup: 🤍 Video Mentioned at 2:13 : 🤍 Hey it's Cooper, make sure to subscribe for more full stack development content in the future! In this video we do an in depth setup of creating an Apollo Server capable of registering / logging in users. This login and register functionality can get tricky at times, but hopefully this video provides a great starting point for creating the backend to your applications. Subscribe for the future video I plan on making where we create a React application that handles the users tokens, allowing "user only" functionality (only allow people to do things if they have a token for example). Want to support me? Purchase on Amazon with my link here: 🤍 Enjoying my content? Feel free to support me on Patreon 🤍 Business inquiry? Email thecoopercodes🤍gmail.com

GraphQL With React Tutorial - Apollo Client

166721
2941
167
00:32:51
18.12.2020

In this video I will teach you guys how to use React as the client for your GraphQL Project. We will be using Apollo Client 3 to handle all the graphql requests to our Apollo server. Code: 🤍 First Video: 🤍 🌟 Learn Programming Fundamentals on Brilliant: 🤍 - 🚀 Learn ReactJS By Building 6 Projects: 🤍 Please leave a comment on what topic you guys want me to cover next! - 📞 Tutoring Session: 🤍 💻 PedroTech Discord: 🤍 - Social ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ Website: machadopedro.com Twitter: 🤍 Linkedin: 🤍 Instagram: 🤍 Github: 🤍 Email: machadop1407🤍gmail.com Tags: - GraphQL - Apollo Client - Apollo Server - ReactJS Tutorial - ReactJS and MySQL - NodeJS Tutorial - API Tutorial

AppSync vs running Apollo in Lambda

2785
67
12
00:07:17
12.10.2022

This is a free preview lesson from the AppSync Masterclass, where you will learn to build scalable and performant GraphQL APIs by building a Twitter clone with AWS AppSync, Lambda, DynamoDB and Vue.js. To learn more, please visit 🤍.

Apollo 3 Cataclysm Server - My Thoughts So Far

22967
407
118
00:08:32
28.12.2021

Today we check out a server I've been leveling on. Is it any good so far? Let's find out! If you're interested in the server, here's the link: 🤍

Apollo Federation Setup | Part 1 -- Federation setup

4600
64
11
00:36:30
26.06.2021

Apollo Federation is a really useful tool when working with GraphQL. In this tutorial I will help setup an apollo federation like backend schema by splitting up an existing monolithic apollo server. Monolithic starter project: 🤍 Part1 Finished setup: 🤍 Timestamps 0:00 Intro 1:50 changes to gql server 4:30 gateway setup 8:40 split monolithic and cleanup 12:15 authors subgraph 18:40 books subgraph 25:40 database split up 28:10 test federation setup

How to Upload a File to Apollo Server in React

19716
341
36
00:09:32
25.05.2019

Learn how to upload a file in GraphQL to Apollo Server using React. Code: 🤍 If you like cooking, checkout my side project: 🤍 Join the Discord: 🤍 Patreon: 🤍 Follow Me Online Here: Twitch: 🤍 GitHub: 🤍 LinkedIn: 🤍 Instagram: 🤍 Twitter: 🤍 #benawad TikTok: 🤍 ​ ​ Follow me online: 🤍 #benawad

React Login with Apollo Server, Context, JWT (Apollo Server Tutorial)

13621
301
54
01:07:20
13.02.2022

Enjoying my videos? Sign up for more content here: 🤍 Join CodeLetter by Cooper Codes, the 3 minute tech newsletter: 🤍 Interested in a 1:1 mentorship with me? Jumpstart your career at 🤍 Link to backend user auth: 🤍 In this video we create a full authentication system with a React frontend and an Apollo Server backend. We use React Context, Apollo Client, Apollo Client Hooks, and more to create the full system overall! Want to support me? Purchase on Amazon with my link here: 🤍 Enjoying my content? Feel free to support me on Patreon 🤍 Business inquiry? Email thecoopercodes🤍gmail.com

24 GraphQL apollo mutation

3201
29
3
00:07:22
24.12.2021

Graphql apollo server mutation has little different way, Let's understand Mutations in apollo graphql It can be used in object type, query type, input type GraphQL course is going to take you from very beginner to advanced What is GraphQL? why developers love this query language for reading and mutating data in APIs. Source code for this GraphQL course: 🤍 Hope you enjoy and may this video add value to your life. 🤍 🤍 Discord server 🤍 🌟 Premium Courses 🌟 Check out 32 hours of Laravel Content at 🤍 🔥 DIGITAL OCEAN HOSTING Affiliate Get $100 in credit for 60 days 🤍 🌟 Gadgets I use 🌟 Camera 🤍 Blue Yeti Mic 🤍 Blue Yeti Mic Foam Cover 🤍 Capture Card 🤍 🌟 Support Me ( I am full-time YouTube) 🌟 Github 🤍 Patreon 🤍 Youtube 🤍 🌟 FOLLOW ME 🌟 Subscribe for New Releases! Twitter - 🤍 Twitter - 🤍 Facebook - 🤍 Instagram - 🤍 (ask me questions!) - QUESTIONS? - Leave a comment below and I or someone else can help you. For quick questions you may also want to ask me on Twitter, I respond almost immediately. Email me support🤍bitfumes.com Thanks for all your support

Error Handling With Apollo Server V4 (GraphQL API Errors Tutorial)

1389
28
7
00:12:37
03.12.2022

Enjoying my videos? Sign up for more content here: 🤍 Interested in a 1:1 Mentorship with me? Jumpstart your career at 🤍 TS Config: 🤍 In this video I go how to create GraphQL Errors in Apollo Server V4. We build a basic books GraphQL API for Apollo Server V4 and then create GraphQL Errors for certain causes such as no books existing in database. Error handling is an incredibly important part of API development, and it is essential for a developer to learn how to create detailed errors for their API end users. This is a TypeScript tutorial so I also show how to implement a TypeScript Apollo Server. Final Code: 🤍 Buying stuff through my Amazon link supports the channel! 🤍 0:00 Intro 0:50 TypeScript setup 2:32 Building typeDefs and resolvers 5:45 Apollo Server setup 7:24 getBooksByAuthor code 8:24 Create GraphQL error 10:20 getBookByID code with error handling 12:06 Outro / thanks for watching!

Назад
Что ищут прямо сейчас на
apollo server pages business cards amalan jawa run macro excel Prajwol runescape using a vpn Scum гайд serious sam wr Laravel по русски cloudofficial flask jquery ajax modal russia ukraine israel Prajwol GFX plugins audio Cinema 4D Mograph Acapella Female Vocals Sample Pack Sims 书生 msc funny