Questions tagged [hygraph]

20 questions
0
votes
0 answers

I am using Graphcms with reactjs, I am getting different data on fetching the data on react and on api playground of cms

enter image description here In first picture I am running query on api playground of hygraph cms and in data it is showing data correctly, and like url of author is defined In second picture I am fetching data from hygraph using apollo client on…
0
votes
0 answers

TypeError: Cannot read properties of null (reading 'url') Nextjs

I'm studying from https://www.youtube.com/watch?v=Dc7LAgqy1_E I got this problem I use hygraph to connect my blog website and at coverPhoto is a mistake I tried to fix this as t think my hygraph is not published but I already published it also I…
apex
  • 19
  • 2
0
votes
0 answers

How do I search in Rich Text with HyGraph API?

I have FAQ model in my HyGraph and I want to search a text and see if the text contains in the Question and in the Answer. Question is a single line text which has no problem but the Answer is rich text and I am not able to search it using its…
Amin
  • 107
  • 1
  • 9
0
votes
2 answers

Trying to implement hyperlinks in React, Hygraph blog

Following JavaScript Mastery tutorial on YouTube: 'Build and Deploy THE BEST Modern Blog App with React | GraphQL, NextJS, Tailwind CSS'. Having trouble with hyperlinks not showing on my blog. I'm sure it's a problem on my end, and I'm sure it's in…
0
votes
0 answers

Nested pages in Hygraph (GraphCMS) with Nextjs dynamic routing

I am trying to create nested pages using Hygraph (GraphCMS) and Nextjs. I thought about using [..slug].js But the problem I have is that writing my slug-like this "page/subpage" the GraphCMS returns the following structure which is not an array or…
devjs11
  • 1,898
  • 7
  • 43
  • 73
1
2