8 lines
85 B
GraphQL
8 lines
85 B
GraphQL
query PlatformsStatus {
|
|
result: platforms {
|
|
id
|
|
label
|
|
lastUpdated
|
|
}
|
|
}
|