INPUT_OBJECT
MosaicSourceInfo
Description
Additional info for MOSAIC_SOURCE and DELETE_MOSAIC_SOURCE jobs.
link GraphQL Schema definition
- input MosaicSourceInfo {
- # Specifies whether to refresh effective SLA.
- : Boolean
- # Names of sources.
- : [String!]
- # Type of Nosql source.
- : MosaicSourceNosqlSourceType
- }