Setup instructions will be discussed during the workshop, but you are encrouged to do these steps in advanced.
- Install Go
- Setup GitHub Account
- Setup GCP Account
- Setup Supabase Account
- Setup AWS Account, CLI & credentials
Setup instructions will be discussed during the workshop, but you are encrouged to do these steps in advanced.
Mutation: { | |
editIssue: async (_, { input }, ctx) => { | |
if (!ctx.user) | |
throw new GraphQLError('UNAUTHORIZED', { extensions: { code: 401 } }) | |
const { id, ...update } = input | |
const result = await db | |
.update(issues) | |
.set(update ?? {}) |
/* Change the box-sizing so we don't have issues calculating the width */ | |
* { | |
box-sizing: inherit; | |
} | |
html { | |
box-sizing: border-box; | |
font-size: 16px; | |
} |
Below are examples, links, and resources from our one-on-one training sessions
Resources