keystone icon indicating copy to clipboard operation
keystone copied to clipboard

The most powerful headless CMS for Node.js — built with GraphQL and React

Results 298 keystone issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [inflection](https://togithub.com/dreamerslab/node.inflection) | [`^1.13.1` -> `^2.0.0`](https://renovatebot.com/diffs/npm/inflection/1.13.4/2.0.1) | [![age](https://badges.renovateapi.com/packages/npm/inflection/2.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

https://github.com/paralleldrive/cuid has been deprecated by @ericelliott in favour of [`cuid2`](https://github.com/paralleldrive/cuid2). The reasoning for the deprecation is > Cuid and other k-sortable and non-cryptographic ids (Ulid, ObjectId, KSUID, all UUIDs) are...

breaking

I am using text type store rich text in db,This is the exist `prisma.schema` in another project(Article.body is the column to store rich text) ```sh model Category { id Int...

This pull request removes the unused first type parameter from `ListConfig`, `ListAdminUIConfig` types, and from the `list` and `group` function types. This should allow developers to now use `list` instead...

breaking

This PR continues the context and session work from #8013 The goal of this PR to simplify how keystone handles different session implementations. With that in mind This PR does...

breaking

Adds `graphql.typeName` to structured JSON field to allow structured JSON to have global types Note if the types don't match it will cause GraphQL runtime errors, this will also not...

## Supabase Auth This example uses Supabase auth to create and log in the users. Demonstrating how to use a Supabase session within Keystone and NextJS You can then use...

Allow using custom `_app` template for admin ui @flexdinesh this how we can do natively in keystone instead of my file watcher workaround. I have made changes to `examples/basic` template...