Skip to main content
Solved

How can I post a comment using a graphql query?

  • February 10, 2022
  • 2 replies
  • 279 views

juliamsantarosa

Hello community, 

 

I need to post a comment using Execute a GraphQL Query using Integromat, could anyone help me?

 

Thanks a lot!

Best answer by alicereis

Hi, @juliamsantarosa!

 

You can use this mutation:

 

mutation{
  createComment(input: {
    clientMutationId: "<any name for your mutation>"
    card_id: <card_id>
    text: "<text>"

  }) 
}

 

Hope this helps. Let me know if you still have any questions

View original
Did this topic help you find an answer to your question?

2 replies

alicereis
Forum|alt.badge.img+5
  • Regular Participant
  • 59 replies
  • Answer
  • February 10, 2022

Hi, @juliamsantarosa!

 

You can use this mutation:

 

mutation{
  createComment(input: {
    clientMutationId: "<any name for your mutation>"
    card_id: <card_id>
    text: "<text>"

  }) 
}

 

Hope this helps. Let me know if you still have any questions


juliamsantarosa
  • Author
  • Regular Participant
  • 3 replies
  • February 10, 2022
alicereis wrote:

Hi, @juliamsantarosa!

 

You can use this mutation:

 

mutation{
  createComment(input: {
    clientMutationId: "<any name for your mutation>"
    card_id: <card_id>
    text: "<text>"

  }) 
}

 

Hope this helps. Let me know if you still have any questions

Hi, @alicereis!

That’s great! Thanks for your answear!

Will definitely help!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings