Skip to content

dotansimha/graphql-code-generator-community

Folders and files

NameName
Last commit message
Last commit date
Dec 15, 2024
Dec 14, 2024
Dec 14, 2024
Aug 28, 2024
Jan 3, 2025
Feb 14, 2025
Feb 20, 2023
Dec 14, 2024
Mar 31, 2022
Dec 14, 2024
Dec 14, 2024
Sep 5, 2024
Mar 19, 2021
Aug 17, 2023
Dec 14, 2016
Sep 13, 2024
Nov 14, 2021
May 24, 2023
Jan 3, 2025
Sep 5, 2024
Feb 14, 2025
Dec 14, 2024
Nov 23, 2023
Dec 14, 2024
Feb 14, 2025

Repository files navigation

CodeGen

GraphQL Code Generator: Community plugins

This repository is owned by the GraphQL Code Generator community and is home to the community plugins:

  • npm version - @graphql-codegen/typescript-react-apollo
  • npm version - @graphql-codegen/typescript-graphql-request
  • npm version - @graphql-codegen/typescript-apollo-angular
  • npm version - @graphql-codegen/typescript-apollo-client-helpers
  • npm version - @graphql-codegen/typescript-react-query
  • npm version - @graphql-codegen/typescript-urql
  • npm version - @graphql-codegen/named-operations-object
  • npm version - @graphql-codegen/urql-introspection
  • npm version - @graphql-codegen/flow-resolvers
  • npm version - @graphql-codegen/typescript-vue-apollo
  • npm version - @graphql-codegen/typescript-rtk-query
  • npm version - @graphql-codegen/flow-operations
  • npm version - @graphql-codegen/typescript-msw
  • npm version - @graphql-codegen/typescript-mongodb
  • npm version - @graphql-codegen/typescript-nhost
  • npm version - @graphql-codegen/typescript-type-graphql
  • npm version - @graphql-codegen/typescript-enum-array
  • npm version - @graphql-codegen/jsdoc
  • npm version - @graphql-codegen/typescript-vue-urql
  • npm version - @graphql-codegen/kotlin
  • npm version - @graphql-codegen/typescript-vue-apollo-smart-ops
  • npm version - @graphql-codegen/java
  • npm version - @graphql-codegen/c-sharp-operations
  • npm version - @graphql-codegen/hasura-allow-list
  • npm version - @graphql-codegen/typescript-stencil-apollo
  • npm version - @graphql-codegen/relay-operation-optimizer
  • npm version - @graphql-codegen/typescript-oclif
  • npm version - @graphql-codegen/java-resolvers
  • npm version - @graphql-codegen/java-apollo-android
  • npm version - @graphql-codegen/typescript-nest

Getting started with codegen

You can find the complete instructions in GraphQL Code Generator website.

Start by installing the basic dependencies of GraphQL Codegen;

yarn add graphql typescript
yarn add -D @graphql-codegen/cli

Contributing

If this is your first time contributing to this project, please do read our Contributor Workflow Guide before you get started off.

Feel free to open issues and pull requests. We're always welcome support from the community.

For a contribution guide specific to this project, please refer to: http://graphql-code-generator.com/docs/custom-codegen/contributing

Create a new community plugin

Get started with our guide: https://www.the-guild.dev/graphql/codegen/docs/custom-codegen

Code of Conduct

Help us keep GraphQL Codegenerator open and inclusive. Please read and follow our Code of Conduct as adopted from Contributor Covenant

License

GitHub license

MIT