This gist is in response to a RedwoodJS Discord question from Andrew (HH):
How do I create a worker with many skills?
Andrew (HH)12/11/2020
export const createWorker = ({ input }) => {
return db.worker.create({
data: {
This gist is in response to a RedwoodJS Discord question from Andrew (HH):
How do I create a worker with many skills?
Andrew (HH)12/11/2020
export const createWorker = ({ input }) => {
return db.worker.create({
data: {