amenities
A list of amenities.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
amenities(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Amenity!]!
Arguments
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.