ReconciliationMutation
No description
type ReconciliationMutation {
  bookingCreateBuyer(
    input: BookingCreateBuyerMutationInput!
  ): BookingCreateBuyerMutationPayload
  bookingUpdateBuyer(
    input: BookingUpdateBuyerMutationInput!
  ): BookingUpdateBuyerMutationPayload
  bookingCancelBuyer(
    input: BookingCancelBuyerMutationInput!
  ): BookingCancelBuyerMutationPayload
  bookingCreateSeller(
    input: BookingCreateSellerMutationInput!
  ): BookingCreateSellerMutationPayload
  bookingUpdateSeller(
    input: BookingUpdateSellerMutationInput!
  ): BookingUpdateSellerMutationPayload
  bookingCancelSeller(
    input: BookingCancelSellerMutationInput!
  ): BookingCancelSellerMutationPayload
}
Fields
ReconciliationMutation.bookingCreateBuyer ● BookingCreateBuyerMutationPayload object
ReconciliationMutation.bookingCreateBuyer.input ● BookingCreateBuyerMutationInput! non-null input
ReconciliationMutation.bookingUpdateBuyer ● BookingUpdateBuyerMutationPayload object
ReconciliationMutation.bookingUpdateBuyer.input ● BookingUpdateBuyerMutationInput! non-null input
ReconciliationMutation.bookingCancelBuyer ● BookingCancelBuyerMutationPayload object
ReconciliationMutation.bookingCancelBuyer.input ● BookingCancelBuyerMutationInput! non-null input
ReconciliationMutation.bookingCreateSeller ● BookingCreateSellerMutationPayload object
ReconciliationMutation.bookingCreateSeller.input ● BookingCreateSellerMutationInput! non-null input
ReconciliationMutation.bookingUpdateSeller ● BookingUpdateSellerMutationPayload object
ReconciliationMutation.bookingUpdateSeller.input ● BookingUpdateSellerMutationInput! non-null input
ReconciliationMutation.bookingCancelSeller ● BookingCancelSellerMutationPayload object
ReconciliationMutation.bookingCancelSeller.input ● BookingCancelSellerMutationInput! non-null input
Returned By
reconciliation  mutation