Skip to main content

PackageQuery

No description

type PackageQuery {
quote(where: QuoteWhereInput): QuotePayload
content(where: ContentWhereInput): ContentPayload
booking(where: BookingWhereInput): BookingPayload
search(where: SearchWhereInput): SearchPayload
}

Fields

PackageQuery.quote ● QuotePayload object

Query to retreive the lastest conditions for the option

PackageQuery.quote.where ● QuoteWhereInput input

PackageQuery.content ● ContentPayload object

Query to retreive the static information of a package

PackageQuery.content.where ● ContentWhereInput input

PackageQuery.booking ● BookingPayload object

Query to retreive the information of an existing booking

PackageQuery.booking.where ● BookingWhereInput input

PackageQuery.search ● SearchPayload object

Query to refresh an option or search by supplierPackageCode

PackageQuery.search.where ● SearchWhereInput input

Returned By

package query