INPUT_OBJECT
ModifyMosaicStoreInput
Description
Input to modify Mosaic Store.
link GraphQL Schema definition
- input ModifyMosaicStoreInput {
- # Required. UUID used to identify the cluster the request goes to.
- : String!
- # Required. Modify store request object with modified details of a store.
- : MosaicModifyStoreRequestInput!
- }