type Store {
account: Account
appExtensions(before: String, after: String, first: Int, last: Int): AppExtensionsConnection!
channel(id: String!): Channel
channels(filters: ChannelsFiltersInput, before: String, after: String, first: Int, last: Int): ChannelsConnection!
id: String!
inventory: Inventory
locales(input: LocalesContextInput!, before: String, after: String, first: Int, last: Int): LocaleConnection!
metafield(id: String!): Metafield
metafields(filters: MetafieldsFiltersInput, before: String, after: String, first: Int, last: Int): MetafieldsConnection!
product(id: String!): Product
products(filters: ProductsFiltersInput, before: String, after: String, first: Int, last: Int): ProductConnection!
settings: StoreSettings
sharedProductModifiers(filters: SharedProductModifiersFiltersInput, before: String, after: String, first: Int, last: Int): SharedProductModifierConnection!
sharedProductOptions(filters: SharedProductOptionsFiltersInput, before: String, after: String, first: Int, last: Int): SharedProductOptionConnection!
storeHash: String!
storeReferenceId: String!
translations(filters: TranslationFiltersInput!, before: String, after: String, first: Int, last: Int): TranslationsConnection!
webhook(id: String!): Webhook
webhooks(filters: WebhookFiltersInput, before: String, after: String, first: Int, last: Int): WebhooksConnection!
}