prime
prime copied to clipboard
✨Open Source GraphQL CMS
As of now, using the prime cli to init a project breaks if only npm is installed. Checking the source, it comes from the line where `spawn ()` is used...
Hi Is it possible to create a master-detail document meaning for the "master" data (comprising of few fields) there can exist "many" records in the "detail" data i.e. a document...
Cloudinary is an amazing service, but if you run out of credits it's [$89][cloudinary-pricing] to unbreak things for a month. A back-of-the-envelope calculation suggests I can get 1/4 of the...
Clean install gives me "Network Error" when logging in and visiting the Users panel. Using these versions: @primecms/core: 0.3.4-beta.1 @primecms/ui: 0.3.4-beta.1
At first I tried to upload an image without realizing that Cloudinary was required for that functionality, so naturally it didn’t work. (I realize the documentation is a WIP, but...
Is it possible to update the documentation with more detail for getting started? For example, it says to modify the ".env" file but doesn't list where it is and a...
The field shows the documents in the locale of the most recently created document, instead of the current locale.
My Content Type Schema, is some like that: ``` text: Title* text: Description group: questions { text:id* text:question text:response } ``` Works if the group text id is non required,...
I can created multi `Single` Collection Types. Graph query response only the first element created.
If not set Locale parameter in a graph query, the response data, is en "English" lang, no default previously configured. With pass locale parameter, works.