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