GraphQL Nexus Tutorial[1/5]: GraphQL Nexus Overview

preview_player
Показать описание
GraphQL Nexus is a code-first approaching to creating graphQL servers. This code-first approach provides great support for type safety and a reduction in graphql boilerplate. I highly recommend using this framework in your next project.

In this tutorial series, we use GraphQL Nexus, in conjunction with Prisma and Apollo Server, to make a simple graphql Server.

Рекомендации по теме
Комментарии
Автор

Very very very good video!! Everything important in very few words. Thank you!

lcswillems
Автор

Any chance of making a more indepth gql nexus/prisma 2 video series? I remember watching this a few months back when I was getting into this and it sort of made sense... something came up and I had to put everything on hold and I'm back trying to learn but it's very confusing now. Maybe build out an app with this, and react?

adamtak
Автор

Thanks a lot, you have just cleared my confusion of all these schema first and code first thing .When prisma and nexus comes into play together with prisma-nexus-plugin and data model

shivrajnag
Автор

I am trying to verify if this is prisma2? Or is this the older original prisma?

TechSquidTV
Автор

trading endpoints for resolvers, im still missing the graphql value

boot-strapper
Автор

great video, thank you very much for putting it out!

jskaf
Автор

After 7 minutes I realized that cory is in a video in bottom right corner.

abhishekshah
Автор

How to define a map kind of response where fields could be string/number/uuid. For example:
{
posts: {
1: { name: "post 1", createdOn: '02-02-2022',
2: { name: "post 2", createdOn: '02-02-2022',

}
}

Here 1, 2, 3, ....are the posts IDs....how we can define such data in Nexus? Please in advance.

ratnesh
Автор

So how can one achieve code-first and SDL-first both? That's like nothing is first at all :(. We have 2 sources of truth and I wonder how to keep them in sync?

exis
Автор

Have you written any tests with prisma?

guled
Автор

what vs code theme your using for these series?

greyabeing
visit shbcf.ru