HotelXAppInput
Input that allows to send additional data to app (currently only working on Book mutation).
input HotelXAppInput {
where: HotelXAppWhereUniqueInput!
data: HotelXAppDataInput!
}
Fields
HotelXAppInput.where
● HotelXAppWhereUniqueInput!
non-null input
Identifies the app.
HotelXAppInput.data
● HotelXAppDataInput!
non-null input
Data that will be sent to app.