OBJECT

StoreDatabeanResponse

link GraphQL Schema definition

1type StoreDatabeanResponse {
2
3directory: String!
16
4filePath: String!
16
5jspPath: String!
16
6jspStoreDir: String!
16
7jspStoreDirFilePath: String!
16
8masterCatalog: MasterCatalog!
16
9persistentSession: Int!
16
10relatedStores: [StoreOnlineStoreRelatedStoresType]!
16
11status: Int!
16
12storeEntityDescription: StoreEntityDescription!
16
13storeLevel: String!
16
14storeType: String!
16
15supportedLanguages: [StoreDatabeanSupportedLanguages]!
17
18}

link Required by