Activity
No description
type Activity {
description: String!
ref: String!
title: String!
}
Fields
Activity.description
● String!
non-null scalar
Description of the activity
Activity.ref
● String!
non-null scalar
ref to see where it belongs in the itinerary map (if necessary/specified)
Activity.title
● String!
non-null scalar
Title of the activity
Member Of
BookingPayload
object ● BookPayload
object ● QuotePayload
object ● SearchOption
object