17 Aug Tags: backend graphql typescript postgresql Fastify GraphQL API Stack: with Mercurius & Nexus Fastify GraphQL API Stack: node API stack using TypeScript, Mercurius for GraphQL, Nexus, Prisma with PostgreSQL and uvu for fast testing. Read more …
4 Oct Tags: sveltekit graphql typescript SvelteKit GraphQL Type Generation SvelteKit GraphQL type generation: how you can generate TypeScript types automatically from your GraphQL API endpoint using a codegen tool. Read more …
29 Sept Tags: backend graphql typescript Using uvu for TypeScript API Testing Using uvu for TypeScript API testing: we take a look at integrating a fast test runner into your backend continuous integration workflow. Read more …
27 Sept Tags: sveltekit graphql typescript SvelteKit GraphQL Queries using fetch Only SvelteKit GraphQL queries using fetch only: how you can drop Apollo client and urql dependencies altogether, keeping your Svelte app lean. Read more …
14 Jul Tags: sveltekit graphql Use Apollo Client with SvelteKit to Query a GraphQL API Use Apollo Client with SvelteKit to Query a GraphQL API: we use the GitHub API to query our repos and learn a bit of SvelteKit along the way. Read more …