mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
8 lines
65 B
GraphQL
8 lines
65 B
GraphQL
![]() |
query Projects {
|
||
|
projects {
|
||
|
id
|
||
|
name
|
||
|
isActive
|
||
|
}
|
||
|
}
|