|
|
@@ -67,6 +67,42 @@ export interface LogOut {
|
|
|
}
|
|
|
|
|
|
|
|
|
+/* tslint:disable */
|
|
|
+// This file was automatically generated and should not be edited.
|
|
|
+
|
|
|
+// ====================================================
|
|
|
+// GraphQL query operation: GetNetworkStatus
|
|
|
+// ====================================================
|
|
|
+
|
|
|
+export interface GetNetworkStatus_networkStatus {
|
|
|
+ __typename: "NetworkStatus";
|
|
|
+ inFlightRequests: number;
|
|
|
+}
|
|
|
+
|
|
|
+export interface GetNetworkStatus {
|
|
|
+ networkStatus: GetNetworkStatus_networkStatus;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/* tslint:disable */
|
|
|
+// This file was automatically generated and should not be edited.
|
|
|
+
|
|
|
+// ====================================================
|
|
|
+// GraphQL query operation: GetUserStatus
|
|
|
+// ====================================================
|
|
|
+
|
|
|
+export interface GetUserStatus_userStatus {
|
|
|
+ __typename: "UserStatus";
|
|
|
+ username: string;
|
|
|
+ isLoggedIn: boolean;
|
|
|
+ loginTime: string;
|
|
|
+}
|
|
|
+
|
|
|
+export interface GetUserStatus {
|
|
|
+ userStatus: GetUserStatus_userStatus;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
/* tslint:disable */
|
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
|
|
@@ -85,7 +121,7 @@ export interface GetProductById_product_translations {
|
|
|
export interface GetProductById_product {
|
|
|
__typename: "Product";
|
|
|
id: string;
|
|
|
- languageCode: LanguageCode | null;
|
|
|
+ languageCode: LanguageCode;
|
|
|
name: string | null;
|
|
|
slug: string | null;
|
|
|
description: string | null;
|
|
|
@@ -93,7 +129,7 @@ export interface GetProductById_product {
|
|
|
}
|
|
|
|
|
|
export interface GetProductById {
|
|
|
- product: GetProductById_product | null;
|
|
|
+ product: GetProductById_product;
|
|
|
}
|
|
|
|
|
|
export interface GetProductByIdVariables {
|
|
|
@@ -112,7 +148,7 @@ export interface GetProductByIdVariables {
|
|
|
export interface GetProductList_products_items {
|
|
|
__typename: "Product";
|
|
|
id: string;
|
|
|
- languageCode: LanguageCode | null;
|
|
|
+ languageCode: LanguageCode;
|
|
|
name: string | null;
|
|
|
slug: string | null;
|
|
|
description: string | null;
|
|
|
@@ -125,7 +161,7 @@ export interface GetProductList_products {
|
|
|
}
|
|
|
|
|
|
export interface GetProductList {
|
|
|
- products: GetProductList_products | null;
|
|
|
+ products: GetProductList_products;
|
|
|
}
|
|
|
|
|
|
export interface GetProductListVariables {
|
|
|
@@ -134,42 +170,6 @@ export interface GetProductListVariables {
|
|
|
languageCode?: LanguageCode | null;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-/* tslint:disable */
|
|
|
-// This file was automatically generated and should not be edited.
|
|
|
-
|
|
|
-// ====================================================
|
|
|
-// GraphQL query operation: GetNetworkStatus
|
|
|
-// ====================================================
|
|
|
-
|
|
|
-export interface GetNetworkStatus_networkStatus {
|
|
|
- __typename: "NetworkStatus";
|
|
|
- inFlightRequests: number;
|
|
|
-}
|
|
|
-
|
|
|
-export interface GetNetworkStatus {
|
|
|
- networkStatus: GetNetworkStatus_networkStatus;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-/* tslint:disable */
|
|
|
-// This file was automatically generated and should not be edited.
|
|
|
-
|
|
|
-// ====================================================
|
|
|
-// GraphQL query operation: GetUserStatus
|
|
|
-// ====================================================
|
|
|
-
|
|
|
-export interface GetUserStatus_userStatus {
|
|
|
- __typename: "UserStatus";
|
|
|
- username: string;
|
|
|
- isLoggedIn: boolean;
|
|
|
- loginTime: string;
|
|
|
-}
|
|
|
-
|
|
|
-export interface GetUserStatus {
|
|
|
- userStatus: GetUserStatus_userStatus;
|
|
|
-}
|
|
|
-
|
|
|
/* tslint:disable */
|
|
|
// This file was automatically generated and should not be edited.
|
|
|
|