verbb / comments

A Craft CMS plugin for managing comments directly within the CMS.
Other
137 stars 35 forks source link

Adding comments via GraphQL #218

Closed rcobiella closed 3 years ago

rcobiella commented 3 years ago

What are you trying to do?

Is there currently a way (or workaround) to do this? I think the only thing available on GraphQL right now is the comments list. Is it possible to have a full comments system with headless Craft?

engram-design commented 3 years ago

At the moment only querying via GraphQL is supported. We'll need to add support for GQL mutations.

maries24 commented 3 years ago

Hi @engram-design ,

Are you planning to include that feature: ability to add comments via the GraphQl API? Do you have a timeline for it? Thanks.

We're rebuilding the website of the W3C using a headless architecture. The blog has comments enabled se we really need to be able to add comments over the API. Cheers.

engram-design commented 3 years ago

@maries24 No strict timeline sorry, but I'll try and look at this as soon as I can.

engram-design commented 3 years ago

Thanks to mattstein, this has been implemented in 1.8.7

maries24 commented 3 years ago

Massive thank you @engram-design and @mattstein !