Davey
Davey
I agree docs are not quite like the react-starter-kit yet. I am in the process of transferring my project over and would like to help with docs while doing so....
Can you try doing (nothing needed to be installed) ``` "path": "/task/:id(.*)", ``` I had a similar issue with trying to add / to the pathname in my react-starter-kit project...
Hey Gary, I have my project open here https://github.com/MyiWorlds/myiworlds.backend or directly to the schema area here https://github.com/MyiWorlds/myiworlds.backend/tree/master/src/schema . This uses the nodejs-api-starter backend. (Docs will come when the project is...
Those are in the nodejs-api-starter :) createComment (linked) and update comment are on the following page https://github.com/kriasoft/nodejs-api-starter/blob/b2e526bf74989ffa4b9990e97df98f8679ec801d/src/schema/Comment.js#L53 import { me } from './User'; https://github.com/kriasoft/nodejs-api-starter/blob/master/src/schema/User.js and import { stories, createStory, updateStory...
I know the relay mutations on the frontend side are not in this project yet, but if you are wondering about the backend mutations to go with this you can...
Relay mutations on the frontend are actually alot easier then most think once you get one working. After that it is mostly copy paste and change a few fields. Ill...
I tried to look through your problem, but am unable to offer any advice. I havn't touched relay mutations in a little while so its not fresh in my mind....
I also have this error when trying to implement pagination. I have a connection which I am trying to load more results. There are 22 nodes in my edge and...
I was feeling the downstream effects of this where I was allowing code to be pasted in to lexical and since it was a few hundred lines of code it...