Skip to main content

amenities

A list of amenities.

See AmenitySearchFilterInput for details on how the optional input argument can be used to filter amenities.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
amenities(
input: AmenitySearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Amenity!]!

Arguments

amenities.input ● AmenitySearchFilterInput! non-null input

amenities.limit ● PaginationLimit! non-null scalar

amenities.offset ● NonNegativeInt! non-null scalar

Type

Amenity object

Defines a global amenity that can be used for hotels.