Skip to content

Commit

Permalink
chore: Update typedefs after gql schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvdm committed Nov 14, 2024
1 parent 1b6fdb4 commit f1203ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/generated/gql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/
* 3. It does not support dead code elimination, so it will add unused operations.
*
* Therefore it is highly recommended to use the babel or swc plugin for production.
* Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
*/
const documents = {
"\n mutation Checkout(\n $cart: [ProductInput!]!\n $successUrl: String\n $cancelUrl: String\n $customer: StripeCustomerInput\n $mode: StripeCheckoutModeEnum\n $allowPromotionCodes: Boolean\n ) {\n checkout(cart: $cart, successUrl: $successUrl, cancelUrl: $cancelUrl, customer: $customer, mode: $mode, allowPromotionCodes: $allowPromotionCodes) {\n id\n url\n }\n }\n ": types.CheckoutDocument,
Expand Down

0 comments on commit f1203ea

Please sign in to comment.