Skip to content

Commit

Permalink
[SSP-2460] regenerate GQL schema after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostislav Kreisinger authored and vitek-rostislav committed Dec 17, 2024
1 parent 8b28d39 commit f7e4663
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 66 deletions.
42 changes: 21 additions & 21 deletions app/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -991,11 +991,11 @@ type LoginResult {

"One of the possible methods of the customer user login"
enum LoginTypeEnum {
admin
web
facebook
google
seznam
web
admin
}

type MainBlogCategoryData {
Expand Down Expand Up @@ -1473,11 +1473,11 @@ input OrderItemsFilterInput {

"One of possible types of the order item"
enum OrderItemTypeEnum {
discount
payment
product
rounding
discount
transport
rounding
}

type OrderPaymentsConfig {
Expand All @@ -1489,14 +1489,14 @@ type OrderPaymentsConfig {

"Status of order"
enum OrderStatusEnum {
"Canceled"
canceled
"Done"
done
"In progress"
inProgress
"New"
new
"In progress"
inProgress
"Done"
done
"Canceled"
canceled
}

"Information about pagination in a connection."
Expand Down Expand Up @@ -1877,8 +1877,8 @@ input ProductListInput {

"One of possible types of the product list"
enum ProductListTypeEnum {
COMPARISON
WISHLIST
COMPARISON
}

input ProductListUpdateInput {
Expand All @@ -1889,16 +1889,16 @@ input ProductListUpdateInput {

"One of possible ordering modes for product"
enum ProductOrderingModeEnum {
"Order by name ascending"
NAME_ASC
"Order by name descending"
NAME_DESC
"Order by priority"
PRIORITY
"Order by price ascending"
PRICE_ASC
"Order by price descending"
PRICE_DESC
"Order by priority"
PRIORITY
"Order by name ascending"
NAME_ASC
"Order by name descending"
NAME_DESC
"Order by relevance"
RELEVANCE
}
Expand Down Expand Up @@ -2460,14 +2460,14 @@ type StoreEdge {

"Status of store opening"
enum StoreOpeningStatusEnum {
"Store is currently closed"
CLOSED
"Store will be closed soon"
CLOSED_SOON
"Store is currently opened"
OPEN
"Store is currently closed"
CLOSED
"Store will be opened soon"
OPEN_SOON
"Store will be closed soon"
CLOSED_SOON
}

type Token {
Expand Down
70 changes: 35 additions & 35 deletions storefront/graphql/docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -11514,7 +11514,7 @@ One of the possible methods of the customer user login
</thead>
<tbody>
<tr>
<td valign="top"><strong>admin</strong></td>
<td valign="top"><strong>web</strong></td>
<td></td>
</tr>
<tr>
Expand All @@ -11530,7 +11530,7 @@ One of the possible methods of the customer user login
<td></td>
</tr>
<tr>
<td valign="top"><strong>web</strong></td>
<td valign="top"><strong>admin</strong></td>
<td></td>
</tr>
</tbody>
Expand All @@ -11549,10 +11549,6 @@ One of possible types of the order item
</thead>
<tbody>
<tr>
<td valign="top"><strong>discount</strong></td>
<td></td>
</tr>
<tr>
<td valign="top"><strong>payment</strong></td>
<td></td>
</tr>
Expand All @@ -11561,13 +11557,17 @@ One of possible types of the order item
<td></td>
</tr>
<tr>
<td valign="top"><strong>rounding</strong></td>
<td valign="top"><strong>discount</strong></td>
<td></td>
</tr>
<tr>
<td valign="top"><strong>transport</strong></td>
<td></td>
</tr>
<tr>
<td valign="top"><strong>rounding</strong></td>
<td></td>
</tr>
</tbody>
</table>

Expand All @@ -11584,34 +11584,34 @@ Status of order
</thead>
<tbody>
<tr>
<td valign="top"><strong>canceled</strong></td>
<td valign="top"><strong>new</strong></td>
<td>

Canceled
New

</td>
</tr>
<tr>
<td valign="top"><strong>done</strong></td>
<td valign="top"><strong>inProgress</strong></td>
<td>

Done
In progress

</td>
</tr>
<tr>
<td valign="top"><strong>inProgress</strong></td>
<td valign="top"><strong>done</strong></td>
<td>

In progress
Done

</td>
</tr>
<tr>
<td valign="top"><strong>new</strong></td>
<td valign="top"><strong>canceled</strong></td>
<td>

New
Canceled

</td>
</tr>
Expand Down Expand Up @@ -11662,11 +11662,11 @@ One of possible types of the product list
</thead>
<tbody>
<tr>
<td valign="top"><strong>COMPARISON</strong></td>
<td valign="top"><strong>WISHLIST</strong></td>
<td></td>
</tr>
<tr>
<td valign="top"><strong>WISHLIST</strong></td>
<td valign="top"><strong>COMPARISON</strong></td>
<td></td>
</tr>
</tbody>
Expand All @@ -11685,42 +11685,42 @@ One of possible ordering modes for product
</thead>
<tbody>
<tr>
<td valign="top"><strong>NAME_ASC</strong></td>
<td valign="top"><strong>PRIORITY</strong></td>
<td>

Order by name ascending
Order by priority

</td>
</tr>
<tr>
<td valign="top"><strong>NAME_DESC</strong></td>
<td valign="top"><strong>PRICE_ASC</strong></td>
<td>

Order by name descending
Order by price ascending

</td>
</tr>
<tr>
<td valign="top"><strong>PRICE_ASC</strong></td>
<td valign="top"><strong>PRICE_DESC</strong></td>
<td>

Order by price ascending
Order by price descending

</td>
</tr>
<tr>
<td valign="top"><strong>PRICE_DESC</strong></td>
<td valign="top"><strong>NAME_ASC</strong></td>
<td>

Order by price descending
Order by name ascending

</td>
</tr>
<tr>
<td valign="top"><strong>PRIORITY</strong></td>
<td valign="top"><strong>NAME_DESC</strong></td>
<td>

Order by priority
Order by name descending

</td>
</tr>
Expand Down Expand Up @@ -11812,34 +11812,34 @@ Status of store opening
</thead>
<tbody>
<tr>
<td valign="top"><strong>CLOSED</strong></td>
<td valign="top"><strong>OPEN</strong></td>
<td>

Store is currently closed
Store is currently opened

</td>
</tr>
<tr>
<td valign="top"><strong>CLOSED_SOON</strong></td>
<td valign="top"><strong>CLOSED</strong></td>
<td>

Store will be closed soon
Store is currently closed

</td>
</tr>
<tr>
<td valign="top"><strong>OPEN</strong></td>
<td valign="top"><strong>OPEN_SOON</strong></td>
<td>

Store is currently opened
Store will be opened soon

</td>
</tr>
<tr>
<td valign="top"><strong>OPEN_SOON</strong></td>
<td valign="top"><strong>CLOSED_SOON</strong></td>
<td>

Store will be opened soon
Store will be closed soon

</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export type TypeComplaintDetailFragment = { __typename?: 'Complaint', uuid: stri
}
};
export default result;

export const ComplaintDetailFragment = gql`
fragment ComplaintDetailFragment on Complaint {
uuid
Expand All @@ -108,4 +108,4 @@ export const ComplaintDetailFragment = gql`
}
${CountryFragment}
${ComplaintItemFragment}
${OrderDetailFragment}`;
${OrderDetailFragment}`;
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type TypeComplaintQueryVariables = Types.Exact<{
}>;


export type TypeComplaintQuery = { __typename?: 'Query', complaint: { __typename?: 'Complaint', uuid: string, number: string, createdAt: any, deliveryFirstName: string, deliveryLastName: string, deliveryCompanyName: string | null, deliveryTelephone: string, deliveryStreet: string, deliveryCity: string, deliveryPostcode: string, status: string, deliveryCountry: { __typename: 'Country', name: string, code: string }, items: Array<{ __typename?: 'ComplaintItem', quantity: number, description: string, orderItem: { __typename: 'OrderItem', uuid: string, name: string, vatRate: string, quantity: number, unit: string | null, type: Types.TypeOrderItemTypeEnum, unitPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, totalPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, order: { __typename?: 'Order', uuid: string, number: string, creationDate: any }, product: { __typename?: 'MainVariant', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | { __typename?: 'RegularProduct', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | { __typename?: 'Variant', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | null } | null, files: Array<{ __typename: 'File', anchorText: string, url: string }> | null }>, order: { __typename: 'Order', uuid: string, number: string, creationDate: any, status: string, firstName: string | null, lastName: string | null, email: string, telephone: string, companyName: string | null, companyNumber: string | null, companyTaxNumber: string | null, street: string, city: string, postcode: string, isDeliveryAddressDifferentFromBilling: boolean, deliveryFirstName: string | null, deliveryLastName: string | null, deliveryCompanyName: string | null, deliveryTelephone: string | null, deliveryStreet: string | null, deliveryCity: string | null, deliveryPostcode: string | null, note: string | null, urlHash: string, promoCode: string | null, trackingNumber: string | null, trackingUrl: string | null, paymentTransactionsCount: number, isPaid: boolean, items: Array<{ __typename: 'OrderItem', uuid: string, name: string, vatRate: string, quantity: number, unit: string | null, type: Types.TypeOrderItemTypeEnum, unitPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, totalPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, order: { __typename?: 'Order', uuid: string, number: string, creationDate: any }, product: { __typename?: 'MainVariant', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | { __typename?: 'RegularProduct', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | { __typename?: 'Variant', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | null }>, transport: { __typename: 'Transport', name: string, isPersonalPickup: boolean, transportTypeCode: Types.TypeTransportTypeEnum, price: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, mainImage: { __typename?: 'Image', url: string } | null }, payment: { __typename: 'Payment', name: string, type: string, price: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, mainImage: { __typename?: 'Image', url: string } | null }, country: { __typename: 'Country', name: string }, deliveryCountry: { __typename: 'Country', name: string } | null, totalPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string } } } };
export type TypeComplaintQuery = { __typename?: 'Query', complaint: { __typename?: 'Complaint', uuid: string, number: string, createdAt: any, deliveryFirstName: string, deliveryLastName: string, deliveryCompanyName: string | null, deliveryTelephone: string, deliveryStreet: string, deliveryCity: string, deliveryPostcode: string, status: string, deliveryCountry: { __typename: 'Country', name: string, code: string }, items: Array<{ __typename?: 'ComplaintItem', quantity: number, description: string, orderItem: { __typename: 'OrderItem', uuid: string, name: string, vatRate: string, quantity: number, unit: string | null, type: Types.TypeOrderItemTypeEnum, unitPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, totalPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, order: { __typename?: 'Order', uuid: string, number: string, creationDate: any }, product: { __typename?: 'MainVariant', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | { __typename?: 'RegularProduct', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | { __typename?: 'Variant', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | null } | null, files: Array<{ __typename: 'File', anchorText: string, url: string }> | null }>, order: { __typename: 'Order', uuid: string, number: string, creationDate: any, status: string, firstName: string | null, lastName: string | null, email: string, telephone: string, companyName: string | null, companyNumber: string | null, companyTaxNumber: string | null, street: string, city: string, postcode: string, isDeliveryAddressDifferentFromBilling: boolean, deliveryFirstName: string | null, deliveryLastName: string | null, deliveryCompanyName: string | null, deliveryTelephone: string | null, deliveryStreet: string | null, deliveryCity: string | null, deliveryPostcode: string | null, note: string | null, urlHash: string, promoCode: string | null, trackingNumber: string | null, trackingUrl: string | null, paymentTransactionsCount: number, isPaid: boolean, hasPaymentInProcess: boolean, items: Array<{ __typename: 'OrderItem', uuid: string, name: string, vatRate: string, quantity: number, unit: string | null, type: Types.TypeOrderItemTypeEnum, unitPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, totalPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, order: { __typename?: 'Order', uuid: string, number: string, creationDate: any }, product: { __typename?: 'MainVariant', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | { __typename?: 'RegularProduct', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | { __typename?: 'Variant', slug: string, isVisible: boolean, isSellingDenied: boolean, isInquiryType: boolean, mainImage: { __typename: 'Image', name: string | null, url: string } | null } | null }>, transport: { __typename: 'Transport', name: string, isPersonalPickup: boolean, transportTypeCode: Types.TypeTransportTypeEnum, price: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, mainImage: { __typename?: 'Image', url: string } | null }, payment: { __typename: 'Payment', name: string, type: string, price: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string }, mainImage: { __typename?: 'Image', url: string } | null }, country: { __typename: 'Country', name: string }, deliveryCountry: { __typename: 'Country', name: string } | null, totalPrice: { __typename: 'Price', priceWithVat: string, priceWithoutVat: string, vatAmount: string } } } };


export interface PossibleTypesResultData {
Expand Down
Loading

0 comments on commit f7e4663

Please sign in to comment.