notiz-dev / nestjs-prisma-starter

Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
MIT License
2.37k stars 336 forks source link

Didn't understand where to use from 'graphql/*' #473

Closed IvanovRoman closed 1 year ago

IvanovRoman commented 1 year ago

What are the files for? Where are they used?

graphql/auth.graphql
graphql/post.graphql
graphql/user.graphql
marcjulian commented 1 year ago

Hi @IvanovRoman thus files are just examples of graphql queries. You can try out those queries in the GraphQL Playground.

IvanovRoman commented 1 year ago

Hi @IvanovRoman thus files are just examples of graphql queries. You can try out those queries in the GraphQL Playground.

Thank you very much!