DEV Community

Discussion on: Do you prefer GraphQL over REST?

 
madza profile image
Madza

I was working with their API the other way around - for fetching data. But for posting, I believe you have to make a mutation, as shown in this example to create a new story.

For further assistance, I would recommend their Discord server. Together we already found a bug in their API by discussing particular ways of retrieving data.

Thread Thread
 
bobbyiliev profile image
Bobby Iliev

Thanks, sounds good! I will try it out! 🙌