Questions tagged [graphcms]

A headless CMS built on GraphQL

GraphCMS is a content management system used to quickly build a GraphQL API.

37 questions
0
votes
1 answer

TypeError: Cannot read properties of null (reading 'title') - Graphcms - NextJs

On my Next Js that uses graphCMS as the backend, when I try to get data from the server for the single project page inside [slug].js I get this error. But the same project it works in the index.js file using the .map method. SS of the error import {…
Avidu
  • 27
  • 1
  • 5
0
votes
2 answers

rendering hyperlink from the rich text content from graph CMS

Hi there I am not able to load link from graphCMS pls help trying to render hyperlink content from the graphCMS post but it is not appearing on the post details page on blog. here is my code import React from "react"; import moment from…
0
votes
1 answer

Cannot query field "image" on type "Query" GraphCMS with Gatsbyjs

Good Evening, I am new to Gatsby and Graphql. I am experimenting with the CMS system, but I have no idea what this error means. Any help would be appreciated. The marked below is the error that I have been getting. I do have the folder…
AS10
  • 271
  • 1
  • 15
0
votes
1 answer

Is it possible to total a schema field?

Apologies if this has come up before, but I couldn't find anything. I am using GraphCMS (highly recommend it) and I have several fields that are floats. I am using them for prices. Each entry in the schema can either be a buy or sell in an…
Anthony
  • 317
  • 1
  • 5
  • 23
-1
votes
2 answers

i have an issue with rendering content from graphCMS, the categories in particular

learning how to build a blog with nextjs and graphCMS, been able to get some content using gql queries but for no understandable reason, i can't seem to render the categories.name content onto the site and I am not getting an error. i would like to…
-1
votes
1 answer

why am I not able to show the data I am fetching from graphcms using next.js?

I am following a tutorial to create a blog using headless cms with nextjs . Even though api calls are working but it is not being rendered on the localhost. following is the code in index.js : import Head from "next/head"; import styles from…
-2
votes
1 answer

Headless CMS like Graph CMS and Sanity CMS

I am creating a publishing website similar to medium.com where users can register and publish. Therefore, I was considering using Graph CMS or Sanity CMS but I did not understand what they meant by only 3 or 4 non-admin users included in the pricing…
Ali_
  • 1
  • 3
1 2
3