OBJECT

ApplicationPlatform

TODO

link GraphQL Schema definition

1type ApplicationPlatform {
2
3# The application platform ID
4id: ID
5
6# Platform type, such as TODO
7platformType: String
8
9# The application platform URL.
10platformUrl: String
11
12}