OBJECT

Weblab

link GraphQL Schema definition

1type Weblab {
2
3# The name of the weblab.
4name: ID!
5
6# The treatment for the weblab, if it can be retrieved.
7treatment: String
8
9}

link Required by