INPUT_OBJECT

CheckoutInput

Additional attributes to pass through to checkout to use certain features.

link GraphQL Schema definition

  • input CheckoutInput {
  • # If true user profile will be updated with the checkout details. If false a user
  • # will only be updated when they have an incomplete profile.
  • updateUserProfile: Boolean
  • }