react-fullstack-graphql icon indicating copy to clipboard operation
react-fullstack-graphql copied to clipboard

Starter projects for fullstack applications based on React & GraphQL.

Results 61 react-fullstack-graphql issues
Sort by recently updated
recently updated
newest added

❯ graphql create my-app --boilerplate react-fullstack-basic graphql create [directory] Bootstrap a new GraphQL project Options: --dotenv Path to .env file [string] -p, --project Project name [string] --no-install Don't install project...

When running: `graphql create my-app --boilerplate react-fullstack-basic` Getting this error: **Unknown argument: boilerplate** any idea how to solve that?

Looking for what will coincide here: https://github.com/graphql-boilerplates/react-fullstack-graphql/tree/master/advanced Can anyone get me up to speed?

ERROR: Project not found: 'cluster@default' { "errors": [ { "message": "Project not found: 'cluster@default'", "code": 3016, "requestId": "eu1:ck5027q5o5qdr09935t3jisah" } ], "status": 200 } Get in touch if you need help:...

this --boilerplate flag causes the app to break. seems to work fine if you remove it.

The link is broken in the readme file in the following text. Please share the link or update it on the readme file. > You can more learn about the...

fields text and isPublished are renamed to be the same as fields on backend (content and published), several pages (Create, Detail, Drafts, Feed, Post) didn't work properly before this improvement

Hi, seems the client code is outdated and doesn't conform to new Apollo v2 client modifications.