Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

MeQueryInterface

export type MeQueryInterface = {
    cart?: Maybe<Cart>;
    carts: CartQueryResult;
    activeCart?: Maybe<Cart>;
    order?: Maybe<Order>;
    orders: OrderQueryResult;
    shoppingList?: Maybe<ShoppingList>;
    shoppingLists: ShoppingListQueryResult;
};

Referenced Types

On this page