Skip to main content

Queries

accessToken

Type: GetAccessTokenResponse!

Arguments

NameDescription
authToken
String
refreshToken
String
hotelId
String

accessTokenValid

Type: Boolean!

booking

Type: Booking!

Arguments

NameDescription
where
WhereInputType!

bookings

Type: [Booking!]!

Arguments

NameDescription
sort
BookingSortInput
limit
Float
offset
Float
guestId
String

customDomain

Type: GetCustomDomainResponse

guest

Type: GuestWithStatistics!

Arguments

NameDescription
where
WhereInputType

guests

Type: [Guest!]!

Arguments

NameDescription
sort
GuestsSortInput
limit
Float
offset
Float

hotel

Type: Hotel!

marketplaceAppSubscriptions

Type: [HotelMarketplaceAppSubscription!]!

order

Type: Order!

Arguments

NameDescription
where
WhereInputType!

orders

Type: [Order!]!

Arguments

NameDescription
sort
OrdersSortInput
limit
Float
offset
Float
guestId
String
completed
Boolean
rejected
Boolean
startDate
DateTime
endDate
DateTime

pricelist

Type: Pricelist!

Arguments

NameDescription
where
WhereInputType!

pricelists

Type: [Pricelist!]!

space

Type: Space!

Arguments

NameDescription
where
WhereInputType!

spaces

Type: [Space!]!

user

Type: User!

userLoginToken

Type: GetUserLoginTokenResponse!

Arguments

NameDescription
redirectURL
String
hotelId
String
hideSidebar
Boolean