getComment()

in src/graphql/queries.ts [127:155]


  getComment(id: $id) {
    id
    content
    addedby
    addedon
    post {
      id
      title
      description
      status
      reminder {
        id
        user
        customer
        start
        month
        week
        year
        additionalAttribute
        type
      }
      comments {
        nextToken
      }
      mandatorycomment {
        nextToken
      }
    }
  }