INPUT_OBJECT
GetMosaicVersionInput
Description
Input for querying NoSQL protection version.
link GraphQL Schema definition
- input GetMosaicVersionInput {
- # Required. UUID used to identify the cluster the request goes to.
- : String!
- # Required. Version filters.
- : VersionInput!
- }