debian-mirror-gitlab/app/assets/javascripts/work_items/graphql/project_work_item_types.query.graphql
2022-04-04 11:22:00 +05:30

12 lines
174 B
GraphQL

query projectWorkItemTypes($fullPath: ID!) {
workspace: project(fullPath: $fullPath) {
id
workItemTypes {
nodes {
id
name
}
}
}
}