{"version":3,"sources":["/home/renatorib/p/publissue/packages/api/dist/__chunks/4YYTPJWF.cjs","../../src/publissue/deleteLabel.ts"],"names":["DeleteLabelMutation","operation","graphql","deleteLabel","id"],"mappings":"AAAA,sHAAkC,6CAAmC,ICG/DA,CAAAA,CAAsBC,4BAAAA,4BAC1BC,CAAQ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAA,CAMP,CACH,CAAA,CAAE,OAAA,CAAQ,CAAA,CAAA,EAAM,CAAA,CAAI,CAAA,CAEpB,MAAA,SAAsBC,CAAAA,CAA6BC,CAAAA,CAAY,CAC7D,OAAO,IAAA,CAAK,OAAA,CAAQJ,CAAmB,CAAA,CAAE,OAAA,CAAQ,CAAE,EAAA,CAAAI,CAAG,CAAC,CACzD,CAAA,cAAA","file":"/home/renatorib/p/publissue/packages/api/dist/__chunks/4YYTPJWF.cjs","sourcesContent":[null,"import { graphql, operation } from \"../lib/graphql\";\nimport { Publissue } from \".\";\n\nconst DeleteLabelMutation = operation(\n  graphql(`\n    mutation DeleteLabel($id: ID!) {\n      deleteLabel(input: { id: $id }) {\n        __typename\n      }\n    }\n  `),\n).withMap(() => true);\n\nexport async function deleteLabel(this: Publissue, id: string) {\n  return this.graphql(DeleteLabelMutation).execute({ id });\n}\n"]}