type Query = CartQueryInterface & CustomerActiveCartInterface & OrderQueryInterface & CustomerQueryInterface & ShoppingListQueryInterface & ShippingMethodsByCartInterface & MeFieldInterface & ProductSelectionQueryInterface & { __typename?: 'Query'; me: Me; /** This field gives access to the resources (such as carts) that are inside the given store. */ inStore: InStore; /** This field gives access to the resources (such as carts) that are inside one of the given stores. */ inStores: InStore; customerGroup?: Maybe<CustomerGroup>; customerGroups: CustomerGroupQueryResult; category?: Maybe<Category>; categories: CategoryQueryResult; /** Autocomplete the categories based on category fields like name, description, etc. */ categoryAutocomplete: CategorySearchResult; /** Search the categories using full-text search, filtering and sorting */ categorySearch: CategorySearchResult; channel?: Maybe<Channel>; channels: ChannelQueryResult; customObject?: Maybe<CustomObject>; customObjects: CustomObjectQueryResult; productType?: Maybe<ProductTypeDefinition>; productTypes: ProductTypeDefinitionQueryResult; typeDefinition?: Maybe<TypeDefinition>; typeDefinitions: TypeDefinitionQueryResult; shippingMethod?: Maybe<ShippingMethod>; shippingMethods: ShippingMethodQueryResult; shippingMethodsByCart: Array<ShippingMethod>; shippingMethodsByLocation: Array<ShippingMethod>; zone?: Maybe<Zone>; zones: ZoneQueryResult; taxCategory?: Maybe<TaxCategory>; taxCategories: TaxCategoryQueryResult; discountCode?: Maybe<DiscountCode>; discountCodes: DiscountCodeQueryResult; cartDiscount?: Maybe<CartDiscount>; cartDiscounts: CartDiscountQueryResult; productDiscount?: Maybe<ProductDiscount>; productDiscounts: ProductDiscountQueryResult; attributeGroup?: Maybe<AttributeGroup>; attributeGroups: AttributeGroupQueryResult; product?: Maybe<Product>; products: ProductQueryResult; state?: Maybe<State>; states: StateQueryResult; customer?: Maybe<Customer>; customers: CustomerQueryResult; inventoryEntry?: Maybe<InventoryEntry>; inventoryEntries: InventoryEntryQueryResult; cart?: Maybe<Cart>; carts: CartQueryResult; customerActiveCart?: Maybe<Cart>; message?: Maybe<Message>; messages: MessageQueryResult; order?: Maybe<Order>; orders: OrderQueryResult; orderEdit?: Maybe<OrderEdit>; orderEdits: OrderEditQueryResult; shoppingList?: Maybe<ShoppingList>; shoppingLists: ShoppingListQueryResult; payment?: Maybe<Payment>; payments: PaymentQueryResult; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */ productSelection?: Maybe<ProductSelection>; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */ productSelections: ProductSelectionQueryResult; productProjectionsSuggest: SuggestResult; project: ProjectProjection; store?: Maybe<Store>; stores: StoreQueryResult; review?: Maybe<Review>; reviews: ReviewQueryResult; subscription?: Maybe<CommercetoolsSubscription>; subscriptions: CommercetoolsSubscriptionQueryResult; extension?: Maybe<Extension>; extensions: ExtensionQueryResult; apiClient?: Maybe<ApiClientWithoutSecret>; apiClients: ApiClientWithoutSecretQueryResult; limits: ProjectCustomLimitsProjection; productProjectionSearch: ProductProjectionSearchResult; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */ productSelectionAssignments: ProductAssignmentQueryResult;};