OBJECT

Sample

A measurement and time coupling

link GraphQL Schema definition

  • type Sample {
  • # X value of the sample
  • x: String!
  • # Y value of the sample
  • y: Float!
  • }