graphql-typescript
There are 13 repositories under graphql-typescript topic.
kdby-io/graphql-typescript
Define and build GraphQL Schemas using typed classes
idurar/fast-graphql
Node.js Package to Combine Resolvers & Merge Graphql Schema
redux-model/graphql
Generator graphql for TypeScript
coderosh-zz/youtube-like-graphql-api
:movie_camera: Youtube Api built with graphql, typescript, prisma and postgresql
akash-kansara/graphql-typescript-boilerplate
Boilerplate for creating GraphQL server using typescript
BaseMax/MovieTSGraphQL
This is a movie project that aims to create a GraphQL web service with various features similar to Netflix. It is built using GraphQL, TypeScript, and Prisma ORM. The project provides functionality to manage movies, categories, actors, directors, comments, and more.
BaseMax/MusicTSGraphQL
This project is a GraphQL API built with TypeScript and Fastify, using the Mercurius plugin. It provides a backend server for a music site, allowing you to perform various operations such as managing songs and albums, retrieving information, adding comments, rating songs/albums, and more.
BaseMax/GoogleCloneGraphQLTS
This is a search engine site built using TypeScript and NestJS, with a GraphQL API. The application allows users to search for content and retrieve relevant results. It utilizes the power of GraphQL for efficient querying and retrieving data from various sources.
BaseMax/OnboardingGraphQLTS
This is a sample application that demonstrates a multi-step registration process using GraphQL and NestJS.
BaseMax/RestaurantGraphQLAPI
A GraphQL-based API designed to handle multiple restaurants in a shop store. It provides various features such as searching for restaurants in a city, finding the nearest restaurant, retrieving a list of foods offered by a restaurant, and more.
BaseMax/DomainRegisterationGraphQLTS
DomainRegistrationGraphQLTS is a TypeScript-based project that implements a GraphQL API for managing domain registration. It provides a set of queries and mutations to perform various operations related to domain registration, including creating new domains, retrieving domain information, updating domain details, and deleting domains.
BaseMax/MyLinkShortenerGraphQLTS
This project is a back-end GraphQL-based API, implemented in TypeScript, for a link shortener site. The API allows users to shorten long URLs and manage their shortened links. It provides features such as instant link shortening, link expiration, monitoring and tracking of visits and requests, link editing, and account registration/login.
Siddharth9890/graphql-sdk-generator
The GraphQL SDK Generator converts GraphQL schemas into JavaScript or TypeScript code, enabling smooth autocomplete and validation for your GraphQL queries.