keystone
keystone copied to clipboard
The most powerful headless CMS for Node.js — built with GraphQL and React
This adds a `graphql` export to `.keystone` (renamed from `.keystone/types` because with the `graphql` export, it is no longer just types) that is the same as the `graphql` export from...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [graphql](https://togithub.com/graphql/graphql-js) | [`^15.8.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/graphql/15.8.0/16.5.0) | [](https://docs.renovatebot.com/merge-confidence/)...
## Context When looking at singletons, we ran into the problem that the 'thing which list is attached to in the config' was now going to represent a shape/name/thing that...
This pull request introduces [Singletons](https://en.wikipedia.org/wiki/Singleton_pattern) as a new feature for configuring global, editable database entries when it's not necessary to have more than one representation of the schema (aka, not...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
# Bug report Setting `ui.labelField` on a relationship field doesn't render the chosen data. You can see below I'm attempting to use the `email` field from the user as the...
Updates the admin UI for the relation type fields so that the values in the select are ordered (ascending) by the label field. This makes it easier to find an...
Intall firebase-admin ``` yarn add firebase-admin ``` Add to file keystone ``` import admin from "firebase-admin"; console.log('this') const firebase = admin.initializeApp({ credential: admin.credential.cert(credential as any), }); ``` Expect firebase just...
Hi, I have some django framework background, it has very good feature to group item fields into separated blocks. I was playing with keystone and decided to try to implement...