graphql-starter-kit icon indicating copy to clipboard operation
graphql-starter-kit copied to clipboard

💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, and Joy UI.

Results 12 graphql-starter-kit issues
Sort by recently updated
recently updated
newest added

This is a demo implementation of user stories and comments. For example, a single story can be fetched by a slug value: `https://example.com/hello-world-abc123` ```graphql query { story(slug: "hello-world-abc123") { id...

example

I think there are missing quotation marks somewhere in [this line](https://github.com/kriasoft/relay-starter-kit/blob/d6aae61a5aed369c8f8f84175225a2c147974990/setup.js#L173). After this line, everything is registering as a string.

Do anyone have plan to add file upload feature ?

enhancement
help wanted

Hello and great job add bigint in list in file : update-types.ts const type = ["integer", "numeric", "decimal"].includes(x.type) because it put it like a string

"Getting Started" Section states to "Just [clone](https://github.com/kriasoft/relay-starter-kit/generate) the repo and run yarn install followed by yarn start:" but there is no script for "setup" in the package.json

I have code that creates roles, and users can have multiple roles. It also checks if they have the administrator role, rather than using a flag on the user row....

Many email providers ignore "." in the email so you can login to Google provider with email such as "[email protected]" and username will be created as John.Frank.Doe, this breaks the...

Documentation on how to use this repository and match the pattern while adding a new feature would be extremely helpful. Something similar to [this.](https://github.com/NoQuarterTeam/boilerplate/blob/main/docs/new-feature.md)

VS Code allows to create links to checkout the repository automatically: ![easier](https://github.com/kriasoft/relay-starter-kit/assets/731337/dc5c8103-e774-4c36-8eca-8b791a4543e5) Wdyt?