Branch
type Branch {
id: ID!
address: BranchAddress!
favoriteItems: [BranchFavoriteItem!]
name: String!
salesChannelId: String!
settings: BranchSettings
}
Fields
favoriteItems[BranchFavoriteItem!]settingsBranchSettingstype Branch {
id: ID!
address: BranchAddress!
favoriteItems: [BranchFavoriteItem!]
name: String!
salesChannelId: String!
settings: BranchSettings
}
favoriteItems[BranchFavoriteItem!]settingsBranchSettings