FullStayInput
Represents the full stay for a product.
input FullStayInput {
minimum: Int
maximum: Int
}
Fields
FullStayInput.minimum
● Int
scalar
Minimum length of the full stay.
FullStayInput.maximum
● Int
scalar
Maximum length of the full stay.
Member Of
LengthOfStayInput
input