GraphQL

API GraphQL com Apollo Server.

O PlazerCLI gera uma API GraphQL completa usando Apollo Server, adaptada ao backend escolhido.

Implementacao por backend

BackendAbordagemPacotes
NestJSCode-first com @nestjs/graphql@nestjs/graphql, @nestjs/apollo, @apollo/server
ExpressSchema-first com expressMiddleware@apollo/server, graphql
FastifySchema-first com plugin@apollo/server, graphql