graphile / starter

Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript, Apollo Client, Graphile Worker, Graphile Migrate, GraphQL Code Generator, Ant Design and Next.js
https://graphile-starter.herokuapp.com
Other
1.73k stars 218 forks source link

Fix a comment to help newbies #292

Closed jeansordes closed 2 years ago

jeansordes commented 2 years ago

Description

This is a minor PR in order to fix a comment that was incorrectly describing a function It does not change code, only a comment line. I'm a newcomer and I was a bit disturbed at first by the code that creates a user, because reading the comment, I thought it was supposed to login the user, and because I'm not an expert, I thought I was the one not understanding the code, and I spent something like 30 minutes trying to understand how and why, only to realize that the comment was copy pasted from another function, a few lines below.

I mentionned here my PR on the Discord server

Performance impact

Unchanged

Security impact

Unchanged

Checklist