24-days-of-purescript-2016 VS graphql-code-generator

Compare 24-days-of-purescript-2016 vs graphql-code-generator and see what are their differences.

24-days-of-purescript-2016

24 Days of PureScript, 2016 (by paf31)

graphql-code-generator

A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins. (by dotansimha)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
24-days-of-purescript-2016 graphql-code-generator
2 69
286 10,593
- -
0.0 9.3
about 1 year ago 4 days ago
TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

24-days-of-purescript-2016

Posts with mentions or reviews of 24-days-of-purescript-2016. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-10.

graphql-code-generator

Posts with mentions or reviews of graphql-code-generator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-15.
  • Integrating GraphQL Codegen with Storyblok: Step-by-Step Guide
    3 projects | dev.to | 15 Jan 2024
    The @graphql-codegen library is a bridge between your GraphQL schema and the actual code you write. It automates the generation of boilerplate code, ensuring that your data fetching layer is always up to date with your content structure.
  • The complete GraphQL Scalar Guide
    4 projects | dev.to | 27 Jun 2023
    In typescript and typescript-resolvers plugin v4.0.1, we have reverted the default ID Scalar input type to string. Read the pull request for more details.
  • Looking4Library: A GraphQL client that has query methods on the generated types
    3 projects | /r/typescript | 4 Jun 2023
    See https://github.com/dotansimha/graphql-code-generator with @graphql-codegen/typescript-graphql-request plugin
  • graphql-code-generator VS gqless - a user suggested alternative
    2 projects | 2 Jun 2023
  • Making GraphQL Codegen Work For You: GraphQL Integration with React and TypeScript
    5 projects | dev.to | 1 Mar 2023
    Graphql Codegen is a code generation library for GraphQL that enables developers to generate custom code. It provides us developers with the ability to generate type definitions, query builders, documentation, and more by analyzing our GraphQL schemas. This makes it easier and faster to build GraphQL applications and reduces the time spent coding.
  • help wanted: Typescript GraphQL Types Response
    6 projects | /r/graphql | 28 Jan 2023
    Hey, not near a computer right now, but I hope this example can help you in the meantime: https://github.com/dotansimha/graphql-code-generator/tree/master/examples/typescript-esm
    6 projects | /r/graphql | 28 Jan 2023
    I guess just a PR against https://github.com/dotansimha/graphql-code-generator/blob/master/website/src/pages/docs/getting-started/index.mdx?
    6 projects | /r/graphql | 28 Jan 2023
    It is already incoming, with an example in the repository. πŸ˜‡ https://github.com/dotansimha/graphql-code-generator/pull/8863
  • Why we ditched GraphQL for tRPC
    5 projects | dev.to | 14 Dec 2022
    GraphQL Codegen generates frontend types and React hooks from our GraphQL request definitions.
  • A journey towards a type-safe GraphQL API server
    4 projects | dev.to | 2 Dec 2022
    There are two main approaches to keeping the types of the GraphQL schema and entities in business logic in sync. You can generate the schema based on your TypeScript code (e.g. TypeGraphQL), or you can generate types based on your schema (e.g. GraphQL Code Generator). We opted for the latter since it slotted right into our existing GraphQL server implementation using Apollo Server.

What are some alternatives?

When comparing 24-days-of-purescript-2016 and graphql-code-generator you can also consider the following projects:

nexus - Code-First, Type-Safe, GraphQL Schema Construction

contentful-typescript-codegen - Generate TypeScript interfaces from a Contentful environment

TypeGraphQL - Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

TypeORM - ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.

rtk-query-codegen

lint-staged - πŸš«πŸ’© β€” Run linters on git staged files

graphql-codegen-relay-plugins - Use the power of the relay-compiler with every GraphQL project!

redux-toolkit - The official, opinionated, batteries-included toolset for efficient Redux development

orval - orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺

next-auth-example - Example showing how to use NextAuth.js with Next.js

graphql-eslint - ESLint parser, plugin and set rules for GraphQL (for schema and operations). Easily customizable with custom rules. Integrates with IDEs and modern GraphQL tools.

openapi-typescript-codegen - NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification