StatusFilterInput
If requested, only options with the specified status will be returned. By default, it will return options with status OK and filter the RQ options.
input StatusFilterInput {
includes: [StatusType!]
excludes: [StatusType!]
}
Fields
StatusFilterInput.includes ● [StatusType!] list enum
When is not nil: only options with status found in includes will be returned
StatusFilterInput.excludes ● [StatusType!] list enum
When is not nil: only options without status found in includes will be returned
Member Of
HotelXFilterSearchInput input