14 lines
136 B
GraphQL
14 lines
136 B
GraphQL
query GetProjectsListView {
|
|
getProjects {
|
|
id
|
|
name
|
|
|
|
items {
|
|
id
|
|
title
|
|
description
|
|
state
|
|
}
|
|
}
|
|
}
|