13
src/features/dashboard_list_view/graphql/queries.graphql
Normal file
13
src/features/dashboard_list_view/graphql/queries.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
query GetProjectsListView {
|
||||
getProjects {
|
||||
id
|
||||
name
|
||||
|
||||
items {
|
||||
id
|
||||
title
|
||||
description
|
||||
state
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user