deleteMandatoryComment()

in src/app/API.service.ts [1994:2028]


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