-
Updated
Feb 26, 2022 - TypeScript
#
graphql-codegen
Here are 66 public repositories matching this topic...
Quickly ship your apps with the power of code generation.
react
graphql
frontend
backend
boys
datamodel
prisma
graphql-nexus
database-client
graphql-codegen
product-boilerplate
react
api
graphql
typescript
eslint
ssr
reactjs
nextjs
seo
material-ui
headless
storefront
emotion
css-in-js
shopify
server-side-rendering
shopping
cart
react-query
graphql-codegen
-
Updated
Feb 17, 2022 - TypeScript
An improved version of `DocumentNode` for seamless TypeScript integration for GraphQL.
-
Updated
Mar 26, 2022 - TypeScript
Autogenerate apollo code for nextjs ssr
-
Updated
Mar 26, 2022 - TypeScript
Rugal
commented
Feb 18, 2022
Is your feature request related to a problem? Please describe.
Just like many other plugins, a skip
parameter is welcomed to be there. When set as true
, the current execution shall be ignored as it is.
The use case is, I created a parent
pom which has all the configurations and executions in it. By doing so, I do not have to do repeatted configuration thing anymore, given there is no
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
-
Updated
Mar 24, 2022 - TypeScript
My GraphQL playground
react
graphql
playground
demo
typescript
apollo
apollo-client
example
typeorm
example-project
apollo-server
example-app
graphql-example
graphql-playground
graphql-codegen
-
Updated
Mar 26, 2022 - TypeScript
vscode extension which runs graphql-codegen whenever you save a query/mutation
-
Updated
Nov 12, 2021 - TypeScript
Implementation example of clean architecture by Node.js and Next.js
-
Updated
Mar 27, 2022 - TypeScript
TypeScripted Apollo GraphQL Server using modules and a NextJS frontend utilising React modules with Apollo hooks. All bundled with a lot of dev friendly tools in a lerna setup..
react
nodejs
graphql
typescript
apollo
nextjs
graphql-server
graphql-modules
dataloader
bol
apollo-hooks
graphql-codegen
-
Updated
Feb 26, 2022 - TypeScript
Next.js (TS) x Tailwind CSS x Turbo (pnpm) x Firebase x NextAuth x Hasura
react
graphql
firebase
typescript
eslint
nextjs
prettier
storybook
husky
pnpm
hasura
lint-staged
renovate
tailwindcss
next-auth
github-actions
react-query
graphql-codegen
vercel
turborepo
-
Updated
Mar 27, 2022 - TypeScript
Generate Fastcheck arbitraries from GraphQL Schema
-
Updated
Mar 26, 2022 - TypeScript
This is a project template for Vue using Vite, GraphQL with VueApollo, Tailwindcss, Vue-Router, and Vue Testing Library
-
Updated
Jan 20, 2021 - JavaScript
A Next.js starter with Typescript, Jest, GraphQL Apollo Server & Apollo Client v3 with graphql-codegen.
-
Updated
Mar 27, 2022 - TypeScript
Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher
-
Updated
Mar 18, 2022 - TypeScript
graphql-codegen plugin to generate factories
-
Updated
Mar 27, 2022 - TypeScript
nodejs
graphql
docker
cli
express
typescript
jest
docker-compose
postgresql
apollo-server
prisma
apollo-server-express
apollo-federation
graphql-codegen
-
Updated
Dec 27, 2021 - TypeScript
GraphQL Code Generator plugin for generating a functions to read and write from the apollo cache
graphql
typescript
apollo-client
codegen
apollo-cache-inmemory
graphql-code-generator
graphql-codegen
-
Updated
Mar 26, 2022 - TypeScript
graphql-codegen plugin to generate type-safe, easy-to use hooks for Flutter
-
Updated
Dec 31, 2021 - TypeScript
An example application using TypeScript, Chakra UI, and Apollo (client and server).
react
graphql
docker
typescript
jest
apollo-client
cypress
apollo-server
immer
react-testing-library
chakra-ui
graphql-codegen
-
Updated
Nov 1, 2019 - TypeScript
Client app for Rick and Morty API w/ TypeScript, Next.js, React & Apollo GraphQL
react
graphql-client
graphql
typescript
reactjs
apollo-client
nextjs
server-side-rendering
netlify
rick-and-morty
apollo-graphql
apollo-boost
react-hooks
graphql-codegen
-
Updated
Mar 8, 2022 - TypeScript
Pre-commit hook for graphql-code-generator.
react
git
graphql
hooks
hook
pre-commit
graphql-schema
pre-commit-hook
graphql-code-generator
graphql-codegen
pre-commit-hooks
graphql-codegen-hook
graphql-precommit-hook
graphql-codegen-pre-commit
-
Updated
Mar 24, 2022 - TypeScript
A Basic Apollo / NextJs Chat Demo App to handle GraphQL Subscriptions
react
chat
graphql
template
jwt
typescript
apollo
yarn
sockets
nextjs
cookies
subscriptions
web-sockets
chat-application
next
react-apollo
chakra-ui
graphql-codegen
socketclient
vercel
-
Updated
Apr 29, 2021 - TypeScript
Getting the best developer experience with GraphQL using TypeScript and Codegen
-
Updated
Oct 9, 2020 - TypeScript
GraphQL Code Generator plugin for generating Golang
-
Updated
Mar 26, 2022 - TypeScript
CRM with TypeGraphQL, NextJS, Urql, MongoDB, Typegoose, GraphQLCodegen, Tailwind
react
graphql
typescript
mongodb
argon2
nextjs
lerna
yup
formik
tailwindcss
urql
typegoose
type-graphql
graphql-codegen
urql-devtools
next-urql
-
Updated
Sep 13, 2020 - TypeScript
Community managed Bazel rules, macros & examples for NodeJS
-
Updated
Mar 26, 2022 - Python
NextJS with DatoCMS, TailwindCSS, GraphQL-Codegen, Typescript and perfect typing
-
Updated
Jul 13, 2021 - TypeScript
GraphQL Code Generator plugin for generating a .graphql file from given schema with more options.
-
Updated
Jun 13, 2021 - TypeScript
Improve this page
Add a description, image, and links to the graphql-codegen topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphql-codegen topic, visit your repo's landing page and select "manage topics."
After running
graphql-let init
, the plugins list containstypescript
. Running the codegen with this config results in a warning that typescript shouldn't be specified in the plugins list. Not a major issue but might be confusing to new users.It should probably either be initialised with
plugins: []
, or the user could be prompted whether they want to includetypescript-operations
, `type