INPUT_OBJECT

SourceDataInput

Source data input object

link GraphQL Schema definition

  • input SourceDataInput {
  • # Group and category of this source
  • group: String
  • # The ID of source that uniquely identify the source
  • id: SourceId!
  • # External reference to the original data source
  • reference: String
  • # Identifying the original software or service from which the data comes
  • software: String
  • }