Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.23 KB

JaSON API

Too many Jasons?

Update 9 Match 2020

On 9 March I disabled the serverless functions from running in production.

The site's loading and waving mechanisms have been adjusted to be visually identical to when the serverless functions were online. As a result, waves are no longer sent to the database and will not be counted.

To view the code of this site when serverless functions were enabled, check out the repository at the last state with serverless functions enabled

Only a few lines of code are different. The different lines were commented out and replaced immediately below.

To view the code that moved away from serverless functions, check out the pull request that removes serverless functions

Pre 9 March

Is the firstName field just a hardcoded "Jason" string?

Yes, yes it is.

Notes

Some mutation are commented out in the schema (as are their respective resolvers). They are fully functional, but disabled because the GraphQL playground is open and I don't want the internet to have free reign over the database 🤷‍♂