GraphQL
API GraphQL com Apollo Server.
O PlazerCLI gera uma API GraphQL completa usando Apollo Server, adaptada ao backend escolhido.
Implementacao por backend
| Backend | Abordagem | Pacotes |
|---|---|---|
| NestJS | Code-first com @nestjs/graphql | @nestjs/graphql, @nestjs/apollo, @apollo/server |
| Express | Schema-first com expressMiddleware | @apollo/server, graphql |
| Fastify | Schema-first com plugin | @apollo/server, graphql |