INPUT_OBJECT

MosaicSourceInfo

Description

Additional info for MOSAIC_SOURCE and DELETE_MOSAIC_SOURCE jobs.

link GraphQL Schema definition

  • input MosaicSourceInfo {
  • # Names of sources.
  • sourceNames: [String!]
  • # Specifies whether to refresh effective SLA.
  • refreshEffectiveSla: Boolean
  • # Type of Nosql source.
  • sourceType: MosaicSourceNosqlSourceType
  • }