mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 10:37:30 -04:00
8 lines
65 B
GraphQL
8 lines
65 B
GraphQL
query Projects {
|
|
projects {
|
|
id
|
|
name
|
|
isActive
|
|
}
|
|
}
|