Skip to content

Commit

Permalink
ENGCOM-5011: graphQl-640: fixed input type declaration for PaymentMet…
Browse files Browse the repository at this point in the history
…hodAdditional… #648

 - Merge Pull Request magento/graphql-ce#648 from magento/graphql-ce:graphQl-640-remove-braces-from-empty-types
 - Merged commits:
   1. 8a65e48
   2. 0959569
  • Loading branch information
magento-engcom-team committed May 1, 2019
2 parents 37677f8 + 0959569 commit e6687b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/code/Magento/QuoteGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,9 @@ input SetPaymentMethodOnCartInput {

input PaymentMethodInput {
code: String! @doc(description:"Payment method code")
additional_data: PaymentMethodAdditionalDataInput @doc(description:"Additional payment data")
purchase_order_number: String @doc(description:"Purchase order number")
}

input PaymentMethodAdditionalDataInput {
}

input SetGuestEmailOnCartInput {
cart_id: String!
email: String!
Expand Down Expand Up @@ -258,13 +254,9 @@ type AvailablePaymentMethod {
type SelectedPaymentMethod {
code: String! @doc(description: "The payment method code")
title: String! @doc(description: "The payment method title.")
additional_data: SelectedPaymentMethodAdditionalData @doc(description: "Additional payment data")
purchase_order_number: String @doc(description: "The purchase order number.")
}

type SelectedPaymentMethodAdditionalData {
}

type AppliedCoupon {
code: String!
}
Expand Down

0 comments on commit e6687b0

Please sign in to comment.