gitlab-org--gitlab-foss/app/assets/javascripts/work_items/graphql/create_work_item.mutation.g...

10 lines
175 B
GraphQL

#import "./work_item.fragment.graphql"
mutation createWorkItem($input: WorkItemCreateInput!) {
workItemCreate(input: $input) {
workItem {
...WorkItem
}
}
}