OBJECT

LabFiltersDataType

Options for lab filters

link GraphQL Schema definition

  • type LabFiltersDataType {
  • # The list of the data clients
  • clients: [User!]
  • # The list of the labs
  • labs: [String]
  • # The list of the data providers
  • providers: [User!]
  • # The list of the statuses
  • statuses: [String]
  • }