graphql-typescript

There are 13 repositories under graphql-typescript topic.

  • kdby-io/graphql-typescript

    Define and build GraphQL Schemas using typed classes

    Language:TypeScript67483
  • idurar/fast-graphql

    Node.js Package to Combine Resolvers & Merge Graphql Schema

    Language:JavaScript5102
  • redux-model/graphql

    Generator graphql for TypeScript

    Language:TypeScript5000
  • coderosh-zz/youtube-like-graphql-api

    :movie_camera: Youtube Api built with graphql, typescript, prisma and postgresql

    Language:TypeScript4302
  • akash-kansara/graphql-typescript-boilerplate

    Boilerplate for creating GraphQL server using typescript

    Language:TypeScript2101
  • 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.

    Language:TypeScript220
  • 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.

    Language:TypeScript220
  • 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.

    Language:TypeScript120
  • BaseMax/OnboardingGraphQLTS

    This is a sample application that demonstrates a multi-step registration process using GraphQL and NestJS.

    Language:TypeScript130
  • 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.

    Language:TypeScript120
  • 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.

    Language:TypeScript20
  • 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.

    Language:TypeScript10
  • 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.

    Language:TypeScript111