Home > @vsf-enterprise/commercetools-types > Query
# Query type
Signature:
export declare type Query = CartQueryInterface & CustomerActiveCartInterface & OrderQueryInterface & CustomerQueryInterface & ShoppingListQueryInterface & ShippingMethodsByCartInterface & MeFieldInterface & ProductSelectionQueryInterface & {
__typename?: 'Query';
me: Me;
inStore: InStore;
inStores: InStore;
customerGroup?: Maybe<CustomerGroup>;
customerGroups: CustomerGroupQueryResult;
category?: Maybe<Category>;
categories: CategoryQueryResult;
categoryAutocomplete: CategorySearchResult;
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;
productSelection?: Maybe<ProductSelection>;
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;
productSelectionAssignments: ProductAssignmentQueryResult;
};
References: CartQueryInterface, CustomerActiveCartInterface, OrderQueryInterface, CustomerQueryInterface, ShoppingListQueryInterface, ShippingMethodsByCartInterface, MeFieldInterface, ProductSelectionQueryInterface, Me, InStore, Maybe, CustomerGroup, CustomerGroupQueryResult, Category, CategoryQueryResult, CategorySearchResult, Channel, ChannelQueryResult, CustomObject, CustomObjectQueryResult, ProductTypeDefinition, ProductTypeDefinitionQueryResult, TypeDefinition, TypeDefinitionQueryResult, ShippingMethod, ShippingMethodQueryResult, Zone, ZoneQueryResult, TaxCategory, TaxCategoryQueryResult, DiscountCode, DiscountCodeQueryResult, CartDiscount, CartDiscountQueryResult, ProductDiscount, ProductDiscountQueryResult, AttributeGroup, AttributeGroupQueryResult, Product, ProductQueryResult, State, StateQueryResult, Customer, CustomerQueryResult, InventoryEntry, InventoryEntryQueryResult, Cart, CartQueryResult, Message, MessageQueryResult, Order, OrderQueryResult, OrderEdit, OrderEditQueryResult, ShoppingList, ShoppingListQueryResult, Payment, PaymentQueryResult, ProductSelection, ProductSelectionQueryResult, SuggestResult, ProjectProjection, Store, StoreQueryResult, Review, ReviewQueryResult, CommercetoolsSubscription, CommercetoolsSubscriptionQueryResult, Extension, ExtensionQueryResult, ApiClientWithoutSecret, ApiClientWithoutSecretQueryResult, ProjectCustomLimitsProjection, ProductProjectionSearchResult, ProductAssignmentQueryResult