export declare const createWorkItem = "\n\tmutation($input: CreateWorkItemInput!) {\n\t\tcreateWorkItem(input: $input) {\n\t\t\tworkItem {\n\t\t\t\tid\n\t\t\t\tnumber\n\t\t\t\ttitle\n\t\t\t\tdescription\n\t\t\t\tstatus {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tmembers {\n\t\t\t\t\tid\n\t\t\t\t\tusername\n\t\t\t\t}\n\t\t\t\twatchers {\n\t\t\t\t\tid\n\t\t\t\t\tusername\n\t\t\t\t}\n\t\t\t\tlabels {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\teffort\n\t\t\t\timpact\n\t\t\t\tupdatedAt\n\t\t\t\tcreatedAt\n\t\t\t}\n\t\t}\n\t}\n"; export declare const editWorkItem = "\n\tmutation ($input: EditWorkItemInput!) {\n\t\teditWorkItem(input: $input) {\n\t\t\tworkItem {\n\t\t\t\tid\n\t\t\t\tnumber\n\t\t\t\ttitle\n\t\t\t\tdescription\n\t\t\t\tstatus {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\tmembers {\n\t\t\t\t\tid\n\t\t\t\t\tusername\n\t\t\t\t}\n\t\t\t\twatchers {\n\t\t\t\t\tid\n\t\t\t\t\tusername\n\t\t\t\t}\n\t\t\t\tlabels {\n\t\t\t\t\tid\n\t\t\t\t\tname\n\t\t\t\t}\n\t\t\t\teffort\n\t\t\t\timpact\n\t\t\t\tupdatedAt\n\t\t\t\tcreatedAt\n\t\t\t}\n\t\t}\n\t}\n"; //# sourceMappingURL=mutations.d.ts.map