Skip to main content

ReconciliationQuery

No description

type ReconciliationQuery {
bookingsBuyer(
offset: Int
before: String
after: String
first: Int
last: Int
buyerReference: String
sellerReference: String
status: BookingsBookingStatusChoices
): ReconBookingConnection
bookingBuyer(id: ID!): ReconBooking
bookingsSeller(
offset: Int
before: String
after: String
first: Int
last: Int
buyerReference: String
sellerReference: String
status: BookingsBookingStatusChoices
): ReconBookingConnection
bookingSeller(id: ID!): ReconBooking
bookingsTravelgate(
offset: Int
before: String
after: String
first: Int
last: Int
buyerReference: String
sellerReference: String
status: BookingsBookingStatusChoices
): ReconBookingConnection
bookingTravelgate(id: ID!): ReconBooking
}

Fields

ReconciliationQuery.bookingsBuyer ● ReconBookingConnection object

ReconciliationQuery.bookingsBuyer.offset ● Int scalar
ReconciliationQuery.bookingsBuyer.before ● String scalar
ReconciliationQuery.bookingsBuyer.after ● String scalar
ReconciliationQuery.bookingsBuyer.first ● Int scalar
ReconciliationQuery.bookingsBuyer.last ● Int scalar
ReconciliationQuery.bookingsBuyer.buyerReference ● String scalar
ReconciliationQuery.bookingsBuyer.sellerReference ● String scalar
ReconciliationQuery.bookingsBuyer.status ● BookingsBookingStatusChoices enum

ReconciliationQuery.bookingBuyer ● ReconBooking object

ReconciliationQuery.bookingBuyer.id ● ID! non-null scalar

The ID of the object

ReconciliationQuery.bookingsSeller ● ReconBookingConnection object

ReconciliationQuery.bookingsSeller.offset ● Int scalar
ReconciliationQuery.bookingsSeller.before ● String scalar
ReconciliationQuery.bookingsSeller.after ● String scalar
ReconciliationQuery.bookingsSeller.first ● Int scalar
ReconciliationQuery.bookingsSeller.last ● Int scalar
ReconciliationQuery.bookingsSeller.buyerReference ● String scalar
ReconciliationQuery.bookingsSeller.sellerReference ● String scalar
ReconciliationQuery.bookingsSeller.status ● BookingsBookingStatusChoices enum

ReconciliationQuery.bookingSeller ● ReconBooking object

ReconciliationQuery.bookingSeller.id ● ID! non-null scalar

The ID of the object

ReconciliationQuery.bookingsTravelgate ● ReconBookingConnection object

ReconciliationQuery.bookingsTravelgate.offset ● Int scalar
ReconciliationQuery.bookingsTravelgate.before ● String scalar
ReconciliationQuery.bookingsTravelgate.after ● String scalar
ReconciliationQuery.bookingsTravelgate.first ● Int scalar
ReconciliationQuery.bookingsTravelgate.last ● Int scalar
ReconciliationQuery.bookingsTravelgate.buyerReference ● String scalar
ReconciliationQuery.bookingsTravelgate.sellerReference ● String scalar
ReconciliationQuery.bookingsTravelgate.status ● BookingsBookingStatusChoices enum

ReconciliationQuery.bookingTravelgate ● ReconBooking object

ReconciliationQuery.bookingTravelgate.id ● ID! non-null scalar

The ID of the object

Returned By

reconciliation query