Welcome to mirror list, hosted at ThFree Co, Russian Federation.

delete_saved_reply.mutation.graphql « queries « comment_templates « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76571ba628cee6c0d0f35ee226f7c7967531e435 (plain)
1
2
3
4
5
mutation deleteSavedReply($id: UsersSavedReplyID!) {
  savedReplyDestroy(input: { id: $id }) {
    errors
  }
}