OBJECT
ListStoreResponse
Description
Supported in m3.2.0-m4.2.0 Response object for list store on mosaic.
link GraphQL Schema definition
- type ListStoreResponse {
- # Supported in m3.2.0-m4.2.0
- # Object with Response from ListStore.
- MosaicStoreObject!]! : [
- # Supported in m3.2.0-m4.2.0
- # Error message in case of failure.
- String :
- # Supported in m3.2.0-m4.2.0
- # Return Code.
- Long :
- # Supported in m3.2.0-m4.2.0
- # Status of the request.
- Boolean :
- }