This repository has been archived on 2023-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
2023-07-10 17:52:26 +02:00

13 lines
161 B
GraphQL

query Projects($id: ID! = "734932fb-1675-4c5b-9c4b-5dbc0c4a6265") {
Projects_by_id(id: $id) {
id
name
favorite
}
Projects {
id
name
favorite
}
}