Category "keystonejs"

How to seed/upload images in KeystoneJS 6?

Using the example here, if I then add an image field to Post: // schema.ts import { list } from '@keystone-6/core'; import { select, relationship, text, timesta

Apollo `useMutation()` stuck loading inside Next.js component

The following form component in Next.js submits without errors but never completes the mutation. Instead it get's stuck in the loading state. import React, { us