benrosen / pixel-chess

Multiplayer pixel art chess powered by Phaser, React, and AWS.
0 stars 0 forks source link

Create new match for visitor to base url #6

Closed benrosen closed 3 years ago

benrosen commented 3 years ago

When a player visits the base url (https://chessboard.link) the client should execute a create mutation on the GraphQL API to create a new match.

A Lambda mutation resolver should create a new match at a unique URL and return it to the client.

The client should redirect to the newly returned match URL.